:root {

    /*--main-font-color: #FFFFFF;*/
    /*--second-font-color: #CECECE;*/
    /*--heading-bg-color: #18263A;*/
    /*--stroke-color: #293B55;*/
    /*--block_bg: #152234;*/
    /*--primary_color: #278AEC;*/
    /*--header-bg-color: #1F2842;*/

    /*--table-head-color: #1F2631;*/
    /*--table-link-color: #3486E3;*/
    /*--table-link-color-hover: #689BD5;*/
    /*--header-dark-color: #172132;*/
    /*--dropdown-bg-color: #2E3746;*/

    /* Uniq */
    --main-bg-color: #131A26;
    --font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    --font-size: 400 16px/20px var(--font);
    --btn-font: 600 14px/18px var(--font);
    --h1-size: 600 28px/32px var(--font);
    --h2-size: 600 22px/26px var(--font);
    --h3-size: 600 20px/22px var(--font);
    --text-color: #DFE6F7;
    --text-conter-color: #131A26;
    --heading-color: #FFF;
    --block-bg: #131A26;
    --dark-bg: #233859;
    --block-border: linear-gradient(255deg, #01b6ff, #8d53e9);
    --primary-color: #01b6ff;
    --second-color: #8d53e9;
    --link-color: #A380FF;
    --list-marker-color: #A380FF;
    --header-active-bg-color: #243349;
}

@media (max-width: 767px) {
    :root {
        --h1-size: 600 22px/28px var(--font);
        --h2-size: 600 20px/24px var(--font);
        --h3-size: 600 18px/22px var(--font);
    }
}

/* Normalize */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

img {
    max-width: 100%;
    height: auto;
}

.page-main {
    flex: 1 1
}

.glightbox-open {
    overflow: unset!important;
}

.gslide-image img {
    max-width: 80vw!important;
    max-height: 80vh!important;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar:horizontal {
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
}

::-webkit-scrollbar-track {
    background-color: var(--dark-bg);
}

.scroll-lock {
    overflow: hidden;
}

body {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    min-height: 100vh;
    background-color: var(--main-bg-color);
    padding-top: 32px;
    overflow-x: hidden;
    font: var(--font-size, 400 16px/20px var(--font));
    color: var(--text-color, #DFE6F7);
}

h1, h2, h3, h4, h5, h6 {
    color: var(--heading-color, #FFF);
    text-transform: uppercase;
    margin-bottom: 16px;
}

h1 {
    font: var(--h1-size, 600 28px/32px var(--font))
}

h2 {
    font: var(--h2-size, 400 22px/26px var(--font))
}

h3 {
    font: var(--h3-size, 400 20px/22px var(--font))
}

.page-main > .wrapper:first-child {
    margin-top: 32px;
}

@media (max-width: 767px) {
    .page-main > .wrapper:first-child {
        margin-top: 16px;
    }
}

.page-404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 1;
    color: #fff;
    text-align: center
}

.wrapper ol:not([class]), .wrapper ul:not([class]), .wrapper .wp-block-list {
    padding-left: 25px
}

/*@media (max-width: 850px) {*/
/*    .wrapper ol:not([class]), .wrapper ul:not([class]), .wrapper .wp-block-list {*/
/*        padding-left: 16px*/
/*    }*/
/*}*/

.page-404 a, .wrapper a:not([class]), .how-to-item__content a:not([class]){
    color: var(--link-color, #A380FF);
    text-decoration: underline;
}

.page-404 a:hover, .wrapper a:not([class]):hover {
    text-decoration: none
}

.page-404 a:focus, .wrapper a:not([class]):focus {
    color: var(--link-color, #A380FF)
}

.get-image {
    display: flex
}

.preview-block__content {
    background-color: var(--main-bg-color)
}

/* Wrapper */
.wrapper {
    max-width: 1240px;
    margin: 50px auto
}

.wrapper > :not(:first-child) {
    margin-top: 24px;
}

@media (max-width: 850px) {
    .wrapper > * {
        margin-left: 16px;
        margin-right: 16px;
        max-width: calc(100% - 32px);
    }
}

.header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 10px 16px;
    background-color: var(--header-bg-color);
    z-index: 900;
}

.header:has(.header__nav:last-child) {
    flex-direction: column;
    align-items: center;
}

.header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    order: 2;
}

.header__logo img {
    max-width: 140px
}

.header__nav {
    display: flex;
    flex: 1 1;
    order: 10;
}

header .header__nav .menu-main-nav-container, .header__nav .menu-main-nav_bn-container, .header__nav .menu-main-nav_hi-container, .header__nav .menu-main-nav_br-container {
    display: flex;
    align-items: center
}

header .menu {
    display: flex;
    list-style: none;
    height: 100%;
    align-items: center
}

header .menu-item {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    background: var(--header-bg-color);
    flex: 1 1
}

header .menu-item > a, header .menu-item > span:not(.menu-arrow) {
    display: inline-flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
    color: var(--heading-color);
    padding: 20px 10px;
    width: 100%;
    height: 100%;
}

.menu-arrow {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    width: 18px;
    min-width: 18px;
    height: 18px;
    pointer-events: none;
}

.menu-arrow svg {
    color: var(--text-color, #DFE6F7);
}

header .menu-item .sub-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    padding-top: 4px;
    list-style: none;
    z-index: 900
}

header .menu-item .sub-menu .menu-item {
    min-width: 100%;
    transition: .2s
}

header .menu-item .sub-menu .menu-item > a, header .menu-item .sub-menu .menu-item > span {
    display: block;
    padding: 10px 12px;
    background-color: var(--primary-color);
    color: var(--text-conter-color);
    transition: .2s
}

header .menu-item-has-children {
    position: relative;
}

header .menu-item.menu-item-has-children > a,
header .menu-item.menu-item-has-children > span:not(.menu-arrow) {
    padding-right: 26px;
}

/*header .menu-item-has-children > a svg,*/
/*header .menu-item-has-children > span svg {*/
/*    transform: rotate(180deg)*/
/*}*/

header .menu-item .sub-menu .menu-item > a:after {
    display: none
}

header .menu-item .sub-menu .menu-item:first-child > a, header .menu-item .sub-menu .menu-item:first-child > span {
    padding-top: 12px
}

header .menu-item .sub-menu .menu-item:last-child > a {
    padding-bottom: 12px
}

/* Burger */
.header__burger {
    position: absolute;
    right: 16px;
    top: 10px;
    margin: auto;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    background: unset;
    border: none;
    cursor: pointer;
}

.header__burger span {
    width: 24px;
    height: 2px;
    background-color: var(--heading-color, #FFF);
    border-radius: 6px;
}

.header__burger._active span:first-child { transform: rotate(45deg) translateY(5.5px) }

.header__burger._active span:nth-child(2) { display: none }

.header__burger._active span:last-child { transform: rotate(-45deg) translateY(-5.5px ) }

.header__burger._active ~ .header__nav {
    display: flex;
}

@media (max-width: 1200px) {
    .header__burger {
        display: flex;
    }

    .header:has(.header__burger) .header__buttons {
        margin-right: 60px;
    }
}

@media (max-width: 767px) {
    .header {
        flex-wrap: wrap;
    }

    .header__buttons {
        flex: 1 1 100%;
    }

    .header:has(.header__burger) .header__buttons {
        margin-right: 0;
    }

    .header__btn {
        flex: 1 1 auto;
    }
}

/* Lang block */
.lang {
    position: fixed;
    left: 15px;
    bottom: 15px;
    display: flex;
    flex-direction: column;
    z-index: 99;
    cursor: pointer;
}

.lang__list {
    display: none;
    flex-direction: column;
    gap: 4px;
    position: absolute;
    bottom: calc(100% + 5px);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}

@media (min-width: 1201px) {
    .lang:hover .lang__list {
        display: flex;
    }
}

.lang__list:after {
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    top: 100%;
    left: 0;
}

.lang__item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #6c6c6c30;
    background-color: var(--main-bg-color);
    padding: 6px 10px;
    border-radius: 8px;
    font: var(--btn-font);
    color: var(--heading-color);
    text-transform: uppercase;
}

@media (min-width: 1201px) {
    .lang__item:hover {
        color: var(--heading-color);
        border-color: #6c6c6c;
    }
}

.lang__item a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.lang img {
    display: flex;
    min-width: 32px;
    border-radius: 50%;
    border: 1px solid #6c6c6c;
    overflow: hidden;
    object-fit: none;
}

@media (max-width: 1200px) {
    .lang {
        position: relative;
        left: unset;
        bottom: unset;
        order: 5;
    }

    .lang._active .lang__list {
        display: flex;
    }

    .lang__list {
        top: calc(100% + 5px);
        bottom: unset;
    }

    .lang__list:after {
        top: unset;
        bottom: 100%;
    }
}


/* Site section */
.site-section {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.site-section__header {
    padding: 12px 20px;
    background: var(--block-border, linear-gradient(255deg, #01b6ff, #8d53e9));
    margin-bottom: 0;
}

.site-section__header h1,
.site-section__header h2,
.site-section__header h3 {
    margin-bottom: 0;
}

.site-section__body {
    padding: 16px;
    border: 4px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(var(--block-bg, #131A26), var(--block-bg, #131A26)), var(--block-border, linear-gradient(255deg, #01b6ff, #8d53e9));
}

.site-section:has(.site-section__header) .site-section__body {
    border-top: unset;
}

/* Wrapper like site-section */
/*.wrapper:has(> .wp-block-heading:first-child){*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    padding: 16px;*/
/*    border: 4px solid transparent;*/
/*    border-top: unset;*/
/*    background-clip: padding-box, border-box;*/
/*    background-origin: padding-box, border-box;*/
/*    background-image: linear-gradient(var(--block-bg, #131A26), var(--block-bg, #131A26)), var(--block-border, linear-gradient(255deg, #01b6ff, #8d53e9));*/
/*    overflow: hidden;*/
/*}*/

.wrapper > .wp-block-heading:first-child {
    padding: 12px 20px;
    /*margin: -16px -20px 0 -20px;*/
    background: var(--block-border, linear-gradient(255deg, #01b6ff, #8d53e9));
    /*margin-bottom: 0;*/
}

.wrapper > .wp-block-heading:first-child:has(+ .site-section__body) {
    margin-bottom: 0;
}

.wrapper > .wp-block-heading:first-child + .site-section__body {
    margin-top: 0;
    border-top: unset;
}

.pros-and-cons__body {
    display: flex;
    gap: 20px
}

.pros-and-cons__body .pros-and-cons-block {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    width: 50%
}

.pros-and-cons__body .pros-and-cons-block__title {
    text-align: center;
    padding: 12px;
    width: 100%;
    margin-bottom: 16px;
    font-weight: 600;
    color: var(--text-conter-color);
}

.pros-and-cons__body .pros-and-cons-block__title_blue {
    background-color: var(--primary-color);
}

.pros-and-cons__body .pros-and-cons-block__title_red {
    background-color: var(--second-color);
    color: var(--heading-color)
}

.pros-and-cons__body .pros-and-cons-block .pros-and-cons-list {
    padding: 0
}

.pros-and-cons__body .pros-and-cons-block .pros-and-cons-list__item {
    position: relative;
    /*display: flex;*/
    /*align-items: center;*/
    /*gap: 8px;*/
    padding: 12px 12px 12px 26px;
    margin-bottom: 16px;
    list-style: none;
}

.pros-and-cons__pros-block .pros-and-cons-list__item {
    border: 1px solid var(--primary-color);
}

.pros-and-cons__cons-block .pros-and-cons-list__item {
    border: 1px solid var(--second-color);
}

.pros-and-cons__body .pros-and-cons-block .pros-and-cons-list__item:last-child {
    margin-bottom: 0
}

.pros-and-cons__body .pros-and-cons-block .pros-and-cons-list__item:before {
    display: flex;
    width: 10px;
    height: 10px;
    padding: 4px;
    position: absolute;
    left: 0;
    top: 0;
}

.pros-and-cons__body .pros-and-cons-block .pros-and-cons-list__item_plus:before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" style="enable-background:new 0 0 128 128" xml:space="preserve"><path style="fill:%23131A26" d="M128 63.954c0 2.006-.797 3.821-2.136 5.127-1.308 1.337-3.125 2.133-5.166 2.133H71.302v49.356c0 4.012-3.284 7.292-7.302 7.292-2.009 0-3.827-.828-5.166-2.134-1.308-1.337-2.136-3.152-2.136-5.159V71.214H7.302c-4.05 0-7.302-3.248-7.302-7.26 0-2.006.797-3.853 2.136-5.159a7.279 7.279 0 0 1 5.166-2.134h49.395V7.306c0-4.012 3.284-7.26 7.302-7.26 2.009 0 3.827.828 5.166 2.133a7.238 7.238 0 0 1 2.136 5.127v49.356h49.395A7.276 7.276 0 0 1 128 63.954z"/></svg>');
    background-color: var(--primary-color);
}

.pros-and-cons__body .pros-and-cons-block .pros-and-cons-list__item_minus:before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" style="enable-background:new 0 0 128 128" xml:space="preserve"><path style="fill:%23131A26" d="M125.61 71.238H2.39A2.39 2.39 0 0 1 0 68.848v-9.787a2.39 2.39 0 0 1 2.39-2.39h123.22a2.39 2.39 0 0 1 2.39 2.39v9.787a2.39 2.39 0 0 1-2.39 2.39z"/></svg>');
    background-color: var(--second-color);
}

.extra-bonus {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.extra-bonus:not(._img) {
    border: 4px solid transparent;
    border-top: unset;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(var(--block-bg, #131A26), var(--block-bg, #131A26)), var(--block-border, linear-gradient(255deg, #01b6ff, #8d53e9));
    padding: 0 0 16px 0;
}

.extra-bonus:not(._img) > :not(.extra-bonus__title) {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 32px);
}

.extra-bonus__title {
    text-align: center;
    background: var(--block-border, linear-gradient(255deg, #01b6ff, #8d53e9));
    width: 100%;
    padding: 12px 20px;
}

.extra-bonus__description {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    max-width: 820px
}

.extra-bonus__description .promo-container__text {
    color: var(--primary_color)
}

.extra-bonus .proposal-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
    width: 100%
}

.extra-bonus .proposal-block__description {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--heading-color);
    text-align: center;
    max-width: 610px;
    margin-bottom: 16px
}

.extra-bonus .proposal-block .proposal-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%
}

.extra-bonus .proposal-block .proposal-list__item {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    background: var(--dark-bg);
    list-style: none;
    padding: 12px;
    flex: 1 1
}

.extra-bonus__btn {
    margin-top: 40px;
    border: none;
    cursor: pointer
}

.extra-bonus__footnote {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-top: 12px;
    margin-bottom: unset;
    color: var(--text-color);
}

.extra-bonus__footnote .promo-container {
    font-weight: 700;
    color: #fff
}

.extra-bonus__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-top: 40px
}

.extra-bonus__copy-field .promo-container__quote {
    display: none
}

.extra-bonus__copy-btn {
    min-width: 140px;
    height: 100%;
    background: var(--primary-color)!important;
    color: var(--text-conter-color) !important;
}

.extra-bonus:nth-child(2n) {
    margin-top: 28px
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    font: var(--btn-font);
    color: #fff;
    padding: 10px 16px;
    text-transform: uppercase;
    border-radius: 8px;
    user-select: none;
    transition: .2s;
    border: none;
    cursor: pointer;
}

.btn:hover {
    opacity: .8
}

.btn_primary {
    background: var(--block-bg, linear-gradient(255deg, #01b6ff, #8d53e9));
    color: var(--heading-color);
}

.btn_second {
    background-color: var(--second-color)
}

.btn_transparent {
    background-color: var(--block-bg);
    color: var(--heading-color);
    border: 2px solid var(--primary-color);
}

@media (min-width: 1201px) {
    .btn_transparent:hover {
        background-color: var(--dark-bg);
        opacity: 1;
    }
}

.btn_android, .btn_ios {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8.5px 32px 8.5px 20px;
    border-radius: 24px;
    min-width: 220px;
    min-height: 68px
}

.btn_android:before, .btn_ios:before {
    margin-right: 16px
}

.btn_android:before {
    content: url(../images/android.svg)
}

.btn_ios:before {
    content: url(../images/ios.svg)
}

.copy-field {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    background: #1a2034;
    border: 1px solid #363f5b;
    border-radius: 8px;
    width: 400px;
    height: 44px
}

.copy-field__text {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    padding: 0 12px
}

.copy-field__copy-btn {
    position: absolute;
    right: 0;
    cursor: pointer;
    user-select: none
}

.text-image-banner {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

.text-image-banner__bg-image-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex: 1 1;
    align-self: center
}

.text-image-banner__title {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
}

.text-image-banner__title span {
    color: var(--primary_color)
}

.text-image-banner__description {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--text-color);
}

.text-image-banner__description b, .text-image-banner__description strong {
    font-weight: 700;
    color: #fff
}

.text-image-banner__footer {
    display: flex;
    align-items: center;
    margin-top: 37px
}

.text-image-banner__license-block {
    display: flex;
    align-items: center
}

.text-image-banner .license-block__description {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--text-color);
    margin-left: 4px
}

/* TOC */
.toc__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 8px 8px 20px;
    background-color: var(--heading-bg-color);
    color: var(--main-font-color);
    cursor: pointer;
    user-select: none
}

.toc__title {
    text-transform: uppercase
}

.toc__header svg {
    color: var(--text-conter-color, #131A26);
    transform: rotate(180deg);
}

.toc._active .toc__header svg {
    transform: unset
}

.toc__body {
    display: none;
    padding: 24px 20px
}

.toc .toc-body-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
    list-style: none
}

.toc .toc-body-list__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex: 1 1
}

.toc .toc-body-list__link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--heading-color, #FFF);
}

.toc .toc-body-list__link:hover {
    text-decoration: underline
}

.toc .toc-body-list__link:before {
    content: "›";
    margin-right: 8px;
}

.toc._active .toc__header .toc__btn {
    transform: none
}

.toc._active .toc__body {
    display: block
}

.about-table, .about-table__body, .wp-block-table {
    width: 100%
}

.about-table .site-section__body {
    display: flex;
    flex-direction: column;
    align-items: center
}

.about-table__body {
    width: 100%;
    overflow-x: auto
}

.about-table__table table, .wp-block-table table {
    width: 100%;
    min-width: 500px
}

.about-table__btn {
    margin-top: 32px
}

.table, .wp-block-table table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    min-width: 500px
}

.table th, .wp-block-table table th {
    font-weight: 600;
    text-align: center;
    color: var(--text-conter-color, #131A26);
    background-color: var(--primary-color, #01b6ff);
    padding: 12px;
    border: 1px solid var(--primary-color, #01b6ff);
}

.table td, .wp-block-table table td {
    text-align: left;
    padding: 12px;
    color: var(--second-font-color);
    border: 1px solid var(--primary-color, #01b6ff)
}

.wp-block-table table td > :not(:first-child) {
    margin-top: 12px;
}

.table._dis_bg td, .wp-block-table table._dis_bg td {
    background-color: unset
}

.table td a, .wp-block-table table td a {
    color: var(--link-color, #A380FF);
    text-decoration: none;
    transition: .2s
}

.table td a:hover, .wp-block-table table td a:hover {
    text-decoration: underline
}

.table td ul, .wp-block-table table td ul {
    padding-left: 22px
}

.download-mobile__body {
    display: flex
}

.download-mobile__content {
    display: flex;
    flex-direction: column;
    max-width: 735px
}

.download-mobile__description {
    margin-bottom: 24px
}

.download-mobile__description p:last-child {
    margin-bottom: 0
}

.download-mobile__buttons-block {
    margin-bottom: 24px;
    background-color: var(--heading-bg-color);
    padding: 20px
}

.download-mobile__buttons-caption {
    display: block;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    color: var(--second-font-color);
    margin-bottom: 16px
}

.download-mobile__buttons-caption span {
    color: #f44336
}

.download-mobile__buttons {
    display: flex;
    justify-content: center;
    gap: 20px
}

.download-mobile .wp-block-table tr td, .download-mobile__table tr td {
    background-color: transparent
}

.download-mobile .wp-block-table tr td:first-child, .download-mobile__table tr td:first-child {
    width: 277px
}

.download-mobile .wp-block-table tr td:nth-child(2), .download-mobile__table tr td:nth-child(2) {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}

.download-mobile__image-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    flex: 1 1
}

.download-mobile__image-container img {
    object-fit: contain;
    max-width: 370px
}

.welcome-bonus {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background: url(../images/welcome-bonus_bg.png) no-repeat, -webkit-gradient(linear, left top, left bottom, from(rgba(23, 33, 50, .79)), to(#172132));
    background: url(../images/welcome-bonus_bg.png) no-repeat, -o-linear-gradient(top, rgba(23, 33, 50, .79) 0, #172132 100%);
    background: url(../images/welcome-bonus_bg.png) no-repeat, linear-gradient(180deg, rgba(23, 33, 50, .79) 0, #172132 100%);
    min-height: 300px;
    padding: 32px;
    width: 100%
}

.welcome-bonus:before {
    position: absolute;
    content: "";
    top: 0;
    left: 20px;
    width: 216px;
    height: 237px;
    background-image: url(../images/welcome-bonus_left-gift.png);
    background-size: cover
}

.welcome-bonus:after {
    position: absolute;
    content: "";
    top: 9px;
    right: 21px;
    width: 218px;
    height: 223px;
    background-image: url(../images/welcome-bonus_right-gift.png);
    background-size: cover
}

.welcome-bonus__title {
    color: var(--main-font-color);
    margin-bottom: 20px;
    min-width: 283px;
    z-index: 2
}

.welcome-bonus__description-block {
    text-align: center;
    min-width: 991px;
    max-width: 100%;
    background: rgba(39, 138, 236, .5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 4px;
    padding: 16px 40px;
    z-index: 2
}

.welcome-bonus__description {
    font-style: normal;
    font-weight: 800;
    font-size: 52px;
    line-height: 52px;
    color: var(--main-font-color)
}

.welcome-bonus__copy-field {
    margin-top: 40px;
    min-width: 578px;
    height: 56px;
    color: var(--main-font-color);
    z-index: 2;
    background-color: #12151f;
    border-color: #12151f;
    border-radius: 8px
}

.welcome-bonus__copy-text {
    padding: 16px
}

.welcome-bonus__copy-btn {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    min-width: 240px;
    border-radius: 24px;
    text-transform: uppercase;
    margin-right: 5px
}

.tabs {
    display: flex;
    width: 100%
}

.tabs__list {
    display: flex;
    flex-direction: column;
    list-style: none;
    background: var(--block-border, linear-gradient(255deg, #01b6ff, #8d53e9));
    border-radius: 8px 0 0 8px;
    gap: 8px;
    padding: 8px;
    max-height: 456px;
    overflow: auto;
    overflow-x: hidden
}

@media (max-width: 1200px) {
    .tabs__list {
        max-height: unset;
        border-radius: 8px 8px 0 0;
        flex-direction: row;
        width: 100%;
        overflow: auto;
    }
}

.tabs__item {
    display: block;
    padding: 12px;
    min-width: 206px;
    font-weight: 600;
    cursor: pointer;
    color: var(--main-font-color);
    border-radius: 6px;
    transition: .2s;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 auto;
    gap: 10px;
}

.tabs__item svg,
.tabs__item .get-image,
.tabs__item img{
    pointer-events: none;
}

.tabs__item._active, .tabs__item:hover {
    background-color: var(--header-active-bg-color)
}

.tabs__views {
    flex: 1 1;
    border: 4px solid var(--primary-color, #01b6ff);
}

.tabs .tab-view {
    display: none;
    flex-direction: column;
    border-top: 1px solid var(--stroke-color)
}

.tabs .tab-view._active {
    display: flex
}

.tabs .tab-view__header {
    color: var(--heading-color);
    padding: 8px 16px
}

.tabs .tab-view__body {
    display: flex;
    gap: 20px;
    padding: 0 16px 16px 16px;
}

.tabs .tab-view__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1
}

.tab-view__content > * {
    width: 100%;
}

.tab-view__content > :not(:first-child) {
    margin-top: 16px;
}

.tabs .tab-view__btn {
    height: auto;
    margin-top: 10px
}

.tabs .tab-view__image-container {
    display: flex;
    align-items: flex-start;
    max-width: 56%
}

.tabs .tab-view__image-container img {
    max-width: 100%;
    max-height: 500px;
    border-radius: 4px;
    width: 100%;
    height: auto;
    object-fit: contain
}

.payments-table {
    position: relative
}

.payments-table__view {
    overflow-x: auto
}

.payments-table__table {
    table-layout: fixed;
    min-width: 760px
}

.payments-table__table td, .payments-table__table th {
    min-width: 240px
}

.payments-table__table td {
    width: 100%;
    padding: 10px 12px
}

.payments-table__first-cell-content {
    display: flex;
    align-items: center;
    gap: 10px
}

.payments-table__payment-system-caption {
    display: inline-block
}

.payments-table__inner-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 12px
}

.payments-table__inner-row:last-child {
    margin-bottom: 0
}

.payments-table__prop {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px
}

.payments-table__val {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}

.description-table{
    overflow: auto;
}

.description-table table {
    table-layout: fixed;
}

.description-table__cell {
    vertical-align: top
}

.description-table__image-cell {
    width: 295px;
    vertical-align: middle
}

.description-table__image-block {
    display: flex;
    align-items: center;
    gap: 10px
}

.description-table__image-block img{
    width: auto;
    max-height: 44px;
}

.description-table__image {
    border-radius: 4px
}

.text-image__body {
    display: flex;
    gap: 20px
}

.text-image__body._reversed {
    flex-direction: row-reverse
}

.text-image__content {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    overflow: hidden
}

.text-image__content > :not(:first-child) {
    margin-top: 16px;
}

.text-image__content .wp-block-table:not(:last-of-type) {
    margin-bottom: 20px
}

.text-image__content .wp-block-table + p {
    margin-top: 20px
}

.text-image__image-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex: 1 1;
}

.text-image__image-container._middle {
    align-items: center
}

.text-image__image-container._bottom {
    align-items: flex-end
}

.text-image__image-container .get-image img {
    object-fit: contain;
    border-radius: 4px;
    max-width: 100%;
    max-height: 90vh
}

.faq {
    width: 100%
}

.faq__body {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.faq-item {
    width: 100%
}

details {
    list-style: none;
}

details summary::-webkit-details-marker {
    display: none;
}

details summary::marker {
    display: none;
}

.faq-item .faq-item__body {
    display: flex;
    flex-direction: column
}

.faq-item .faq-item__body p:last-child {
    margin-bottom: 0
}

.faq-item .faq-item__title-block {
    display: flex;
    align-items: center;
    gap: 12px;
}

.faq-item__header {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #293b55;
    cursor: pointer;
    user-select: none;
}

.faq-item__title {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: calc(100% - 40px);
}

.faq-item__title-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.faq-item__title-block svg {
    color: var(--text-conter-color);
}

.faq-item__header:not([open]) svg {
    transform: rotate(45deg);
}

.faq-item__body {
    display: none;
    width: 100%;
}

.mobile-popup-offer {
    justify-content: space-between;
    width: calc(100% - 32px);
    max-width: 500px;
    border: none;
    cursor: pointer
}

.mobile-popup-offer__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1 1
}

.mobile-popup-offer__title {
    font: var(--btn-font);
    color: var(--heading-color);
}

.mobile-popup-offer__title span {
    color: var(--primary_color)
}

.mobile-popup-offer__description {
    color: var(--text-color);
    white-space: nowrap
}

.mobile-popup-offer__btn {
    background-color: var(--block-bg);
    color: var(--heading-color);
}

.mobile-popup {
    display: none;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--block-border);
    border-radius: 8px 8px 0 0;
    padding: 8px;
    width: 100%;
    z-index: 99
}

.scroll-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99
}

.scroll-top__button {
    position: relative;
    appearance: none;
    border: none;
    outline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 44px;
    height: 44px;
    background-color: var(--stroke-color);
    border-radius: 4px
}

.scroll-top__button:after {
    content: url(../images/scroll-top.svg);
    display: flex;
    align-items: center;
    justify-content: center
}

/* How to */
.how-to__body > :not(:first-child) {
    margin-top: 16px;
}

.how-to__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.how-to .how-to-item {
    display: flex;
    width: 100%
}

.how-to .how-to-item img {
    width: auto;
    max-height: 450px
}

.how-to .how-to-item:first-child .how-to-item__id:before, .how-to .how-to-item:last-child .how-to-item__id:after {
    display: none
}

.how-to .how-to-item__id {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    background-color: var(--primary_color);
    color: var(--main-font-color);
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase
}

.how-to .how-to-item__body {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1 1;
    padding: 16px;
    border: 1px solid var(--stroke-color)
}

.how-to .how-to-item__content {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    align-items: flex-start
}

.how-to-item__description > :not(:first-child) {
    margin-top: 1rem;
}

.how-to .how-to-item__title {
    color: var(--heading-color);
    font-weight: 600;
    margin-bottom: 16px;
}

.how-to .how-to-item__btn {
    margin-top: 10px
}

.how-to .how-to-item__image-container {
    max-width: 50%
}

.how-to .how-to-item__image-container img {
    max-width: 100%
}

.how-to._dis .how-to-item__id:before {
    border-top-color: var(--main-bg-color)
}

@media (max-width: 767px) {
    .how-to .how-to-item__image-container {
        max-width: 100%
    }
}

.rate-block {
    display: flex;
    align-items: center
}

.rate-block__title {
    font-size: 14px;
    line-height: 18px;
    color: var(--second-font-color);
    margin-right: 2px
}

.rate-block__star {
    background-repeat: no-repeat;
    background-position: center
}

.rate-block__star._empty {
    background-image: url(../images/empty_star.svg)
}

.rate-block__star._fill {
    background-image: url(../images/fill_star.svg)
}

.rate-block__star._fill-empty, .rate-block__star._selected {
    background-image: url(../images/fill_empty_star.svg)
}

.comments {
    display: flex;
    flex-direction: column
}

.comments__list {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px
}

.comment-add-field {
    width: 100%;
    margin-bottom: 32px
}

.comment-add-field__header {
    padding: 8px 20px
}

.comment-add-field__body {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px
}

.comment-add-field__form {
    display: flex;
    flex-direction: column;
    width: 610px
}

.comment-add-field .comment-add-form {
    display: flex;
    align-items: center
}

.comment-add-field .comment-add-form__header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px
}

.comment-add-field .comment-add-form__name {
    width: 373px;
    padding: 13px 16px
}

.comment-add-field .comment-add-form__text {
    width: 100%;
    height: 113px;
    padding: 16px
}

.comment-add-field .comment-add-form__rate-block {
    display: flex;
    align-items: center
}

.comment-add-field .comment-add-form__btn {
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: var(--main-font-color);
    padding: 10px 24px;
    background: rgba(25, 118, 210, .25);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
    border-radius: 20px;
    border: none;
    margin-top: 15px;
    cursor: pointer;
    transition: .2s
}

.comment-add-field .comment-add-form__btn:hover {
    opacity: .8
}

.comment-add-field .comment-add-form__alert {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--second-font-color);
    margin-top: 15px
}

.comment-add-field .comment-add-form__alert.error {
    color: #dc2e2e
}

.comment-add-field .comment-add-form__star {
    width: 28px;
    height: 28px;
    cursor: pointer
}

.comment-add-field .comment-input {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--main-font-color);
    background: var(--main-bg-color);
    border: 1px solid var(--stroke-color);
    border-radius: 8px
}

.comment-add-field .comment-input::-webkit-input-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #898989;
    opacity: 1
}

.comment-add-field .comment-input::-moz-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #898989;
    opacity: 1
}

.comment-add-field .comment-input:-ms-input-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #898989;
    opacity: 1
}

.comment-add-field .comment-input::-ms-input-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #898989;
    opacity: 1
}

.comment-add-field .comment-input::placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #898989;
    opacity: 1
}

.comment-item {
    display: flex;
    flex-direction: column;
    background-color: var(--block_bg);
    padding: 16px;
    gap: 12px
}

.comment-item__header {
    display: flex;
    justify-content: space-between
}

.comment-item__rate-title {
    margin-right: 4px
}

.comment-item__nickname {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: var(--main-font-color)
}

.comment-item__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--second-font-color)
}

.comment-item__date {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #898989
}

.comment-item__star {
    width: 20px;
    height: 20px
}

.comment-item__star._empty {
    background-size: contain
}

.video__thumb-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: .2s
}

