@charset "UTF-8";
.ajax-load::before, .overlay {
    left: 0;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0
}

ol, p, ul {
    line-height: 1.5rem;
    margin-top: 1rem
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
    color: var(--color-title)
}

.wp-block-table table, ol, p, ul {
    margin-top: 1rem
}

.header--v1 .header__nav-item--has-children._active .icon-arrow svg, .toc-auto__toggle.active svg {
    transform: rotate(180deg)
}

:root {
    --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: 30px;
    --ff-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    --star-size16: 16px;
    --star-size17: 17px;
    --star-size18: 18px;
    --star-size20: 20px;
    --star-size21: 21px;
    --star-size22: 22px;
    --star-size24: 24px;
    --star-size26: 26px;
    --star-size28: 28px;
    --star-color: #bebebe;
    --star-background: #fe7b02;
    --star-rating: 3.8;
    --R: 5px
}

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

*, .list-reset {
    margin: 0;
    padding: 0
}

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

html {
    font-size: 17px
}

body {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    height: 100vh;
    font-family: var(--ff-primary);
    color: var(--color-text);
    background-color: var(--color-body)
}

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

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

body::-webkit-scrollbar-thumb {
    border: 1px solid var(--color-body-track);
    border-radius: 10px;
    height: 20%;
    background: var(--color-body-thumb)
}

main {
    flex-grow: 1
}

.list-reset {
    list-style: none
}

.visually-hidden {
    position: absolute;
    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)
}

.overlay {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #000c
}

.overlay._active {
    display: flex
}

.ajax-load {
    position: relative
}

.ajax-load::before {
    content: "";
    position: absolute;
    background-color: #ffffffb2
}

* {
    box-sizing: border-box
}

p {
    font-weight: 400;
    font-size: 1rem
}

a {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: var(--color-link);
    transition: color .3s
}

a:hover {
    text-decoration: none
}

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

ol, ul {
    padding-left: 25px;
    font-weight: 400;
    font-size: 1rem
}

img {
    height: auto
}

h1 {
    font-size: 2rem;
    line-height: 2.5rem
}

h2 {
    font-size: 1.8rem;
    line-height: 2.3rem
}

h3 {
    font-size: 1.6rem;
    line-height: 2.1rem
}

h4 {
    font-size: 1.4rem;
    line-height: 1.9rem
}

h5 {
    font-size: 1.2rem;
    line-height: 1.7rem
}

.wrapper blockquote, blockquote, h6 {
    font-size: 1rem;
    line-height: 1.5rem
}

.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: 1440px
}

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

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

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

* + .tabs, * + .text-image, * + .wp-block-heading, * + .wp-block-image, .comments-container, .wrapper + .wrapper, .wrapper:first-child {
    margin-top: 2rem
}

.wrapper:last-child {
    margin-bottom: 2rem
}

.wp-block-table table th {
    border-color: var(--color-table-th-bg);
    color: var(--color-table-th-color);
    background-color: var(--color-table-th-bg);
    padding: .5rem 1rem;
    text-align: center;
    color: var(--color-table-th-color);
    background-color: var(--color-table-border)
}

.wp-block-table table, .wp-block-table table td {
    border: 1px solid var(--color-table-border)
}

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

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
    background-color: var(--color-table-bg);
    outline: 1px solid var(--color-table-border);
    outline-offset: -2px;
    border-radius: 5px;
    overflow: hidden
}

.wp-block-table table td {
    border: 1px solid var(--color-table-border);
    padding: .5rem 1rem;
    color: var(--color-table-td-color)
}

svg {
    transform: translateZ(0)
}

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

.get-image {
    margin: 0
}

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

.scroll-lock, .tabs {
    overflow: hidden
}

.background-block {
    background-color: var(--color-blocks-text-image)
}

#wp-link #link-options label span, #wp-link #search-panel label span.search-label, .components-base-control__label, .components-external-link, .components-external-link editor-post-url__link, .editor-post-url__link-label, .link-url, .media-frame-title h1, .wp-admin #link-selector, .wp-admin .block-editor-block-card__title, .wp-admin .components-popover__content *, .wp-admin .edit-post-layout__metaboxes p, .wp-admin .media-modal-content *, .wp-admin .select2-results__option, body .editor-styles-wrapper .acf-link .link-wrap {
    color: #000
}

/* button */
.button {
    border: none;
    border-radius: 5px;
    padding: 15px 30px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}


.button--main {
    background: #6944FF;
    color: #fff;
}

.button--second {
    background: #fff;
    color: #00044F;
}

@media (hover:hover) {
    .button:hover {
        opacity: 0.8;
    }
}
/* button */

.faq--v1 {
    overflow: hidden;
    border: 1px solid var(--color-faq-item-border);
    border-radius: 5px;
    background-color: var(--color-faq-item)
}

.faq--v1 .faq__title {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 34px 25px 24px;
    font-family: var(--ff-primary);
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: var(--color-faq-main-title)
}

.faq--v1 .faq__item[open]::after, .header--v1 .header__nav-item .icon-arrow, .header--v1 .header__nav-item:last-child::after {
    display: none
}

.faq--v1 .faq__title svg {
    flex-shrink: 0;
    margin-right: 10px;
    fill: var(--color-faq-item-open)
}

.comment-form, .faq--v1 .faq__item, .footer__container {
    position: relative
}

.faq--v1 .faq__item::after {
    content: "";
    position: absolute;
    left: 25px;
    right: 25px;
    top: 0;
    border-radius: 3px;
    height: 1px;
    background-color: var(--color-faq-item-border)
}

.faq--v1 .faq__item:focus .faq__item-title, .faq--v1 .faq__item:hover .faq__item-title {
    opacity: .7
}

.faq--v1 .faq__item-title {
    padding: 22px 25px 24px
}

.faq--v1 .faq__item-title h3 {
    margin: 0;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-faq-item-title)
}

.faq--v1 .faq__item-title svg {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    fill: var(--color-faq-item-title)
}

.faq--v1 .faq__item-description {
    margin: 0;
    padding: 0 25px;
    font-family: var(--ff-primary);
    color: var(--color-faq-item-answer)
}

.faq--v1 .faq__item[open] + .faq__item::after {
    top: -1px
}

.faq--v1 .faq__item[open] .faq__item-title {
    padding: 22px 25px 25px 50px;
    background-color: var(--color-faq-item-open)
}

.faq--v1 .faq__item[open] .faq__item-title h3 {
    font-weight: 600;
    color: var(--color-faq-item-title-open)
}

.faq--v1 .faq__item[open] .faq__item-title svg {
    fill: var(--color-faq-item-title-open);
    transform: rotate(180deg)
}

.faq--v1 .faq__item[open] .faq__item-description {
    padding: 10px 10% 10px 50px
}

.faq__item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    transition: .3s;
    cursor: pointer
}

.faq__item-title svg {
    transition: .3s
}

.faq__item-title::-webkit-details-marker {
    display: none
}

.faq__item-title:focus, .faq__item-title:focus-within {
    outline: 0
}

.rating {
    --percent: calc(var(--star-rating) / 5 * 100%);
    display: flex;
    font-size: var(--star-size);
    line-height: 1
}

.rating::before {
    content: "★★★★★";
    font-family: Times, serif;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text
}

.bonus__item-tag, .header--v1, .header--v1 .header__link, .how-to__item::before {
    font-family: var(--ff-primary)
}

.rating span {
    padding-left: 10px
}

.pros-cons--v1 {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto;
    gap: 30px
}

.pros-cons--v1 .pros-cons__title {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e4ef;
    padding: 20px 0;
    width: 100%;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 20px;
    line-height: 24px
}