.video__thumb-container:hover:after {
    opacity: .8
}

.video__thumb-container:after {
    display: flex;
    align-items: center;
    content: "";
    background-image: url(../images/play.svg);
    background-repeat: no-repeat;
    background-position: center right;
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 2
}

.video__thumb-container iframe {
    width: 100%;
    border: none;
    aspect-ratio: 16/9
}

.video_loaded .video__thumb, .video_loaded:after {
    display: none
}

.video__thumb {
    width: 100%
}

.video__description {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--second-font-color);
    flex: 45 1
}

.articles {
    width: 100%
}

.articles__body {
    display: -ms-grid;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 20px
}

.articles .article-item {
    display: flex;
    flex-direction: column;
    background: var(--header-active-bg-color);
    border-radius: 4px;
    overflow: hidden;
    flex: 1 1;
    text-decoration: none;
    transition: .2s
}

.articles .article-item:hover {
    opacity: .8
}

.articles .article-item__image {
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.articles .article-item__image .get-image {
    width: 100%;
    height: 100%
}

.articles .article-item__image .get-image img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.articles .article-item__text {
    padding: 8px 16px 16px;
    color: var(--main-font-color);
    background: #243349
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    width: 100%
}

.footer__top {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    max-width: 1240px;
    width: 100%;
}

.footer__top > * {
    margin-bottom: 20px;
}

.footer__bottom {
    text-align: center;
    color: var(--heading-color);
    border-top: 1px solid #293b55;
    padding-top: 20px;
    width: 100%
}

.footer__logo-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 20px 0
}

.footer__dcma {
    width: 89px;
    height: 44px
}

.footer .menu {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 12px
}

.footer .menu .menu-item {
    display: inline-block;
    line-height: 20px
}

.footer .menu .menu-item a,
.footer .menu .menu-item span {
    display: inline-block;
    color: var(--heading-color);
    text-decoration: none;
    min-width: 220px;
    transition: .2s
}

.footer .menu .menu-item a:hover {
    text-decoration: underline;
}

.footer__socials-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
    margin-left: auto;
}

.footer__socials-container a, .footer__socials-container p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--second-font-color)
}

.footer__socials-container a {
    text-decoration: none
}

.footer__socials {
    display: flex;
    list-style: none;
    gap: 4px
}

.footer__social {
    display: flex;
}

.footer__social img {
    width: auto;
    max-height: 44px;
}

.footer__second-logo-footnote {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--second-font-color)
}

.footer .footer-top-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-left: 40px;
    padding-right: 40px;
}

.footer .footer-top-container:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: var(--primary-color, #01b6ff)
}

.footer .footer-top-container:first-child {
    padding-left: 0
}

.footer .footer-top-container:last-child {
    padding-right: 0
}

.footer .footer-top-container:last-child:after {
    display: none
}

@media ( max-width: 850px ) {
    .footer__top > * {
        margin-bottom: 0;
    }
}