.pros-cons--v1 .pros-cons__title svg {
    margin-right: 10px
}

.pros-cons--v1 .pros-cons__list {
    display: grid;
    grid-template-columns:1fr;
    grid-template-rows:auto;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 10px
}

.pros-cons--v1 .pros-cons__item {
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid #e2e4ef;
    border-radius: 55px
}

.pros-cons--v1 .pros-cons__item svg {
    flex-shrink: 0;
    margin-right: 10px
}

.pros-cons--v1 .pros-cons__text {
    margin: 0;
    padding: 10px 20px 10px 0
}

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

.header--v1 .header__container, .video-v2 {
    display: flex;
    align-items: center
}

.header--v1 .header__logo {
    position: relative;
    z-index: 30;
    display: flex;
    flex-shrink: 0;
    margin-right: 32px
}

.header--v1 .header__logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 30px
}

.header--v1 .header__logo:hover {
    animation: 1s ease-in-out infinite logo
}

.header--v1 .header__nav {
    transition: right .3s
}

.header--v1 .header__nav-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.header--v1 .header__nav-item {
    position: relative;
    display: flex;
    align-items: center
}

.header--v1 .header__nav-item::after {
    content: "";
    position: absolute;
    right: -18px;
    top: 50%;
    display: none;
    width: 1px;
    height: 20px;
    background-color: var(--color-second-header-footer-bg);
    transform: translateY(-50%)
}

.header--v1 .header__nav-item:not(:last-child) {
    margin-right: 30px
}

.header--v1 .header__nav-item--has-children .icon-arrow {
    display: flex
}

.header--v1 .header__nav-item--has-children .icon-arrow svg {
    fill: var(--color-header-navigation-link);
    transition: .3s
}

.header--v1 .header__nav-item .link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 13px 10px;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: var(--color-header-navigation-link);
    transition: color .3s
}

.header--v1 .header__nav-subitem .icon-arrow, .header--v1 .header__nav-subitem .link::after, .header--v1 .header__nav-subitem.header__nav-item::after {
    display: none
}

.header--v1 .header__nav-item .get-image {
    margin-right: 10px;
    line-height: 1
}

.header--v1 .header__nav-item img {
    width: 20px;
    height: 20px;
    object-fit: contain
}

.button-content__control img, .header--v1 .header__link img{
    height: 100%;
    max-height: 25px;
    object-fit: contain
}

.header--v1 .header__nav-sublist {
    position: absolute;
    left: 50%;
    top: 170%;
    z-index: 15;
    display: none;
    list-style: none;
    margin: 0;
    border-radius: 8px;
    padding: 0;
    min-width: 300px;
    max-width: fit-content;
    background-color: var(--color-submenu-bg);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
    transition: .3s, height .5s;
    pointer-events: none
}

.header--v1 .header__link--in:hover, .header--v1 .header__link--up:hover {
    opacity: .7
}

.header--v1 .header__nav-sublist::before {
    content: "";
    position: absolute;
    left: 0;
    top: -40px;
    width: 100%;
    height: 40px;
    background-color: #fff0
}

.header--v1 .header__nav-sublist::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -6px;
    border-style: solid;
    border-width: 0 11px 6px;
    border-color: transparent transparent var(--color-submenu-bg) transparent;
    width: 0;
    height: 0;
    transform: translateX(-50%)
}

.header--v1 .header__nav-subitem {
    padding: 10px 25px
}

.header--v1 .header__nav-subitem:last-child {
    border-radius: 0 0 8px 8px
}

.header--v1 .header__nav-subitem:nth-child(2n) {
    background-color: var(--color-submenu-bg-accent)
}

.header--v1 .header__nav-subitem.header__nav-item:not(:last-child) {
    margin-right: 0
}

.header--v1 .header__nav-subitem.header__nav-item:last-child, .wp-block-columns .wp-block-column {
    margin: 0
}

.header--v1 .header__link .get-image, .header--v1 .header__nav-subitem .link .get-image{
    margin-right: 10px
}

.header--v1 .header__nav-subitem .link {
    display: flex;
    align-items: center;
    width: fit-content;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    color: var(--color-header-navigation-link)
}

.header--v1 .header__nav-subitem .link svg {
    margin-right: 10px;
    fill: var(--color-header-navigation-link);
    transition: transform .3s, fill .3s;
    -o-transition: transform .3s, fill .3s
}

.header--v1 .header__nav-subitem .link img {
    display: block;
    width: 17px;
    height: 17px;
    object-fit: contain
}

.header__buttons {
    z-index: 14;
    display: flex;
    flex-shrink: 0;
    margin-left: auto;
    gap: 5px;
}

.header__link {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 8px 16px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    width: 160px;
    gap: 5px;
    border: none;
    cursor: pointer;
}

.header__link--register {
    color: #fff;
    background: #6944FF;
}

.header__link--download {
    position: relative;
    background: #fff;
    color: #00044F;
    justify-content: flex-start;
}

:root {
    --icon-download: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M6 21H18M12 3V17M12 17L17 12M12 17L7 12" stroke="%2300044F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.header__link--download::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: rgba(0, 4, 79, 0.08);
}

.header__link--download::before {
    position: absolute;
    content: var(--icon-download);
    display: inline-block;
    width: 24px;
    height: 24px;
    right: 8px;
}

@media (hover:hover) {
    .header--v1 .header__link:hover {
        opacity: 0.8;
    }
}



.header--v1 .header__toggle-menu {
    z-index: 20;
    display: none;
    align-items: center;
    justify-content: center;
    border: none;
    width: 34px;
    height: 34px;
    background-color: #fff0;
    margin-left: auto
}

.header--v1 .header__toggle-menu span {
    border-radius: 6px;
    width: 28px;
    height: 3px;
    background-color: var(--color-header-navigation-link-hover);
    transition: .3s
}

.header--v1 .header__toggle-menu span:first-child {
    transform: translateY(-6px)
}

.header--v1 .header__toggle-menu span:nth-child(3) {
    transform: translateY(6px)
}

.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 90px;
    z-index: 14
}

.scroll-top__button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 100%;
    padding: 4px;
    width: 40px;
    height: 40px;
    color: var(--color-arrow-scroll-to-top);
    background-color: var(--color-scroll-to-top);
    transition: .3s;
    cursor: pointer
}

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


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

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

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

.breadcrumbs__list-link {
    display: flex;
    align-items: center;
    padding: 5px 0;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    text-transform: capitalize;
    color: var(--color-breadcrumbs-item);
    transition: color .3s
}

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

.breadcrumbs__list-link--no-active {
    color: var(--color-breadcrumbs-item-active)
}

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

.wp-block-columns {
    margin: 0 auto;
    padding: 2rem var(--offsets);
    max-width: calc(1380px + var(--offsets) + var(--offsets));
    display: grid;
    gap: 30px
}

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

.wp-block-column {
    display: flex;
    flex-direction: column
}

.wp-block-column > * {
    flex: 1 1
}

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

.tabs__item .columns, .toc-auto li, .wp-block-column .row {
    padding: 0
}

.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-left: 0
}

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

.button-content.alight-left {
    text-align: left
}

.button-content.align-right {
    text-align: right
}

.button-content.align-center {
    text-align: center
}

.button-content__control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 5px;
    padding: 15px 30px;
    font-family: inherit;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    text-decoration: none;
    color: var(--color-content-button);
    background: var(--color-content-button-bg);
    transform-origin: center;
    transition: .3s;
    cursor: pointer
}

.button-content__control .get-image, .screenshot-gallery__item:not(:last-child) {
    margin-right: 10px
}