.sitemap {
    width: 100%
}

.sitemap__body {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.sitemap__nav {
    display: flex;
    flex-direction: column;
    gap: 13px
}

.sitemap__page-title {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: var(--primary_color);
    text-decoration: none;
    height: auto;
    transition: .2s
}

.sitemap__page-title:hover {
    text-decoration: underline
}

.sitemap__list {
    display: flex;
    flex-direction: column
}

.sitemap__list-item {
    margin-left: 24px;
    margin-bottom: 8px
}

.sitemap__list-item:last-child {
    margin-bottom: 0
}

.sitemap__list-item::marker {
    color: var(--list-marker-color, #A380FF)
}

.sitemap__list-item:hover::marker {
    color: var(--main-font-color)
}

.sitemap__parent-link {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline;
    color: var(--second-font-color);
    margin-bottom: 8px;
    transition: .2s
}

.sitemap__parent-link:hover {
    color: var(--main-font-color)
}

.sitemap__parent-link:last-child {
    margin-bottom: 0
}

.sitemap__child-link {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline;
    color: var(--second-font-color);
    transition: .2s
}

.sitemap__child-link:hover {
    color: var(--main-font-color)
}

.slots {
    width: 100%
}

.slots__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px
}

.slots__header-btn {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-decoration: none;
    color: var(--main-font-color);
    background: rgba(255, 255, 255, .1);
    border-radius: 4px;
    padding: 4px 12px;
    transition: .2s;
    border: none;
    cursor: pointer
}

.slots__header-btn:hover {
    opacity: .8
}

.slots__header-btn:after {
    display: flex;
    align-items: center;
    content: url(../images/slots-btn-arrow.svg)
}

.slots__body {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 16px
}

.slots .slot-item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 4px;
    gap: 4px
}