.button-content__control img {
    display: block;
    width: 100%
}

.comment-form__title {
    margin: 0 0 15px;
    font-family: inherit;
    font-weight: 800;
    font-style: normal;
    color: var(--color-comments-title)
}

.comment-form__form {
    position: relative;
    display: grid;
    column-gap: 15px;
    grid-template-columns:.4fr 1fr;
    row-gap: 10px
}

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

.comment-form__field {
    outline: 0;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 20px;
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-comments-input);
    background-color: var(--color-comments-input-bg);
    transition: .3s ease-in-out
}

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

.comment-form__button {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border: none;
    border-radius: 10px;
    padding: 16px 18px 18px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: var(--color-content-button);
    background-color: var(--color-content-button-bg);
    transition: .3s;
    cursor: pointer
}

.comment-form__button svg {
    margin-right: 10px;
    width: 25px;
    height: 25px
}

.comment-form__alert {
    position: absolute;
    left: 0;
    bottom: -20px;
    display: block;
    grid-column: 1/-1;
    width: 100%;
    font-family: inherit;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out
}

.comment-form__alert.success {
    color: #3a8202;
    opacity: 1;
    visibility: visible
}

.comment-form__alert.error {
    color: #ff3c3c;
    opacity: 1;
    visibility: visible
}

.comment {
    display: grid;
    grid-template-columns:min-content min-content 1fr;
    margin-top: 30px;
    border: 1px solid var(--color-comment-border);
    border-radius: 10px;
    padding: 20px;
    background: var(--color-comment-bg);
    gap: 10px 20px
}

.comment__author {
    margin: 0;
    font-family: inherit;
    font-weight: 700;
    white-space: nowrap;
    color: var(--color-comment-author)
}

.comment__date {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    margin-left: auto;
    font-size: 14px;
    line-height: 16px;
    color: var(--color-comment-text)
}

.comment__content {
    grid-column: 1/-1;
    margin: 0;
    font-family: inherit;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--color-comment-text)
}

.comment-inner-form {
    grid-column: 1/-1;
    margin-top: 1rem
}

.comment__child {
    grid-column: 1/-1
}

.page-404 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%
}

.page-404__title {
    font-size: 160px;
    line-height: 170px
}

.footer {
    position: relative;
    padding: 36px 0;
    background-color: var(--color-footer)
}

.footer__container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer__top {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer__hr {
    border: none;
    height: 1px;
    background: rgba(147, 146, 201, 0.20);
}

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

.footer__nav {
    padding: 0
}

.footer__nav-list {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 40px;
}

.footer__nav-item {
    margin: 0;
    padding: 0
}

.footer__nav-item a {
    display: flex;
    align-items: center;
    font-family: inherit;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    color: var(--color-footer-navigation-link);
    transition: color .3s;
}

.footer__links-link, .footer__links-link img, .footer__social-link, .footer__social-link img {
    transition: .3s ease-in-out
}

.footer__nav-item a p {
    margin: 0
}

.footer__nav-item a img {
    display: block;
    margin-right: 10px;
    width: 17px;
    height: 17px;
    object-fit: contain
}

.footer__social-list {
    margin: 0;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    gap: 30px;
}

.footer__social-link {
    display: block;
    border-radius: 100%
}

.footer__social-link p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0
}

.footer__social-link img {
    display: block;
    width: 32px;
    height: 32px;
    object-fit: contain
}

.footer__links-link img, .payments-systems__item img {
    height: 100%;
    display: block;
    object-fit: contain;
    width: 100%
}

.footer__payments-systems {
}

.footer__links-list {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px
}

.footer__links-link p {
    margin: 0
}

.footer__links-link img {
    max-height: 36px
}

.footer__links-link:not(:last-child) {
    margin-right: 40px
}

.footer__copyright {
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: var(--color-footer-text)
}

.page-footer__dmca {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem
}

.payments-systems {
    display: flex;
    flex-wrap: wrap
}

.payments-systems__item {
    margin: 0;
    padding: 8px 15px
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.footer__bottom .footer__nav-list {
    gap: 15px;
}

#cookie-law-div p, .payments-systems__item p, .slider__title {
    margin: 0
}

.payments-systems__item img {
    max-height: 18px;
    /*filter: grayscale(100%);*/
    transition: .3s
}

.toc-auto__toggle svg, .video-v2__button, .video-v2__button svg path {
    transition: .3s ease-in-out
}

.toc-auto {
    margin-bottom: 30px;
    border-radius: 5px;
    background: var(--color-toc-bg)
}

.toc-auto__toggle, .video-v2__button {
    background-color: transparent;
    cursor: pointer
}

.toc-auto.active ol, .toc-auto.active ul {
    display: block
}

.toc-auto__header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px
}

.toc-auto__toggle {
    display: flex;
    align-items: center;
    border: none
}

.toc-auto__toggle::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10
}

.toc-auto__toggle svg {
    fill: var(--color-toc-item-hover)
}

.toc-auto__title {
    margin: 0 20px 0 0;
    padding: 0;
    text-transform: none;
    color: var(--color-toc-title)
}

.toc-auto ol, .toc-auto ul {
    display: none;
    margin: 1rem 0 0 28px;
    padding: 0 20px 20px;
    color: var(--color-toc-item)
}

.toc-auto li:not(:last-child) {
    margin-bottom: 10px
}

.info-list__item--casino p:last-child, .tabs__item > :last-child {
    margin-bottom: 0
}

.toc-auto a {
    padding: 10px 0;
    text-decoration: none;
    color: var(--color-toc-item)
}

.toc-auto a:hover {
    color: var(--color-toc-item-hover)
}

#cookie-law-div {
    position: fixed;
    right: 20px;
    bottom: 120px;
    margin-left: 20px;
    border-radius: 5px;
    padding: 5px;
    max-width: 450px;
    box-shadow: 0 0 15px #000000db;
    background: #fff
}

#cookie-law-button {
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    border: none;
    border-radius: 5px;
    width: 20px;
    height: 21px;
    color: #fff;
    background: #d90d0d;
    cursor: pointer
}

#acceptButtonCookie {
    display: inherit;
    float: right;
    margin-left: 25px;
    border: none;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    background-color: #237414
}

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

.video-v2.align-left {
    justify-content: flex-start
}

.video-v2.align-center {
    justify-content: center
}

.video-v2.align-right {
    justify-content: flex-end
}

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

.video-v2__button {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border: none;
    transform: translate(-50%, -50%)
}

.how-to, .how-to__item {
    position: relative;
    display: flex
}

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

.tabs--horizontal .tabs__header-button:hover, .tabs--vertical .tabs__header-button:focus, .tabs--vertical .tabs__header-button:hover {
    opacity: .7
}

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

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

.slider__arrow svg, .video-v2__button-icon {
    fill: #fff
}

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

.tabs__header {
    display: flex;
    align-items: center;
    list-style: none;
    overflow: hidden;
    margin: 0;
    border-radius: var(--R) var(--R) 0 0;
    padding: 0
}

.tabs--horizontal .tabs__header-item {
    flex-grow: 1
}

.tabs--horizontal .tabs__header-button {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    outline: 0;
    border: 1px solid #00044f;
    border-radius: var(--R) var(--R) 0 0;
    padding: 12px;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    background-color: #00044f;
    transition: background-color .3s ease-in-out;
    cursor: pointer
}

.gbtn, .slider__arrow {
    transition: .3s ease-in-out
}

.tabs--horizontal .tabs__header-button svg {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    transition: fill .3s ease-in-out
}

.info-list__item--apparaten ul li img, .info-list__item--soorten ul li img {
    width: 24px;
    height: 24px
}