.slots .slot-item__image {
    position: relative;
    overflow: hidden;
    transition: .2s
}

.slots .slot-item__image img {
    min-width: 100%;
}

@media (min-width: 1201px) {
    .slots .slot-item__image:hover .slot-item__inner-block {
        display: flex;
        position: absolute;
        z-index: 1
    }
}

@media (max-width: 1200px) {
    .slots .slot-item._active .slot-item__image .slot-item__inner-block {
        display: flex;
        position: absolute;
        z-index: 1
    }
}

.slots .slot-item__inner-block {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    padding: 16px;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 34, 52, .8);
    transition: .2s
}

.slots .slot-item__title {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

/* Popup */
.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;
}

.popup._active {
    display: flex;
}

.popup__title {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    padding: 10px;
}

.popup__buttons {
    display: flex;
    justify-content: flex-start;
}

.popup__buttons > .btn {
    background: var(--text-conter-color) !important;
    color: var(--heading-color) !important;
}

@media (max-width: 767px) {
    .popup__buttons > .btn {
        width: 100%;
    }
}

.popup__buttons .slots__button {
    width: unset;
}

.popup__frame {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto 1fr;
    width: 100%;
    height: 100%;
    max-width: 1380px;
    max-height: 720px;
    margin: auto;
    border-radius: 4px;
    background: var(--block-border);
    padding: 8px 12px 0 12px;
}

.popup__body {
    position: relative;
    grid-column: 1/4;
    grid-row: 2/3;
    margin: 8px -10px 2px -10px;
    border-radius: 4px;
    background: #D9D9D9;
    overflow: hidden;
}

.popup__body iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border: none;
}

.popup__cross {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--text-conter-color);
}