.tabs--horizontal .tabs__header-button.active {
    color: #fff;
    background-color: var(--color-accent)
}

.tabs__content {
    z-index: 10;
    border: 1px solid #00044f;
    border-top: none;
    border-radius: 0 0 var(--R) var(--R);
    padding: 24px 16px;
    background-color: var(--color-body)
}

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

.tabs--vertical .tabs__container {
    display: grid;
    grid-template-columns:295px 1fr
}

.tabs--vertical .tabs__header {
    flex-direction: column;
    margin-right: -24px;
    border-radius: var(--R) 0 0 var(--R)
}

.tabs--vertical .tabs__header-button {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-start;
    outline: 0;
    border: 1px solid #00044f;
    padding: 16px 20px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    word-break: break-word;
    color: #fff;
    background-color: #00044f;
    transition: .3s ease-in-out;
    cursor: pointer
}

.tabs--vertical .tabs__header-button svg {
    margin-right: 10px;
    width: 24px;
    height: 24px
}

.tabs--vertical .tabs__header-item:not(:last-child) .tabs__header-button {
    border-bottom: none
}

.tabs--vertical .tabs__header-item:first-child .tabs__header-button {
    border-radius: var(--R) 0 0
}

.tabs--vertical .tabs__header-item:last-child .tabs__header-button {
    border-radius: 0 0 0 var(--R)
}

.tabs--vertical .tabs__header-button.active, .tabs--vertical .tabs__header-button:hover {
    color: #fff;
    background-color: var(--color-accent)
}

.tabs--vertical .tabs__content {
    border: 1px solid #00044f;
    border-radius: var(--R)
}

.how-to__content, .tabs--vertical .tabs__header-item {
    width: 100%
}

.screenshot-gallery__description {
    margin-bottom: 1rem
}

.screenshot-gallery__list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.gbtn {
    background-color: var(--color-accent) !important;
    opacity: .3
}

.wp-admin .link-url {
    color: #135e96
}

.wp-admin .acf-row {
    background: 0 0 !important
}

.wp-admin .block-editor-inserter__quick-inserter-expand.components-button {
    color: #fff
}

.wp-admin .block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon {
    background: #ccc
}

body .editor-styles-wrapper {
    color: var(--color-text);
    background-color: var(--color-body)
}

@media (hover: hover), screen and (min-width: 0\0
) {
    .button-content__control:hover {
        opacity: .7
    }

    .scroll-top__button:hover {
        opacity: .7;
        transform: scale(1.2)
    }

    .breadcrumbs__list-link:hover {
        color: var(--color-breadcrumbs-item-hover)
    }

    .comment-form__button:focus, .comment-form__button:hover {
        background-color: #7abbec
    }

    .footer__nav-item a:focus, .footer__nav-item a:hover {
        color: var(--color-footer-navigation-link-hover)
    }

    .footer__links-link:focus img, .footer__links-link:hover img, .footer__social-link:focus img, .footer__social-link:hover img {
        transform: scale(1.1) translateZ(0)
    }

    .payments-systems__item:focus img, .payments-systems__item:hover img {
        filter: grayscale(0)
    }

    .gbtn:focus, .gbtn:hover {
        background-color: var(--color-accent) !important;
        opacity: 1
    }
}

.game-providers__item[data-sf-a]:hover, .slider__arrow:hover {
    opacity: .7
}

@media (hover: hover), screen and (min-width: 0 \0
) {
    .header--v1 .header__nav-item a.link:hover {
        color: var(--color-header-navigation-link-hover)
    }

    .header--v1 .header__nav-item a.link:hover svg {
        fill: var(--color-header-navigation-link-hover)
    }

    .header--v1 .header__nav-subitem .link a.link:hover {
        transform: scale(1.05)
    }
}

@media (min-width: 1024px) and (hover: hover), screen and (min-width: 1024px) and (min-width: 0 \0
) {
    .header--v1 .header__nav-item--has-children:hover .icon-arrow svg {
        transform: rotate(180deg)
    }

    .header--v1 .header__nav-item:hover .header__nav-sublist {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }
}

@media (max-width: 1279px) {

    .header--v1 .header__nav-item::after {
        right: -12px
    }

    .header--v1 .header__nav-item:not(:last-child) {
        margin-right: 20px
    }

    .tabs--vertical .tabs__header {
        flex-flow: nowrap row;
        overflow: auto;
        margin-right: 0;
        border-style: none;
        border-radius: 16px 16px 0 0;
        padding: 0
    }

    .tabs--vertical .tabs__container {
        grid-template-columns: 1fr;
    }

    .tabs--vertical .tabs__header-item {
        flex-shrink: 0;
        width: fit-content
    }

    .tabs--vertical .tabs__header-button {
        border-bottom: none;
        border-radius: 0;
        padding: 12px 20px;
        width: fit-content
    }

    .tabs--vertical .tabs__content {
        border-radius: 0 0 var(--R) var(--R);
        padding: 24px 16px
    }

    .tabs--vertical .tabs__header-item:not(:first-child) {
        border: none
    }

    .tabs--vertical .tabs__header-item:first-child .tabs__header-button {
        border-top-left-radius: 18px;
        border-top-right-radius: 0
    }

    .tabs--vertical .tabs__header-item:last-child .tabs__header-button {
        border-radius: 0 18px 0 0
    }
}

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

@media (max-width: 1023px) {
    .footer__top,
    .footer__bottom {
        display: contents;
    }

    .footer__top > img {
        order: -100;
        margin: 0 auto;
    }

    .footer__nav {
        order: -90;
    }

    .footer__social-list {
        padding: 15px 0;
        order: -70;
        margin: 0 auto;
        /*border-bottom: 1px solid #9392c933;*/
        width: 100%;
    }

    .footer__nav-list {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .footer__nav-item a {
        padding: 10px 0;
    }

    .payments-systems {
        order: -60;
        padding: 15px 0;
        justify-content: center;
    }

    .lang-switch {
        order: -55;
        margin: 0 auto;
    }

    .footer__nav.two {
        order: -50;
    }

    .footer__bottom .two .footer__nav-list {
        flex-direction: row;
        justify-content: center;
        gap: 0 40px;
    }
}


@media (max-width: 1023px) {
    .pros-cons--v1, .pros-cons--v2, .pros-cons--v3 {
        grid-template-columns:1fr;
        gap: 20px
    }

    html {
        font-size: 16px
    }



    .pros-cons--v1 .pros-cons__item svg {
        margin-left: 7px;
        width: 40px;
        height: 40px
    }

    .pros-cons--v2 .pros-cons__item svg {
        width: 30px;
        height: 30px
    }

    .header--v1 .header__logo {
        max-width: 150px
    }

    .header--v1 .header__nav {
        position: absolute;
        right: -100%;
        bottom: 0;
        z-index: 15;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0;
        width: 0;
        height: 0;
        height: calc(100dvh - var(--height));
    }

    .header--v1 .header__nav._active {
        position: fixed;
        right: 0;
        top: var(--height);
        width: 100%;
        height: 100vh;
        background-color: #282556;
        height: calc(100dvh - var(--height));
    }

    .header--v1 .header__nav-sublist {
        background: #282556;
    }

    .header--v1 .header__nav._active::after {
        content: "";
        position: fixed;
        left: 0;
        top: 0;
        display: none;
        width: 100%;
        height: 72px;
        background-color: #000
    }

    .header--v1 .header__nav-list {
        flex-direction: column;
        align-items: flex-end
    }

    .header--v1 .header__nav-item::after, .header--v1 .header__nav-sublist::after, .header--v1 .header__nav-sublist::before {
        display: none
    }

    .header--v1 .header__nav-item:last-child, .header--v1 .header__nav-item:not(:last-child) {
        margin-right: 0
    }

    .header--v1 .header__nav-item--has-children {
        flex-wrap: wrap
    }

    .header--v1 .header__nav-item--has-children svg {
        width: 24px;
        height: 24px;
    }

    .header--v1 .header__nav-item {
        width: 100%
    }

    .header--v1 .header__nav-item._active .header__nav-sublist {
        height: 100%;
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: all
    }

    .header--v1 .header__nav-item._active .header__nav-item a::after {
        transform: rotate(180deg)
    }

    .header--v1 .header__nav-item .link {
        padding: 10px var(--offsets);
        font-size: 22px;
        color: #BABDFC;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        text-transform: capitalize;
    }

    .header--v1 .header__nav-subitem .link {
        color: rgba(186, 189, 252, 0.70);
        font-weight: 400;
    }

    .header--v1 .header__nav-sublist {
        position: relative;
        left: auto;
        right: 0;
        top: 0;
        flex-basis: 100%;
        height: 0;
        max-width: 100%;
        /*background-color: #00000063;*/
        transition: none
    }

    .header--v1 .header__nav-subitem:nth-child(2n) {
        background-color: transparent
    }

    .header--v1 .header__nav-subitem {
        padding: 0
    }

    .header--v1 .header__nav-subitem .link {
        padding: 10px 25px;
        width: 100%
    }

    .header--v1 .header__toggle-menu {
        display: flex;
        flex-direction: column
    }

    .header--v1 .header__toggle-menu._active span:first-child {
        transform: translateY(3px) rotate(45deg)
    }

    .header--v1 .header__toggle-menu._active span:nth-child(2) {
        opacity: 0
    }

    .header--v1 .header__toggle-menu._active span:nth-child(3) {
        transform: translateY(-3px) rotate(-45deg)
    }

    .comment {
        margin-top: 20px
    }

    .comment:first-child {
        margin-top: 30px
    }

    .footer {
        padding: 45px 0 20px
    }

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

    .footer__logo img {
        max-height: 32px
    }

    .footer__links-link:not(:last-child) {
        margin-right: 30px
    }

    .payments-systems__item img {
        max-height: 15px
    }

    .payments-systems__item {
        padding: 8px 12px
    }
}

@media (max-width: 1023px) and (max-width: 575px) {
    .header--v1 .header__nav._active::after {
        height: 90px
    }
}

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

.mobile-button {
    position: fixed;
    left: 8px;
    right: 8px;
    bottom: 8px;
    z-index: 12;
    display: none;
    align-items: center;
    gap: 10px;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 14px 16px 109px 0px rgba(87, 81, 188, 0.50);
}

.mobile-button._active {
    display: flex;
}

.mobile-button__info {
    padding: 3px 10px;
    border-radius: 11px 11px 0px 0px;
    background: #59558A;
    position: absolute;
    left: 15px;
    bottom: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

.mobile-button__info-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
}

.mobile-button__info-item:not(:last-child)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    right: -7px;
    background: rgba(255, 255, 255, 0.20);
}

.mobile-button__content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.mobile-button__title {
    margin: 0;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
}

.mobile-button__description {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
}

.mobile-button--simple {
    background: linear-gradient(90deg, #282556 0.01%, #FE7B02 246.6%);
}

.mobile-button--app {
    background: linear-gradient(90deg, #282556 34.84%, #5751BC 197.07%);
}

.mobile-button--simple .mobile-button__link {
    background: #FE7B02;
}

.mobile-button--app .mobile-button__link {
    background: #6944FF;
}

.mobile-button__link {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 10px;
    border: none;
}

.mobile-button__link img {
    display: block;
    width: 100%
}


@media (max-width: 767px) {
    .button-content, .wrapper + .wrapper, .wrapper:first-child {
        margin-top: 1rem
    }

    .button-content, .wrapper:last-child {
        margin-bottom: 1rem
    }

    .comment-form__button, .comment-form__field {
        border-radius: 5px;
        padding: 13px
    }

    .button-content__control, .comment-form__button, .comment-form__field, .comment__content {
        font-size: 14px;
        line-height: 16px
    }

    html {
        font-size: 14px
    }

    .mobile-button._active {
        display: flex;
    }

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

    .breadcrumbs__list-link svg {
        margin-left: 7px
    }

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

    .comment-form__textarea {
        grid-column: 1/1;
        grid-row: auto;
        min-height: 120px
    }

    .comment-form__button svg {
        width: 19px;
        height: 19px
    }

    .comment {
        margin-top: 10px
    }

    .footer__links-list, .footer__payments-systems, .footer__social-list {
        padding: 15px 0
    }

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

    .tabs--horizontal .tabs__header-button {
        padding: 8px;
        font-size: 18px;
        line-height: 24px
    }

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

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

.bonus__item img, .how-to__item img {
    height: auto;
    width: 100%;
    object-fit: contain
}

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

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

    .header--v1 .header__nav-item--has-children .icon-arrow {
        flex-grow: 1;
        justify-content: flex-start;
        padding-right: 16px
    }

    .header--v1 .header__buttons {
        flex-basis: 100%;
        order: 3;
        margin-top: 15px
    }
    .header--v1 .header__toggle-menu {
        margin-left: auto
    }

    .header__link {
        flex-grow: 1;
    }

    .comment {
        grid-template-columns:min-content 1fr;
        gap: 8px
    }

    .comment__author {
        grid-column: 1/-1
    }

    .comment__karma {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2
    }

    .comment__karma + .comment__date {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3
    }

    .comment__content {
        margin-top: 8px
    }

    .page-404__title {
        font-size: 100px;
        line-height: 110px
    }
}

.how-to {
    margin: 1rem 0 0;
    padding: 0;
    flex-direction: column;
    gap: 1rem;
    counter-reset: myCounter;
    list-style: none
}

.how-to::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 20px;
    width: 1px;
    background: #00044f
}

.how-to__item {
    width: 100%;
    padding: .75rem;
    border-radius: 0 12px 12px 0;
    border: 1px solid #00044f;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem
}

.advantages__item-title, .bonus__item-name {
    border-bottom: 1px solid #2825560d;
    text-transform: uppercase
}

.how-to__item:last-child {
    border-radius: 0 12px 12px
}

.how-to__item::before {
    counter-increment: myCounter;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    content: counter(myCounter);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #1e1450;
    border: 1px solid #00044f;
    border-radius: 50%;
    color: #ffdc41;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px
}

.bonus__item, .info-list__item--betaalmethoden .info-list__item-borg {
    position: relative
}

.bonus__item .btn, .how-to__item .btn {
    padding: 15px 30px;
    font-family: inherit;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: var(--color-content-button)
}

.how-to__content-text > :first-child, .wp-block-table table td > :first-child {
    margin-top: 0
}

.how-to__item .btn {
    margin-top: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    background: var(--color-content-button-bg);
    cursor: pointer;
    transition: .2s ease-in-out
}

.how-to__item img {
    flex: 1 0 50%;
    max-width: 50%;
    overflow: hidden;
    border-radius: .5rem
}

@media (max-width: 768px) {
    .how-to__item .btn {
        width: 100%
    }
}

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

.bonus__item, .bonus__item-img {
    display: flex
}

* + .bonus {
    margin-top: 1rem
}

.bonus__item {
    padding-bottom: .625rem;
    border-radius: .75rem;
    background: #fff;
    overflow: hidden;
    flex-direction: column
}

.bonus__item-tag {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    padding: .25rem .5rem;
    border-radius: .5rem;
    background: #2825560d;
    color: #000;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.375rem
}

.advantages__item .btn, .bonus__item .btn {
    max-width: unset;
    border: none;
    text-decoration: none;
    background: var(--color-content-button-bg);
    transition: .2s ease-in-out;
    cursor: pointer
}

.bonus__item-description, .bonus__item-name {
    font-family: var(--ff-primary);
    font-weight: 400;
    line-height: 1.5rem
}

.bonus__item-tag img {
    width: 1.5rem;
    height: 1.5rem
}

.bonus__item-content {
    padding: 1rem;
    flex-grow: 1
}

.bonus__item-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .75rem;
    margin-bottom: .75rem;
    margin-top: .5rem;
    color: #000;
    font-size: 1.125rem;
    font-style: normal
}