@media (max-width: 767px) {
    .popup__frame {
        max-height: unset;
        height: 100dvh;
        border-radius: unset;
    }

    .popup__frame {
        grid-template-columns: 1fr auto;
        grid-template-rows: auto 1fr auto;
    }

    .popup__cross {
        grid-column: 2/3;
        grid-row: 1/2;
    }

    .popup__frame .popup__buttons {
        justify-content: center;
        grid-column: 1/3;
        grid-row: 3/4;
    }

    .popup__frame .popup__buttons:has(:nth-child(1)) {
        padding: 10px 0;
    }

    .popup__body {
        grid-column: 1/3;
        grid-row: 2/3;
    }
}

/* Breadcrumbs */
.breadcrumbs {
    width: 100%;
    background-color: var(--dark-bg, #233859);
}

.breadcrumbs__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
    max-width: 1240px;
    margin: 0 auto;
    list-style: none;
}

.breadcrumbs__item:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid var(--text-color, #01b6ff);
}

.breadcrumbs__link {
    color: var(--heading-color, #FFF);
}

a.breadcrumbs__link {
    color: var(--link-color, #A380FF);
    text-decoration: unset;
}

@media (max-width: 1280px) {
    .breadcrumbs__list {
        margin-left: 20px;
        margin-right: 20px
    }
}

.custom-gallery {
    overflow: auto;
}

.custom-gallery__list {
    list-style: none;
    display: flex;
    justify-content: center;
    min-width: 800px;
}

.custom-gallery__body {
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

@media (min-width: 1201px) {
    header .menu-item > a:hover {
        background-color: var(--dark-bg)
    }

    header .menu-item .sub-menu .menu-item:hover {
        background-color: var(--dark-bg)
    }

    header .menu-item .sub-menu .menu-item:hover > a {
        background-color: var(--dark-bg);
        color: var(--header-bg-color);
    }

    header .menu-item:hover > a:after {
        transform: rotate(180deg)
    }

    header .menu-item:hover .sub-menu {
        display: flex;
        flex-wrap: wrap;
        max-height: 430px;
    }

    header .menu-item:hover .menu-arrow svg {
        transform: rotate(180deg) translateY(-2px);
    }
}

/*@media (min-width: 1281px) {*/
/*    .site-section._dis .site-section__body, .site-section._dis .site-section__header {*/
/*        padding-left: 0;*/
/*        padding-right: 0*/
/*    }*/
/*}*/

@media (max-width: 1280px) {
    .wrapper {
        margin-left: 20px;
        margin-right: 20px
    }

    .footer {
        align-items: flex-start;
        padding: 0 16px
    }

    .footer__top {
        min-width: 100%;
    }

    .footer__bottom,
    .footer__payments {
        padding: 12px 0;
    }

    .popup-win .popup {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media (max-width: 1280px) {
    .text-image-banner {
        width: auto
    }
}

@media (max-width: 1280px) {
    .description-table__cell {
        width: auto
    }
}

/*@media (max-width: 1280px) {*/
/*    .popup-win .popup {*/
/*        width: 100%*/
/*    }*/
/*}*/

@media (max-width: 1200px) {
    body {
        padding-top: 52px
    }

    .header__logo img {
        max-width: 103px
    }

    .header__nav {
        position: absolute;
        top: 100%;
        left: 0;
        display: none;
        background: var(--dark-bg);
        width: 100%;
    }

    header .menu {
        flex-direction: column;
        width: 100%;
        overflow: auto
    }

    header .menu-item {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: auto
    }

    header .menu-item > a, header .menu-item > span:not(.menu-arrow) {
        padding: 10px 16px
    }

    .menu-arrow {
        position: relative;
        top: unset;
        right: unset;
        bottom: unset;
        justify-content: flex-end;
        pointer-events: all;
        height: 100%;
        padding: 12px 15px;
        margin: 0;
    }

    .menu-item-has-children._active .menu-arrow {
        justify-content: flex-start;
    }

    header .menu-item-has-children > a,
    header .menu-item-has-children > span,
    header .menu-item-has-children > .menu-arrow {
        flex: 1 1;
        width: auto;
    }

    header .menu-item-has-children._active > a svg, header .menu-item-has-children._active > span svg {
        transform: unset
    }

    header .menu-item-has-children._active .sub-menu {
        display: flex
    }

    header .menu-item .sub-menu {
        position: relative;
        top: unset;
        left: unset;
        padding-top: 0;
        width: 100%;
    }

    header .menu-item .sub-menu .menu-item > a, header .menu-item .sub-menu .menu-item > span {
        padding: 10px 32px
    }

    .header.burger-active {
        height: auto;
        overflow: auto;
        max-height: 100vh
    }

    .download-mobile__image-container {
        padding: 0 0 0 20px
    }

    .welcome-bonus__description-block {
        min-width: auto
    }

    .welcome-bonus__copy-btn {
        min-width: 240px;
        border-radius: 24px;
        font-weight: 700;
        font-size: 15px;
        line-height: 24px;
        text-transform: uppercase
    }

    .tabs {
        flex-direction: column
    }
    .tabs__item {
        min-width: unset;
        padding: 10px 16px;
        white-space: nowrap
    }

    .tabs__views {
        min-height: 200px
    }

    .tabs .tab-view__body {
        flex-direction: column-reverse;
    }

    .tabs .tab-view__content {
        align-items: center
    }

    .tabs .tab-view__btn {
        font-size: 15px;
        line-height: 24px;
        width: auto;
        padding: 10px 24px;
        border-radius: 20px
    }

    .tabs .tab-view__image-container {
        flex: 1 1;
        max-width: 100%
    }

    .mobile-popup {
        display: flex
    }
}

@media (max-width: 1200px) {
    .text-image-banner {
        flex-direction: column;
    }

    .text-image-banner__bg-image-container {
        width: 100%;
        margin-right: 0
    }

    .text-image-banner__title {
        order: 1
    }

    .text-image-banner__description {
        order: 3;
        font-size: 15px
    }

    .text-image-banner__footer {
        flex-direction: column;
        order: 2;
        margin-top: 0
    }

    .text-image-banner__btn {
        width: 300px;
        margin-right: 0
    }

    .text-image-banner__license-block {
        margin-top: 8px
    }

    .articles__body {
        grid-template-columns:repeat(3, 1fr)
    }

    .footer .footer-top-container {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (max-width: 1200px) {
    .extra-bonus .proposal-block .proposal-list {
        flex-direction: column
    }

    .download-mobile__body {
        flex-direction: column-reverse
    }

    .download-mobile__content {
        max-width: unset
    }

    .download-mobile__description {
        order: 2
    }

    .download-mobile__buttons-block {
        order: 1;
        padding: 20px 12px
    }

    .download-mobile .wp-block-table tr td:first-child, .download-mobile__table tr td:first-child {
        width: 160px
    }

    .download-mobile__image-container {
        padding: 0
    }

    .download-mobile__image-container img {
        width: 100%;
        max-height: 336px
    }

    .welcome-bonus__title {
        min-width: auto
    }

    .welcome-bonus__description {
        font-size: 36px;
        line-height: 52px
    }

    .text-image__body {
        flex-direction: column;
        gap: 16px
    }

    .text-image__body._reversed {
        flex-direction: column
    }

    .text-image__content {
        order: 2
    }

    .text-image__image-container {
        order: 1
    }

    .text-image__image-container .get-image img {
        max-height: 60vh
    }

    .footer .menu {
        width: 100%;
        align-items: center;
    }

    .footer .menu .menu-item a,
    .footer .menu .menu-item span {
        min-width: unset
    }
}

@media (max-width: 850px) {
    .footer {
        align-items: flex-start
    }

    .footer__top {
        width: 100%;
        flex-direction: column
    }

    .footer__logo-container {
        align-items: flex-start
    }

    .footer__logo-inner {
        align-items: center
    }

    .footer .menu .menu-item a, .footer .menu .menu-item span {
        align-items: center;
    }

    .footer .footer-top-container {
        padding: 12px 0;
        border-bottom: 1px solid var(--primary-color, #01b6ff);
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer .footer-top-container:last-child {
        border-bottom: none
    }

    .footer .footer-top-container:after {
        display: none
    }

    .footer__socials-container {
        align-items: center;
        margin-right: auto;
        padding: 12px 0;
    }
}

@media (max-width: 850px) and (max-width: 850px) {
    .footer .footer-top-container:first-child {
        padding-top: 0
    }

    .footer .footer-top-container:last-child {
        padding-bottom: 0
    }
}


@media (max-width: 767px) {
    .download-mobile__image-container {
        margin-bottom: 16px
    }
}

@media (max-width: 767px) {
    .welcome-bonus {
        padding: 32px 16px
    }

    .welcome-bonus:before {
        top: 50px;
        left: 0;
        width: 86px;
        height: 94px
    }

    .welcome-bonus:after {
        top: 62px;
        right: 0;
        width: 106px;
        height: 108px
    }

    .welcome-bonus__description-block {
        width: 100%;
        padding: 16px
    }

    .welcome-bonus__copy-field {
        margin-top: 24px;
        min-width: auto;
        width: 100%;
        height: 44px
    }

    .welcome-bonus__copy-btn {
        min-width: 120px
    }

    .articles__body {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 767px) {
    .wrapper {
        margin-left: 0;
        margin-right: 0
    }

    .site-section__header,
    .extra-bonus__title{
        padding: 12px 16px
    }

    .site-section__body {
        padding: 20px 16px
    }

    .pros-and-cons__body {
        flex-direction: column;
        gap: 24px
    }

    .pros-and-cons__body .pros-and-cons-block {
        width: 100%
    }

    .pros-and-cons__body .pros-and-cons-block .pros-and-cons-list__item, .pros-and-cons__body .pros-and-cons-block__title {
        margin-bottom: 12px
    }

    .extra-bonus {
        padding: 32px 16px
    }

    .extra-bonus__description {
        text-align: left
    }

    .extra-bonus .proposal-block .proposal-list {
        gap: 16px
    }

    .extra-bonus .proposal-block .proposal-list__item {
        background: rgba(39, 138, 236, .3);
        padding: 8px;
        border-radius: 4px
    }

    .extra-bonus__btn {
        margin-top: 32px
    }

    .extra-bonus__buttons {
        flex-direction: column;
        align-items: center;
        margin-top: 32px
    }

    .copy-field {
        width: 100%
    }

    .download-mobile__buttons {
        flex-direction: column;
        align-items: center
    }

    .download-mobile .wp-block-table, .download-mobile__table {
        order: 3
    }

    .payments-table {
        margin-right: 0
    }

    .payments-table__table {
        table-layout: unset
    }

    .description-table {
        margin-right: 0
    }

    .description-table__image-cell {
        min-width: 295px
    }

    .text-image__header {
        padding: 8px 16px
    }

    .faq__body {
        gap: 16px
    }

    .faq-item .faq-item__title-block {
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap
    }

    .mobile-popup-offer {
        gap: 9px
    }

    .how-to__header {
        padding: 8px 20px 10px
    }

    .how-to .how-to-item__id {
        width: 32px;
        min-width: 32px
    }

    .how-to .how-to-item__body {
        gap: 12px;
        padding: 12px;
        flex-direction: column-reverse
    }

    .how-to .how-to-item__btn {
        min-width: unset;
        width: 100%
    }

    .how-to._dis .how-to-item__id:before {
        border-top-color: var(--main-bg-color)
    }

    .comments__list {
        padding-left: 16px;
        padding-right: 16px
    }

    .comment-add-field {
        margin-bottom: 24px
    }

    .comment-add-field__header {
        padding: 8px 20px 10px
    }

    .comment-add-field__body {
        padding: 32px 16px
    }

    .comment-add-field .comment-add-form__header {
        flex-direction: column
    }

    .comment-add-field .comment-add-form__name {
        width: 100%
    }

    .comment-add-field .comment-add-form__rate-block {
        margin-top: 8px
    }

    .articles .article-item {
        width: 328px
    }

    .sitemap__header {
        padding: 12px 20px
    }

    .sitemap__body {
        padding: 24px 20px 32px
    }

    /*.popup-win .popup {*/
    /*    width: 100vw;*/
    /*    height: 100vh;*/
    /*    height: 100dvh;*/
    /*    margin: 0;*/
    /*}*/

    /*.popup-win .popup__body {*/
    /*    height: 100%;*/
    /*}*/
}

@media (max-width: 767px) {
    .articles__body {
        grid-template-columns:repeat(1, 1fr);
        justify-items: center
    }

    .articles__header {
        padding: 12px 24px 12px 16px
    }
}

@media (max-width: 500px) {
    .toc .toc-body-list {
        grid-template-columns: 1fr;
    }

    .toc .toc-body-list__link {
        padding-bottom: 12px
    }

    .articles .article-item {
        width: 100%
    }
}

.header__logo img {
    height: auto
}

@media (max-width: 1200px) {
    header .menu-item._active .sub-menu {
        display: flex
    }

    header .menu-item._active .menu-arrow {
        transform: rotate(180deg);
        justify-content: flex-start;
    }
}

.footer .menu .menu-item span,
header .menu-item .sub-menu .menu-item > span,
header .menu-item.current-menu-item > span {
    font-weight: bold;
    text-decoration: underline;
}

.text-image__image-container .get-image {
    max-width: 100%;
    max-height: 90vh
}

.text-image__image-container .get-image img {
    max-width: unset;
    max-height: unset;
    width: 100%;
    height: 100%
}

.text-image__image-container {
    flex: unset;
    max-width: 50%
}

@media (max-width: 1200px) {
    .text-image__image-container {
        flex: 1 1;
        max-width: unset
    }

    .how-to .how-to-item__content {
        width: 100%
    }

    .how-to-item__image-container {
        flex: 1 1;
        max-width: unset
    }
}

.video + .content-btn-container {
    margin-top: 20px
}

.video .get-image, .video .get-image img {
    width: 100%;
    height: 100%
}

.text-image-banner__bg-image-container img {
    height: auto
}

.extra-bonus._img {
    background-color: unset;
    overflow: hidden
}

.extra-bonus__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.extra-bonus__bg .get-image {
    width: 100%;
    height: 100%
}

.extra-bonus__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: var(--block_bg)
}

main {
    overflow: hidden
}

.screenshot-gallery__item:not(:last-child) {
    margin-right: 30px
}

.screenshot-gallery__item p {
    margin: 0
}

.content-btn-container {
    display: flex;
    width: 100%
}

.content-btn-container {
    justify-content: center
}

.content-btn-container._left {
    justify-content: flex-start
}

.content-btn-container._right {
    justify-content: flex-end
}

.aviator {
    position: relative;
    width: 100%;
    overflow: hidden
}

.aviator:not(:last-of-type) {
    margin-bottom: 24px
}

.aviator .aviator__content, .aviator .aviator__preview:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.aviator .aviator__preview:after {
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, .59), rgba(0, 0, 0, .59))
}

.aviator .aviator__preview img {
    object-fit: contain;
    height: auto
}

.aviator .aviator__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    z-index: 1
}

.aviator .aviator__content .btn {
    min-width: unset;
    padding: 10px 24px
}

.aviator-popup {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 900
}

.aviator-popup._active {
    display: flex
}

.aviator-popup__window {
    display: flex;
    flex-direction: column;
    width: 1243px
}

.aviator-popup__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: var(--stroke-color);
    height: 60px;
    padding: 8px 20px
}

.aviator-popup__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 8px 20px
}

.aviator-popup__buttons .btn {
    height: 100%;
    padding: 10px 24px
}

.aviator-popup__cross {
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 901
}

.aviator-popup__body {
    position: relative;
    width: 100%;
    height: 548px;
    background-color: #000
}

.aviator-popup__body iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border: none
}

.aviator-popup__title {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #fff
}

@media (max-width: 767px) {
    .aviator-popup__header {
        flex-wrap: wrap;
        height: unset;
        gap: 16px;
        padding: 8px 12px
    }

    .aviator-popup__title {
        flex: 1 1;
        order: 1
    }

    .aviator-popup__cross {
        justify-content: flex-end;
        flex: 1 1;
        order: 2
    }

    .aviator-popup__buttons {
        position: static;
        flex: 1 1;
        min-width: 100%;
        order: 3;
        padding: 0
    }
}

@media (max-width: 1200px) {
    .page:not(.home) .page-main .wrapper:first-child .download-mobile {
        margin-top: 10px
    }
}

.text-image-banner {
    display: grid;
    grid-template-columns:repeat(2, 1fr)
}

.text-image-banner__bg-image-container {
    display: flex;
    align-items: center;
    height: 100%;
    grid-column: 2/3;
    grid-row: 1/4
}

@media (max-width: 1200px) {
    .text-image-banner {
        grid-template-columns:1fr;
    }

    .text-image-banner__title {
        grid-row: 1/2;
    }

    .text-image-banner__description {
        grid-row: 3/4
    }

    .text-image-banner__footer {
        grid-row: 4/5
    }

    .text-image-banner__bg-image-container {
        grid-row: 2/3;
        grid-column: unset
    }
}

.btn_android, .btn_ios {
    display: grid;
    grid-template-columns:auto 1fr;
    grid-template-rows:1fr;
    max-width: 234px;
    font-size: 16px;
    text-align: left
}

.btn_android:before, .btn_ios:before {
    grid-column: 1/2;
    grid-row: 1/3
}

.download-mobile__buttons p {
    font-weight: 700;
    margin-bottom: 0;
    text-align: left
}

.download-mobile__buttons p:first-child {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0
}

.download-mobile__buttons p:nth-child(2) {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0
}

.wp-block-columns .wp-block-column > *:not(:last-child) {
    margin-bottom: 20px;
}

.site-section__body p:last-child:not([class]),
.site-section__body p:last-child[class="has-text-align-center"] {
    margin-bottom: 0;
}

.wrapper .site-section__body .wp-block-columns:last-child {
    margin-bottom: 0
}

/* wp block table */
.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
}

.wp-block-table td, .wp-block-table th {
    border: 1px solid;
    padding: 12px;
    vertical-align: middle;
}

.wp-block-table td[rowspan] {
    text-align: center;
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

@media (max-width: 850px) {
    .wp-block-table table:has(td:nth-child(3)) { min-width: 600px }
    .wp-block-table table:has(td:nth-child(4)) { min-width: 800px }
    .wp-block-table table:has(td:nth-child(5)) { min-width: 1000px }
    .wp-block-table table:has(td:nth-child(6)) { min-width: 1200px }
}

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
    display: table;
    width: auto
}

.footer__logo-container img {
    width: auto;
    max-height: 35px;
}


.payments-table table._wd td:first-child {
    color: var(--second-font-color)
}

.payments-table__first-cell-content {
    color: #fff;
}

.payments-table .payments-table__val {
    text-align: right;
}

.payments-table table._wd tr:not(:first-child) td {
    border: none;
}

.payments-table table._wd {
    border: 1px solid #2b313c;
}

.payments-table table._wd tr:nth-child(2n+1) {
    border-bottom: 1px solid #2b313c;
}

.payments-table table._wd tr:nth-child(2n) td:nth-child(2n+1) {
    border-right: 1px solid #2b313c;
}

.payments-table table._wd tr:nth-child(2n+1) td:nth-child(2n) {
    border-right: 1px solid #2b313c;
}

.payments-table table td.payments-table__val {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.payments-table table td.payments-table__prop {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.payments-table__table._wd td,
.payments-table__table._wd th {
    min-width: 120px;
}

/*.payments-table__table._wd tr td:first-child,*/
/*.payments-table__table._wd tr th:first-child{*/
/*    min-width: 240px;*/
/*}*/


.menu-main-nav-container {
    justify-content: center;
}

body {
    padding-top: 0;
}


header .menu-item > a,
header .menu-item > span:not(.menu-arrow) {
    padding: 12px 15px;
}

.payments-table__first-cell-content {
    white-space: nowrap;
}

ul:not([class]),
ol:not([class]),
.wp-block-list {
    padding-left: 20px;
}

ul:not([class]) li::marker,
ol:not([class]) li::marker,
.wp-block-list li::marker {
    color: var(--list-marker-color, #A380FF);
}

.header__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    order: 20;
}

.btn.btn_second {
    background-color: var(--link-color, #A380FF);
    color: var(--text-conter-color);
}

.promo-container__text {
    color: #fff;
}

.copy-field__copy-btn {
    background-image: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);
}

.extra-bonus__copy-field {
    position: relative;
}

.extra-bonus__copy-field:before/*, .extra-bonus__copy-field:after*/ {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    background: linear-gradient(90deg, var(--primary-color), var(--second-color), var(--primary-color), var(--second-color), var(--primary-color), var(--second-color), var(--primary-color));
    background-size: 400%;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: steam 20s linear infinite;
    border-radius: 8px;
    opacity: .5;
    z-index: 2;
}

.extra-bonus__copy-field > * {
    z-index: 3;
}

@keyframes steam {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

.extra-bonus__copy-field:after {
    filter: blur(50px);
}

.content-btn-container + .content-btn-container {
    margin-top: 10px;
}

.page-main .wrapper:first-child .text-image {
    margin-top: 1rem;
}



.tabs .tabs__item,
.tabs .tabs__item:not(._active) {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.tabs .tabs__item._active {
    background-color: #fff;
    color: var(--main-bg-color);
}

.scroll-top__button {
    background: var(--block-bg, linear-gradient(255deg, #01b6ff, #8d53e9));
}

.how-to .how-to-item__id {
    background: var(--block-border);
}

.how-to .how-to-item__body {
    border: 1px solid var(--block-border);
}

.site-section__body > p:not([class]):not(:first-child),
.site-section__body > .content-btn-container:not(:first-child) {
    margin-top: 1rem;
}

.footer {
    border-top: 1px solid var(--primary-color, #01b6ff);
}

.footer__bottom {
    border-color: var(--primary-color, #01b6ff);
}

.footer__payments {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding-top: 20px;
    list-style: none;
    width: 100%;
    border-top: 1px solid var(--primary-color, #01b6ff);
}

.footer__payments img {
    width: auto;
    max-height: 24px;
}

@media (max-width: 850px) {
    .footer__payments {
        gap: 10px;
        padding-top: 10px;
    }
}

.payments-table__first-cell-content img {
    max-width: 150px;
    height: auto;
}

.dmca-badge img {
    max-width: 121px;
    height: auto;
}

.welcome-bonus._img::before,
.welcome-bonus._img::after {
    display: none;
    content: unset;
}

.popup-win .popup__cross {
    background-color: unset;
    border: none;
}

.popup-win .popup__body {
    position: relative;
}

.popup-win .popup__body iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Advantages */
.advantages__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 22px;
    padding: 0;
    list-style: none;
}

.advantages__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.advantages__item img {
    width: auto;
    max-height: 64px;
}
.advantages__title {
    color: var(--heading-color);
    font: var(--h3-size);
    text-align: center;
}

/* Links */
.links__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
    padding: 0;
    list-style: none;
}

.links__item img {
    width: auto;
    max-height: 44px;
}

.links__btn {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

/* Relink */
.footer__lang-container{
    display: flex;
    justify-content: center;
    grid-column: 1/-1;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid var(--primary-color, #01b6ff);
}

.footer__lang-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 7px 14px;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer__lang-list-item{
    position: relative;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    padding-left: 20px;
    text-decoration: none;
    color: #fff;
}

.footer__lang-item{
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.footer__lang-list-item._current,
.footer__lang-list-item:hover{
    color: #108de7;
}