.bonus__item-name svg {
    min-width: 1.5rem;
    max-width: 1.5rem;
    height: 1.5rem
}

.bonus__item-description {
    margin: 0;
    font-size: 1rem
}

.bonus__item .btn {
    display: block;
    width: 90%;
    margin: 0 auto;
    border-radius: 5px
}

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

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

.info-list {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1.25rem
}

.info-list__item {
    display: inline-block;
    border-radius: .75rem;
    padding: .75rem;
    background: #282556
}

.info-list__item--casino {
    flex: 1 1 auto
}

.info-list__item--casino p {
    margin: 0 0 .5rem;
    color: #fff;
    font-size: .875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.375rem
}

.info-list__item--casino p span {
    color: #e3e3e3;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem
}

.info-list__item--soorten {
    max-width: 18.125rem;
    flex: 1 1 auto
}

.info-list__item--soorten ul {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem
}

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

.info-list__item--soorten ul li {
    display: flex;
    align-items: center;
    gap: .25rem;
    padding: .25rem .75rem;
    border-radius: .5rem;
    border: 1px solid rgba(255, 255, 255, .1);
    color: var(--Text-Color, #e3e3e3);
    font-family: var(--ff-primary);
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem
}

.info-list__item--betaalmethoden {
    max-width: 36.25rem;
    flex: 1 1 auto
}

.info-list__item--betaalmethoden .info-list__item-deposit {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding-bottom: .75rem;
    border-bottom: 2px solid rgba(255, 255, 255, .1)
}

.info-list__item--betaalmethoden .info-list__item-borg, .info-list__item--betaalmethoden .info-list__item-opname {
    color: var(--Text-Color, #e3e3e3);
    font-family: var(--ff-primary);
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem
}

.info-list__item--betaalmethoden .info-list__item-borg ul, .info-list__item--betaalmethoden .info-list__item-opname ul {
    margin-top: .75rem;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: .5rem
}

.info-list__item--betaalmethoden .info-list__item-borg ul li, .info-list__item--betaalmethoden .info-list__item-opname ul li {
    width: 2.25rem;
    height: 1.5rem
}

.info-list__item--betaalmethoden .info-list__item-borg ul li img, .info-list__item--betaalmethoden .info-list__item-opname ul li img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.info-list__item--betaalmethoden .info-list__item-borg::after {
    position: absolute;
    content: "";
    top: 0;
    right: -.625rem;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .1)
}

.info-list__item--betaalmethoden p {
    margin: 0;
    padding-bottom: .75rem;
    padding-top: .75rem;
    color: var(--White, #fff);
    font-family: var(--ff-primary);
    font-size: .875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.375rem;
    border-bottom: 2px solid rgba(255, 255, 255, .1)
}

.info-list__item--apparaten ul li, .info-list__item--betaalmethoden p span, .info-list__item--bonussen ul li, .info-list__item--softwareleverancier span {
    color: var(--Text-Color, #e3e3e3);
    font-family: var(--ff-primary);
    font-size: .875rem;
    font-style: normal
}

.info-list__item--betaalmethoden p span {
    font-weight: 400;
    line-height: 1.375rem
}

.info-list__item--betaalmethoden .info-list__item-minmax {
    position: relative;
    display: flex;
    justify-content: space-between
}

.info-list__item--betaalmethoden .info-list__item-minmax::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, .1)
}

.info-list__item--betaalmethoden .info-list__item-minmax p {
    padding-bottom: 0;
    border-bottom: none
}

.info-list__item--bonussen {
    max-width: 22.6875rem;
    flex: 1 1 auto
}

.info-list__item--bonussen ul {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem
}

.info-list__item--apparaten, .info-list__item--softwareleverancier {
    max-width: 16.1875rem;
    flex: 1 1 auto
}

.info-list__item--bonussen ul li {
    padding: .25rem .75rem;
    border-radius: .5rem;
    border: 1px solid rgba(255, 255, 255, .1);
    font-weight: 400;
    line-height: 1.5rem
}

.info-list__item--apparaten ul {
    display: flex;
    flex-wrap: wrap;
    gap: .25rem
}

.info-list__item--apparaten ul li {
    display: flex;
    align-items: center;
    gap: .25rem;
    padding: .25rem .75rem;
    border-radius: .5rem;
    border: 1px solid rgba(255, 255, 255, .1);
    font-weight: 400;
    line-height: 1.5rem
}

.info-list__item--softwareleverancier .info-list__item-img {
    width: 11.25rem;
    margin-bottom: .5rem
}

.info-list__item--softwareleverancier .info-list__item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.info-list__item--softwareleverancier span {
    font-weight: 400;
    line-height: 1.375rem
}

.info-list__item--steun {
    flex: 1 1 auto
}

.info-list__item--steun .info-list__item-links {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: .25rem
}

.info-list__item--steun .info-list__item-links .info-list__item-link {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: .25rem;
    padding: 0 .4rem;
    border-radius: .5rem;
    border: 1px solid rgba(255, 255, 255, .1)
}

.info-list__item--steun .info-list__item-links .info-list__item-link svg {
    width: 1.5rem;
    height: 1.5rem
}

.info-list__item--steun .info-list__item-links .info-list__item-link img {
    max-height: 1.5rem;
    width: fit-content;
    object-fit: contain
}

.info-list__item--steun .info-list__item-links .info-list__item-link > * {
    margin: 0;
    color: #e3e3e3;
    font-family: var(--ff-primary);
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    display: inline-block;
    padding: .25rem 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

.info-list__item--steun .info-list__item-links .info-list__item-link::after {
    position: absolute;
    content: "";
    top: 0;
    left: -300%;
    height: 100%;
    width: 5rem;
    background: rgba(190, 173, 228, .4);
    transform: skewX(-45deg)
}

.info-list__item--steun .info-list__item-links .info-list__item-link:hover {
    box-shadow: 0 0 8px 1px #beade4;
    cursor: pointer
}

.info-list__item--steun .info-list__item-links .info-list__item-link:hover::after {
    animation: .35s linear identifier
}

.info-list__item-title {
    text-wrap: nowrap;
    white-space: nowrap;
    margin-bottom: 1rem;
    color: var(--White, #fff);
    font-family: var(--ff-secondary);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    text-transform: uppercase
}

.advantages {
    gap: 1rem;
    flex-wrap: wrap;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns:repeat(4, 1fr)
}

.advantages__item {
    display: flex;
    flex-direction: column;
    padding: .75rem;
    border-radius: .75rem;
    background: #fff
}

.advantages__item-title {
    padding-bottom: .75rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #000;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5rem
}

.advantages__item-icon {
    min-width: 3.75rem;
    height: 3.75rem;
    border-radius: .5rem;
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.advantages__item-icon img, .advantages__item-icon svg {
    width: auto;
    height: 2.75rem;
    object-fit: contain
}

.advantages__item-text {
    flex: 1 1 auto;
    margin-bottom: 1rem;
    margin-top: .75rem;
    font-family: var(--ff-primary);
}

.advantages__item .btn {
    display: block;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    padding: 15px 10px;
    font-family: inherit;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: var(--color-content-button);
    text-align: center
}

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

    .game-providers__list {
        grid-template-columns:repeat(5, 1fr)
    }
}

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

@media (max-width: 475px) {
    .advantages, .bonus {
        grid-template-columns:1fr
    }
}

@media (hover: hover) {
    .advantages__item .btn:hover, .bonus__item .btn:hover, .how-to__item .btn:hover {
        opacity: .7
    }
}

.slider__header {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.slider__buttons {
    align-items: center;
    justify-content: center;
    gap: 8px;
    display: none
}

.slider__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border: none;
    border-radius: 4px;
    background-color: #282556;
    cursor: pointer
}

.slider__wrapper {
    margin-top: 1rem;
    list-style: none;
    padding: 0
}

.game-providers__list {
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    gap: 12px;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none
}

.game-providers__item {
    border-radius: 8px;
    padding: 12px;
    background-color: #00044f;
    cursor: pointer;
    transition: background-color .2s ease-in-out !important;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center
}

.game-providers__item-text {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.2rem;
    text-transform: uppercase
}

@media (max-width: 1023px) {
    .how-to__item {
        flex-direction: column-reverse
    }

    .how-to__item img {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%
    }

    .game-providers__list {
        grid-template-columns:repeat(4, 1fr)
    }
}

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

@media (max-width: 576px) {
    .info-list__item--apparaten, .info-list__item--betaalmethoden, .info-list__item--bonussen, .info-list__item--casino, .info-list__item--softwareleverancier, .info-list__item--soorten, .info-list__item--steun {
        max-width: 100%
    }

    .info-list__item--betaalmethoden .info-list__item-deposit {
        flex-direction: column
    }

    .info-list__item--steun .info-list__item-links {
        flex-direction: row;
        gap: .5rem;
        flex-wrap: wrap
    }

    .game-providers__list {
        grid-template-columns:repeat(2, 1fr)
    }
}

.wp-block-image img {
    border-radius: 5px
}

.slider {
    overflow: hidden;
    margin: 0
}

.link .emoji {
    margin-right: 8px !important
}

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

.reversed .text-image__item--image {
    order: -1
}

.text-image__item--image img {
    border-radius: .5rem
}

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

    .reversed .text-image__item--image {
        order: 10
    }
}

.text-image__item {
	overflow: hidden;
}


.lang-switch {
    position: relative;
    display: flex;
    z-index: 200;
    width: fit-content;
    gap: 30px;
}

.lang-switch__list {
    margin-top: 0;
    padding-top: 8px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 0;
}

.lang-switch__item, .lang-switch__link {
    display: flex;
}

.lang-switch__link {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: #d1d6ff66;
    transition: .3s ease-in-out;
}

@media (hover:hover) {
    .lang-switch__link:hover {
        scale: 1.05;
    }
}

@media (max-width: 767px) {
    .lang-switch {
        margin: 15px auto;
    }
}




@media (max-width: 500px) {

}

/* events-list */
.events-list {
    margin-top: 16px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 0;
}

.events-list__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #E9E9E9;
}

.events-list__item-head {
    position: relative;
    margin-top: 0;
    text-align: center;
    color: #000;
    font-family: var(--ff-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding-bottom: 16px
}

.events-list__item-head::after {
    position: absolute;
    content: "";
    bottom: 0
}

.events-list__item-main {
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.2fr;
    align-items: center
}

.events-list__item-date, .events-list__item-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.events-list__item-team img {
    max-width: 66px;
    object-fit: contain
}

.events-list__item-date img {
    max-width: 45px;
    object-fit: contain
}

.events-list__item-date-time {
    margin-top: 10px;
    color: #000000;
    text-align: center;
    font-family: var(--ff-primary);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px
}

.events-list__item-date-day {
    margin-top: 6px;
    color: #000000;
    text-align: center;
    font-family: var(--ff-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    word-break: break-all
}

.events-list__item .btn {
    grid-column: 1/-1;
}

.events-list__item .btn::after {
    position: absolute;
    content: "";
    top: -16px
}

.events-list__item-team-name {
    color: #000;
}

.events-list__item .btn::after, .events-list__item-head::after {
    height: 1px;
    background:linear-gradient(90deg, rgb(0 0 0 / 0%) 0, rgb(0 0 0 / 40%) 50%, rgb(0 0 0 / 0%) 100%);;
    left: 0;
    width: 100%;
}

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

@media (max-width: 768px) {
    .events-list {
        display: flex;
        overflow: auto;
    }

    .events-list__item {
        flex: 0 0 296px;
        gap: 10px;
    }
}

.events-list__item .btn:hover {
    opacity: .7;
}
/*events-list*/

.title_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
/*     flex-wrap: wrap; */
	gap: 10px
}

.sports-block {
    border-radius: 5px;
    background: #ffffff;
    padding: 16px;
}

.sports-block_wrapper {
    display: flex
}

.sports-block__list {
    list-style: none;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    padding: 16px;
    gap: 8px 12px;
    border-radius: 5px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.87) 0%, rgba(255, 255, 255, 0.87) 100%), url("../images/sport-block-bg.webp") lightgray 50% / cover no-repeat;
}

.sports-block__item {
    padding: 8px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.2s ease-in-out;
}

@media (hover:hover) {
    .sports-block__item[data-sf-a]:hover {
        background: #fff;
        cursor: pointer;
    }
}

.sports-block__item img {
    max-width: 54px;
    max-height: 54px;
    object-fit: contain
}

.sports-block__item-title {
    margin-top: 16px;
    text-align: center;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
}

@media (max-width: 767px) {
    .sports-block__list {
        grid-template-columns: repeat(3, 1fr);
        padding: 0;
    }

    .sports-block__item:nth-child(n+10) {
        display: none;
    }

    .sports-block__item-title {
        font-size: 16px;
    }
}


.events-list__item .btn{
    margin-top: 10px;
    position: relative;
}

.sports-block__banner-button {
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    color: #FE7B02;
    border: none;
    background: transparent;
    padding: 0;
    text-decoration: underline;
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

@media (hover:hover) {
    .sports-block__banner-button:hover {
        text-decoration: none;
    }
}

.sports-block__button {
    width: 100%;
    max-width: 300px;
    margin: 16px auto 0;
    display: block;
}

/* slots */
.slots__list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.slots__item {
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    height: fit-content;
    margin: auto;
}

.slots__item-title {
    margin: 0;
    color: #1E1D2A;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
}

.slots__item img {
    border-radius: 5px;
    width: 100%;
}

.slots__item-link {
    width: 100%;
}

@media (max-width: 575px) {
    .slots__list {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
}

/* slots */
/* relink */
.relink__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.relink__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

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

.relink__link {
    text-align: center;
    color: #00044F;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    display: flex;
    align-items: center;
    gap: 5px;
}

.relink__link:after {
    content: "";
    position: absolute;
    inset: 0;
}

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

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

    .relink__link {
        font-size: 16px;
    }
}
/* relink */
/* cta-banner */
* + .cta-banner {
    margin-top: 1rem;
}

.cta-banner {
    overflow: hidden;
    position: relative;
    padding: 36px;
    border-radius: 10px;
    background: linear-gradient(232deg, #F37600 0%, #943F00 100%);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cta-banner > * {
    position: relative;
    z-index: 2;
}

.cta-banner:after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background-image: url("../images/cta-banner-bg.webp");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    top: 50%;
    right: 10%;
    translate: 0 -50%;
}

.cta-banner__header {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    align-items: center;
    max-width: 1200px;
}

.cta-banner__title {
    margin: 0;
    color: #F5F5F5;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.cta-banner__bonus {
    margin: 0;
    padding: 10px;
    border-radius: 40px;
    background: #FE7B02;
    color: #F5F5F5;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    text-transform: capitalize;
}

.cta-banner__button {
    max-width: 270px;
    width: 100%;
}

@media (max-width: 767px) {
    .cta-banner:after {
        right: 0;
    }
}

@media (max-width: 575px) {
    .cta-banner {
        padding: 16px;
    }

    .cta-banner__title {
        font-size: 24px;
    }

    .cta-banner__bonus {
        font-size: 20px;
    }

    .cta-banner__button {
        max-width: fit-content;
    }

    .cta-banner:after {
        width: 150px;
        height: 150px;
        top: auto;
        translate: none;
        bottom: 0;
    }
}
/* cta-banner */
/* cta-banner-download */

* + .cta-banner-download {
    margin-top: 1rem;
}

.cta-banner-download {
    overflow: hidden;
    position: relative;
    padding: 36px;
    border-radius: 10px;
    background: linear-gradient(106deg, #5751BC 0%, #282556 100%);
}

.cta-banner-download img {
    position: absolute;
    top: 16px;
    right: 5%;
    max-width: 150px;
    object-fit: contain;
}

.cta-banner-download__content {
    max-width: 80%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.cta-banner-download__text {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1 1 300px;
}

.cta-banner-download__title {
    margin: 0;
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
}

.cta-banner-download__description {
    margin: 0;
    color: #FFF;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
}

.cta-banner-download__buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.cta-banner-download__button {
    padding: 12px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: fit-content;
}

.cta-banner-download__buttons .button--second {
    background: #FE7B02;
    color: #fff;
}

@media (max-width: 767px) {
    .cta-banner-download {
        padding: 16px 16px 200px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .cta-banner-download__content {
        max-width: 100%;
    }

    .cta-banner-download__buttons,
    .cta-banner-download__button {
        width: 100%;
    }

    .cta-banner-download img {
        scale: 1.5;
        top: auto;
        right: 50%;
        bottom: -170px;
        translate: 50% 0;
    }
}

/* cta-banner-download */
/* advantages-new */
.advantages-new {
    margin: 0;
    border-radius: 10px;
    padding: 16px;
    border: 1px solid #E9E9E9;
    background: #FFF;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    align-items: center;
    gap: 16px;
}

* + .advantages-new {
    margin-top: 40px;
}

.advantages-new__item {
    height: 56px;
    padding: 4px 16px;
    border-radius: 10px;
    background: linear-gradient(232deg, #F37600 0%, #943F00 100%), #282556;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FAF9F8;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

.advantages-new__item img {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    object-fit: contain;
}
/* advantages-new */
/* promo-code */
.promo-code {
    display: flex;
    align-items: center;
    gap: 5px;
}

.promo-code__input {
    flex-grow: 1;
    height: 48px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.60);
    background: rgba(255, 255, 255, 0.20);
    display: flex;
    align-items: center;
    padding: 4px 12px;
}

.promo-code__button {
    position: relative;
    width: 92px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 4.4px 13px 0px rgba(14, 65, 141, 0.10);
    color: var(--Text, #00044F);
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    gap: 5px;
    flex-shrink: 0;
    transition: all 0.25s ease-in-out;
}

.promo-code__button > * {
    pointer-events: none;
}

.promo-code__tooltip {
    position: absolute;
    display: none;
    background: #007143;
    position: absolute;
    inset: 2px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
}

.promo-code._active .promo-code__tooltip {
    display: flex;
}

@media (hover:hover) {
    .promo-code__button:hover {
        opacity: 0.7;
        cursor: pointer;
    }
}
/* promo-code */
/* promo-code-block */
* + .promo-code-block {
    margin-top: 1rem;
}

.promo-code-block {
    padding: 16px;
    border-radius: 10px;
    background: #282556;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: fit-content;
}

.promo-code-block__title {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 10px;
}

.promo-code-block__bonus {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    text-transform: capitalize;
}

.promo-code-block__button {
    background: #FE7B02;
    color: #fff;
}
/* promo-code-block */
/* text-promo-code */
.text-promo-code {
    display: grid;
    grid-template-columns: 1fr 410px;
    gap: 16px 40px;
}

.text-promo-code .promo-code-block {
    margin-top: 0;
}

@media (max-width: 1023px) {
    .text-promo-code {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .text-promo-code__content {
        display: contents;
    }

    .text-promo-code h1 {
        order: -10;
    }

    .text-promo-code  .promo-code-block {
        order: -8;
    }
}
/* text-promo-code */
/* header-app */
.header-app {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 40px 70px;
}

.header-app > img {
    position: absolute;
    right: 50px;
    top: 0;
    max-width: 220px;
    object-fit: contain;
}

.header-app__text {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    /*grid-area: content;*/
}

.header-app__block {
    display: grid;
    gap: 40px;
    padding: 36px;
    border-radius: 10px;
    background: linear-gradient(89deg, #282556 17.78%, #5751BC 100%), #FFF;
    grid-column: 1 / -1;
    position: relative;
}

.header-app__top,
.header-app__bottom {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 700px;
    gap: 24px;
    align-items: center;
}

.header-app__bottom::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    right: 0;
    left: 0;
    top: -20px;
    background: rgba(147, 146, 201, 0.20);
}

.header-app__block-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-app__block-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.header-app__block-item:not(:last-child) {
    margin-right: 32px;
}

.header-app__block-item:nth-child(1)::after,
.header-app__block-item:nth-child(2)::after,
.header-app__block-item:nth-child(3)::after {
    position: absolute;
    content: "";
    height: 36px;
    width: 1px;
    width: 1px;
    right: -24px;
    background: rgba(147, 146, 201, 0.20);
    top: 50%;
    translate: 0 -50%;
}

.header-app__block-item-key {
    margin: 0;
    color: #F5F5F5;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
}

.header-app__block-item-value {
    margin: 0;
    color: #F5F5F5;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
}

.header-app__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.header-app__button {
    padding: 12px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-grow: 1;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    background: #FE7B02;
    color: #fff;
}

.header-app__bonus {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
}

.header-app__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.header-app__aff-button {
    padding: 12px 32px;
    font-weight: 600;
}

@media (max-width: 1440px) {
    .header-app__top,
    .header-app__bottom {
        grid-template-columns: 1fr;
    }

    .header-app__block-list {
        justify-content: center;
    }

    .header-app__buttons {
        order: -1;
    }

    .header-app__bonus {
        text-align: center;
    }

}

@media (max-width: 767px) {
    .header-app {
        gap: 0;
        grid-template-columns: 1fr;
    }

    .header-app h1 {
        order: -10;
    }

    .header-app__text {
        display: contents;
    }

    .header-app__block {
        order: -8;
        padding: 16px;
    }

    .header-app__buttons {
        grid-template-columns: 1fr;
    }

    .header-app__button {
        padding: 12px 20px;
    }

    .header-app__inner {
        grid-template-columns: 1fr;
    }

    .header-app__bonus {
        font-size: 20px;

    }

    .header-app__block-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px 32px;
    }

    .header-app__block-item:nth-child(2)::after {
        display: none;
    }

    .header-app__block-item:not(:last-child) {
        margin: 0;
    }

    .header-app__block-item:nth-child(1)::after,
    .header-app__block-item:nth-child(3)::after {
        right: -17px;
    }

    .header-app > img {
        display: none;
    }
}

/* header-app */


