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

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

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

.overlay._active, body {
    display: -webkit-box;
    display: -ms-flexbox
}

.faq--v1 .faq__item:not(:last-child), h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem
}

.faq--v1 .faq__item[open] + .faq__item::after, .faq--v1 .faq__item[open]::after, .overlay {
    display: none
}

.faq--v1 .faq__item-title h3, .faq--v1 .faq__title, .faq--v2 .faq__item-title, .faq--v2 .faq__title, .faq--v3 .faq__item-description, .faq--v3 .faq__item-title, .faq--v3 .faq__title, body {
    font-family: var(--ff-primary)
}

.faq--v2 .faq__title, .slots--v2 .slots__title {
    text-align: center;
    border-bottom: 1px solid #e9e9e9
}

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

.downloads--v1 .downloads__table, .downloads--v2 .downloads__table, .downloads--v3 .downloads__table, .downloads--v4 .downloads__table, .downloads--v5 .downloads__table {
    border-collapse: separate;
    border-spacing: 0 10px
}

.comment__date, .rating::before {
    -webkit-text-fill-color: transparent
}

:root {
    --main-accent-bg-color: #2ecc71;
    --main-nav-color: #ffffff;
    --header-bg-color: #000000;
    --footer-bg-color: #000000;
    --content-button-bg-color: #2ecc71;
    --content-button-color: #ffffff;
    --offsets: 30px;
    --ff-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, 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
}

html {
    font-size: 17px
}

body {
    overflow-x: hidden
}

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

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

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

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

.overlay {
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .8)
}

.slot--v1 .slot__content-list, body {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.overlay._active {
    display: flex
}

.ajax-load {
    position: relative
}

.ajax-load::before {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, .7)
}

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

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

a {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-family: inherit;
    color: var(--color-accent)
}

a:hover {
    text-decoration: none
}

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

.faq--v1 .faq__item[open] .faq__item-title, h1, h2, h3, h4, h5, h6 {
    font-weight: 600
}

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 {
    padding: 0 var(--offsets);
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

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

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

.comments-container,
.wrapper + .wrapper,
.wrapper > .container > :not(:first-child):not(.wp-block-heading):not(p:not([class])):not(.wp-block-list):not(.wp-block-table) {
    margin-top: 56px
}

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

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

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

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

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

.wp-block-table table td {
    padding: .5rem 1rem
}

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

svg {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

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

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

.get-image {
    margin: 0
}

body {
    display: flex;
    flex-direction: column
}

body.page {
    background-color: #12181e;
    color: #b8babc
}

.page h1, .page h2, .page h3 {
    color: #fff
}

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

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

.faq--v1 .faq__title {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 1rem
}

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

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

.faq--v2 .faq__item:not(:last-child), .faq--v3 .faq__item:not(:last-child), .feedbacks__list--v1 .feedbacks__item:not(:last-child), .slot--v1 .slot__content-item:not(:last-child) {
    margin-bottom: 10px
}

.faq--v1 .faq__item:focus .faq__item-title, .faq--v1 .faq__item:hover .faq__item-title {
    color: #000
}

.faq--v1 .faq__item-title h3 {
    margin: 0;
    font-weight: 500
}

.faq--v1 .faq__item-title svg {
    fill: #e5322b;
    width: 30px;
    height: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.faq--v3 .faq__title, .faq__item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.faq--v1 .faq__item-description {
    margin: 0;
    padding: 0 25px;
    font-family: var(--ff-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 180%
}

.faq--v1 .faq__item[open] .faq__item-title svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #fff
}

.faq--v2 .faq__item-title::before, .promocode--v1 .promocode__input {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.faq--v1 .faq__item[open] .faq__item-description {
    padding: 6px 12px 12px
}

.faq--v2 .faq__title {
    margin: 0 0 25px;
    padding: 25px;
    color: #1e1d2a;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px
}

.faq--v2 .faq__item-description, .faq--v2 .faq__item-title {
    border: 1px solid #e9e9e9;
    font-size: 16px;
    line-height: 18px;
    background-color: #fff
}

.faq--v2 .faq__item-title {
    position: relative;
    border-radius: 1px;
    border-left: 2px solid #0386ff;
    padding: 18px 50px 20px 18px;
    color: #363640
}

.faq--v2 .faq__item-title::before {
    content: "";
    position: absolute;
    right: 18px;
    width: 22px;
    height: 22px;
    transform: translateY(-50%);
    background-image: url(../images/icon-plus.svg)
}

.faq--v2 .faq__item-title:hover {
    color: #797979
}

.faq--v2 .faq__item-description {
    margin: 0;
    padding: 20px 18px;
    border-top: none;
    border-radius: 0 0 1px 1px;
    color: #777
}

.faq--v2 .faq__item[open] .faq__item-title {
    background-color: #0386ff;
    color: #fff;
    margin-bottom: 0
}

.faq--v2 .faq__item[open] .faq__item-title::before {
    background-image: url(../images/icon-minus.svg)
}

.faq--v3 {
    background-color: transparent
}

.faq--v3 .faq__title {
    position: relative;
    margin: 20px 0;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

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

.faq--v3 .faq__item {
    border: 1px solid #e9e9e9;
    border-radius: 15px;
    background-color: #fff;
    overflow: hidden
}

.faq--v3 .faq__item:hover .faq__item-title {
    color: #797979
}

.faq--v3 .faq__item-title {
    padding: 20px 23px 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #463f53
}

.faq--v3 .faq__item-title svg {
    margin-left: 10px;
    width: 30px;
    height: 30px;
    fill: #463f53;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

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

.faq--v3 .faq__item-description {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    padding: 22px 20px 20px;
    outline: 0
}

.slots--v2 .slots__title, .slots--v3 .slots__title {
    font-size: 24px;
    font-family: var(--ff-primary);
    text-transform: uppercase
}

.faq--v3 .faq__item[open] .faq__item-title {
    background-color: #fe7b02;
    color: #fff;
    border-radius: 15px 15px 0 0
}

.faq--v3 .faq__item[open] .faq__item-title svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #fff
}

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

.faq__item-title svg {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

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

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

.faq__item-description {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation: .3s ease-in sweep;
    animation: .3s ease-in sweep
}

.slots--v1 .slots__title {
    position: relative;
    margin: 0 0 1rem;
    font-family: var(--ff-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

.slots--v1 .slots__body {
    display: -ms-grid;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 12px
}

.slots--v2 .slots__title {
    margin: 0 0 25px;
    padding: 25px 10px;
    font-weight: 700;
    line-height: 28px;
    color: #1e1d2a;
    display: inline-block;
    width: 100%
}

.slot--v2, .slots--v3 .slots__body {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    padding: 20px
}

.slots--v2 .slots__body {
    display: -ms-grid;
    display: grid;
    gap: 20px
}

.slots--v3 .slots__title {
    position: relative;
    margin: 0 0 20px;
    line-height: 29px;
    font-weight: 600;
    color: #463f53;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

.slots--v3 .slots__body {
    border: 1px solid #e9e9e9;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    border-radius: 10px;
    display: -ms-grid;
    display: grid;
    gap: 40px 20px
}

.slot--v1, .slot--v1 .slot__content-list {
    display: -webkit-box;
    display: -ms-flexbox
}

.slot--v1 {
    border: 1px solid #e9e9e930;
    border-radius: 5px;
    display: flex;
    flex-direction: column
}

.slot--v1 .slot__image {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.slot--v1 .slot__image p {
    margin: 0;
    display: block
}

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

.slot--v1 .slot__content-list {
    list-style: none;
    margin: 0;
    padding: 12px;
    display: flex;
    flex-direction: column
}

.slot--v1 .slot__content-item, .wp-block-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.feedback--v1 .feedback__header, .rating {
    display: -webkit-box;
    display: -ms-flexbox
}

.slot--v1 .slot__coontent-title {
    margin: 0 0 2px;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #3c3c3c
}

.slot--v1 .slot__coontent-title--large {
    font-size: 16px;
    line-height: 18px;
    margn-bottom: 0;
    color: #fff
}

.slot--v1 .slot__content-descr {
    font-family: var(--ff-primary);
    font-weight: 300;
    font-size: 10px;
    line-height: 11px;
    color: #b4b3b3
}

.slot--v2 {
    border: 1px solid #e9e9e9;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    border-radius: 1px
}

.slot--v2 .slot__link, .slot--v3 .slot__link {
    width: 100%;
    font-size: 14px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    font-family: var(--ff-primary);
    text-align: center;
    text-decoration: none;
    display: block;
    outline: 0;
    cursor: pointer
}

.slot--v2 .slot__image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 112px;
    margin-bottom: 20px;
    overflow: hidden
}

.slot--v2 .slot__image p {
    margin: 0
}

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

.slot--v2 .slot__descr {
    font-family: var(--ff-primary);
    font-size: 14px;
    line-height: 16px;
    color: #797979
}

.slot--v2 .slot__link {
    margin-top: 17px;
    padding: 11px 30px;
    font-weight: 700;
    line-height: 180%;
    color: #fff;
    background-color: #0386ff;
    border-radius: 1px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    border: none;
    transition: opacity .3s
}

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

.slot--v3 .slot__image p {
    margin: 0
}

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

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

.slot--v3 .slot__link {
    margin-top: 17px;
    padding: 15px 30px;
    font-weight: 600;
    line-height: 17px;
    color: #fff;
    background-color: #fe7b02;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    transition: opacity .3s;
    border: none
}

.feedback--v1, .feedback--v2 {
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    background-color: #fff
}

.feedback--v1 > :not(:last-child), .feedback--v2 .feedback__header, .feedback--v3 .feedback__header, .feedback--v4 > :not(:last-child) {
    border-bottom: 1px solid #e9e9e9
}

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

.rating span {
    padding-left: 10px
}

.rating::before {
    font-family: Times, serif;
    content: "★★★★★";
    background: -webkit-gradient(linear, left top, right top, from(var(--star-background)), to(var(--star-color)));
    background: -o-linear-gradient(left, var(--star-background) var(--percent), var(--star-color) var(--percent));
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text
}

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

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

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

.pros-cons--v1, .pros-cons--v2 {
    gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns:1fr 1fr
}

.feedback--v1 {
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    border-radius: 1px
}

.feedback--v1 .feedback__header {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px
}

.feedback--v1 .feedback__header svg {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.feedback--v1 .feedback__icon-author {
    margin-right: 5px
}

.feedback--v1 .feedback__author {
    margin: 0;
    font-family: var(--ff-primary);
    font-size: 12px;
    line-height: 14px;
    color: #797979;
    padding-left: 10px
}

.feedback--v1 .feedback__footer, .feedback--v1 .feedback__publication-time {
    font-style: normal;
    color: #777;
    font-family: var(--ff-primary);
    font-size: 12px
}

.feedback--v1 .feedback__publication-time {
    margin-left: auto;
    font-weight: 300;
    line-height: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.feedback--v1 .feedback__body {
    padding: 15px
}

.feedback--v1 .feedback__body p {
    color: #545454;
    margin: 0;
    font-family: var(--ff-primary);
    font-size: 12px;
    line-height: 200%
}

.feedback--v1 .feedback__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    font-weight: 400;
    line-height: 180%
}

.feedback--v1 .feedback__footer p {
    margin: 0
}

.feedback--v1 .feedback__icon-reaction {
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.feedback--v2 {
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    border-radius: 5px
}

.feedback--v2 .feedback__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 15px
}

.feedback--v2 .feedback__icon-reaction {
    margin-left: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.feedback--v2 .feedback__author {
    margin: 0;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #1e1d2a;
    padding-left: 10px
}

.feedback--v2 .feedback__body p, .feedback--v2 .feedback__publication-time {
    font-weight: 300;
    color: #777;
    font-family: var(--ff-primary);
    font-style: normal
}

.feedback--v2 .feedback__publication-time {
    margin-left: auto;
    font-size: 14px;
    line-height: 16px;
    padding-left: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.feedback--v2 .feedback__body {
    padding: 15px
}

.feedback--v2 .feedback__body p {
    margin: 0;
    font-size: 12px;
    line-height: 200%
}

.feedback--v3 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    border-radius: 1px
}

.feedback--v3 .feedback__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px
}

.feedback--v3 .feedback__image {
    overflow: hidden;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#9859ff), to(#0386ff));
    background: -o-linear-gradient(top, #9859ff 0, #0386ff 100%);
    background: linear-gradient(180deg, #9859ff 0, #0386ff 100%);
    font-size: 24px
}

.feedback--v4, .pros-cons--v2 .pros-cons__wrapper {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05)
}

.feedback--v3 .feedback__author {
    margin: 0;
    padding-top: 5px;
    font-family: var(--ff-primary);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #1e1d2a
}

.feedback--v3 .feedback__publication-time {
    font-family: var(--ff-primary);
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #777
}

.feedback--v3 .feedback__rating {
    padding-top: 5px;
    margin-left: auto;
    font-family: var(--ff-primary);
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #777;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.feedback--v3 .feedback__rating .rating__counter {
    padding-right: 5px
}

.feedback--v3 .feedback__rating svg {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

.feedback--v3 .feedback__body {
    padding: 20px
}

.feedback--v3 .feedback__body p {
    margin: 0;
    font-family: var(--ff-primary);
    font-weight: 300;
    font-size: 12px;
    line-height: 200%;
    color: #777
}

.feedback--v4 {
    border: 1px solid #e9e9e9;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    border-radius: 10px
}

.feedback--v4 .feedback__header, .feedback--v4 .feedback__reaction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px
}

.feedback--v4 .feedback__author {
    margin: 0;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #0386ff
}

.feedback--v4 .feedback__publication-time {
    margin-left: auto;
    color: #797979;
    font-family: var(--ff-primary);
    font-style: normal;
    font-size: 14px;
    line-height: 17px
}

.pros-cons--v1 .pros-cons__title, .pros-cons--v2 .pros-cons__title, .pros-cons--v3 .pros-cons__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    position: relative;
    font-family: var(--ff-primary)
}

.feedback--v4 .feedback__body {
    padding: 15px
}

.feedback--v4 .feedback__body p {
    margin: 0;
    font-family: var(--ff-primary);
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: #1e1d2a
}

.feedback--v4 .feedback__reaction p {
    margin: 0;
    font-family: var(--ff-primary);
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 180%;
    color: #777
}

.pros-cons--v1 .pros-cons__title svg, .pros-cons--v2 .pros-cons__item svg, .pros-cons--v2 .pros-cons__title svg, .pros-cons--v3 .pros-cons__title svg {
    margin-right: 10px
}

.feedback--v4 .feedback__icon-reaction {
    margin-right: 19px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.pros-cons--v1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows:auto
}

.pros-cons--v1 .pros-cons__title {
    padding: 20px 0;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pros-cons--v1 .pros-cons__list, .pros-cons--v2 {
    display: -ms-grid;
    -ms-grid-rows: auto;
    grid-template-rows:auto
}

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

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

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

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

.pros-cons--v2 {
    display: grid
}

.pros-cons--v2 .pros-cons__wrapper {
    border: 1px solid #e9e9e9;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    border-radius: 10px;
    overflow: hidden
}

.promocode--v1, .pros-cons--v3 .pros-cons__wrapper {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    background-color: #fff
}

.pros-cons--v2 .pros-cons__title {
    margin: 0;
    padding: 20px 15px;
    color: #fff;
    background-color: #001020;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pros-cons--v2 .pros-cons__list, .pros-cons--v3 {
    display: -ms-grid;
    -ms-grid-rows: auto;
    grid-template-rows:auto
}

.pros-cons--v2 .pros-cons__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns:1fr
}

.pros-cons--v2 .pros-cons__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding: 15px
}

.pros-cons--v2 .pros-cons__item svg {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.pros-cons--v2 .pros-cons__item:not(:last-child) {
    border-bottom: 1px solid #333845
}

.pros-cons--v2 .pros-cons__text {
    margin: 0
}

.pros-cons--v3 {
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns:1fr 1fr;
    gap: 40px
}

.pros-cons--v3 .pros-cons__wrapper {
    border: 1px solid #e9e9e9;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    border-radius: 0
}

.pros-cons--v3 .pros-cons__title {
    margin: 0 0 15px;
    padding: 20px;
    color: #001020;
    border-bottom: 1px solid #e9e9e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pros-cons--v3 .pros-cons__list {
    margin: 0;
    padding: 5px 5px 5px 30px;
    list-style: disc;
    color: #586474
}

.pros-cons--v3 .pros-cons__item {
    margin-bottom: 15px
}

.pros-cons--v3 .pros-cons__item::marker {
    font-size: 10px
}

.pros-cons--v3 .pros-cons__text {
    margin: 0;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 12px;
    line-height: 180%
}

.promocode--v1 {
    border: 1px solid #e9e9e9;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    border-radius: 3px;
    font-family: var(--ff-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.promocode--v1 .promocode__header {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3.42%, #32283c), to(#0c090f));
    background: -o-linear-gradient(top, #32283c 3.42%, #0c090f 100%);
    background: linear-gradient(180deg, #32283c 3.42%, #0c090f 100%);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    padding: 25px
}

.promocode--v1 .promocode__title {
    margin: 0 0 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ff3c3c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 24px;
    line-height: 29px
}

.promocode--v1 .promocode__header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.promocode--v1 .promocode__image p {
    margin: 0
}

.promocode--v1 .promocode__image img {
    display: block;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 40px
}

.promocode--v1 .promocode__counter {
    margin: 0;
    color: #574a65;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px
}

.promocode--v1 .promocode__content {
    padding: 20px 15px;
    border-bottom: 1px solid #e9e9e9
}

.promocode--v1 .promocode__slogan {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #001020
}

.promocode--v1 .promocode__text {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #545454
}

.promocode--v1 .promocode__input, .promocode--v1 .promocode__link {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase
}

.promocode--v1 .promocode__links {
    margin-top: auto;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.promocode--v1 .promocode__copy {
    position: relative;
    -ms-flex-preferred-size: 57%;
    flex-basis: 57%;
    min-width: 190px;
    margin-right: 10px
}

.promocode--v1 .promocode__input {
    border: none;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    left: 15px;
    transform: translateY(-50%);
    z-index: 5;
    max-width: 150px
}

.promocode--v1 .promocode__input:active, .promocode--v1 .promocode__input:focus-within {
    outline: 0
}

.promocode--v1 .promocode__tooltip-text {
    visibility: hidden;
    width: 140px;
    background-color: #797979;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.promocode--v1 .promocode__tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #797979 transparent transparent
}

.promocode--v1 .promocode__tooltip {
    position: relative;
    height: 100%
}

.promocode--v1 ._active .promocode__tooltip-text {
    visibility: visible;
    opacity: 1
}

.promocode--v1 .promocode__link {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0);
    padding: 14px;
    border-radius: 5px;
    -webkit-transition: opacity .3s, border-color .3s;
    -o-transition: opacity .3s, border-color .3s;
    transition: opacity .3s, border-color .3s;
    cursor: pointer;
    outline: 0;
    text-decoration: none
}

.promocode--v1 .promocode__link--copy {
    border-color: #bebebe;
    background-color: #e9e9e9;
    color: #545454;
    padding-right: 40px;
    width: 100%;
    height: 100%;
    text-align: left
}

.promocode--v1 .promocode__link--copy::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    background-image: url(../images/icon-file-copy.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.promocode--v1 .promocode__link--copy:hover {
    border-color: #ff3c3c
}

.promocode--v1 .promocode__link--visit {
    background-color: #ff3c3c;
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    text-decoration: none
}

.promocode--v1 .promocode__link--visit:hover {
    opacity: .7
}

.promocode--v2 {
    background-color: #fff;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    max-width: 695px;
    margin: 1rem auto
}

.promocode--v2 .promocode__title {
    padding: 20px;
    margin: 0;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #001020;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.promocode--v2 .promocode__body, .promocode--v3, .promocode--v3 .promocode__image {
    display: -webkit-box;
    display: -ms-flexbox
}

.promocode--v2 .promocode__title svg {
    margin-right: 10px
}

.promocode--v2 .promocode__body {
    display: flex;
    padding: 20px 25px 25px
}

.promocode--v2 .promocode__content {
    margin-right: 35px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.promocode--v2 .promocode__slogan {
    margin: 0 0 6px;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #001020
}

.promocode--v2 .promocode__text {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    font-family: var(--ff-primary);
    color: #797979
}

.promocode--v2 .promocode__copy {
    position: relative;
    -ms-flex-preferred-size: 57%;
    flex-basis: 57%;
    min-width: 190px;
    margin-bottom: 10px
}

.promocode--v2 .promocode__input {
    border: none;
    background-color: rgba(255, 255, 255, 0);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    width: 170px
}

.promocode--v2 .promocode__input:active, .promocode--v2 .promocode__input:focus-within {
    outline: 0
}

.promocode--v2 .promocode__tooltip-text {
    visibility: hidden;
    width: 140px;
    background-color: #797979;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.promocode--v2 .promocode__tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #797979 transparent transparent
}

.promocode--v2 .promocode__tooltip {
    position: relative;
    height: 100%;
    width: 100%
}

.promocode--v2 ._active .promocode__tooltip-text {
    visibility: visible;
    opacity: 1
}

.promocode--v2 .promocode__links {
    min-width: 234px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.promocode--v2 .promocode__link {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0);
    font-family: var(--ff-primary);
    padding: 19px;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    -webkit-transition: opacity .3s, border-color .3s;
    -o-transition: opacity .3s, border-color .3s;
    transition: opacity .3s, border-color .3s;
    cursor: pointer
}

.promocode--v2 .promocode__link--copy {
    border-style: dashed;
    background-color: #fff;
    border-color: #5a5a5a;
    -moz-text-align-last: left;
    text-align-last: left;
    min-height: 57px
}

.promocode--v2 .promocode__link--copy::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url(../images/icon-file-copy-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.promocode--v2 .promocode__link--copy:hover {
    border-color: #54bc02
}

.promocode--v2 .promocode__link--visit {
    color: #fff;
    background-color: #54bc02;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-decoration: none
}

.promocode--v2 .promocode__link:hover {
    opacity: .7
}

.promocode--v3 {
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    display: flex;
    max-width: 770px;
    margin: 1rem auto
}

.promocode--v3 .promocode__image {
    position: relative;
    background-color: #001020;
    padding: 50px 30px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 194px
}

.promocode--v3 .promocode__image p {
    margin: 0
}

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

.promocode--v3 .promocode__image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/promocode-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.promocode--v3 .promocode__content {
    width: 100%;
    padding: 20px
}

.promocode--v3 .promocode__title {
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #001020;
    margin: 0 0 6px;
    text-transform: uppercase
}

.promocode--v3 .promocode__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #5a5a5a;
    margin: 0
}

.promocode--v3 .promocode__copy {
    position: relative;
    -ms-flex-preferred-size: 57%;
    flex-basis: 57%;
    min-width: 190px;
    margin-right: 10px;
    width: 100%
}

.promocode--v3 .promocode__input {
    border: none;
    background-color: rgba(255, 255, 255, 0);
    text-transform: uppercase;
    margin-left: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #001020;
    z-index: 5;
    width: 170px;
    pointer-events: all
}

.promocode--v3 .promocode__input:active, .promocode--v3 .promocode__input:focus-within {
    outline: 0
}

.promocode--v3 .promocode__tooltip-text {
    visibility: hidden;
    width: 140px;
    background-color: #797979;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.promocode--v3 .promocode__tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #797979 transparent transparent
}

.promocode--v3 .promocode__tooltip {
    position: relative;
    height: 100%;
    width: 100%
}

.promocode--v3 ._active .promocode__tooltip-text {
    visibility: visible;
    opacity: 1
}

.header--v1 .header__link--in:hover, .promocode--v3 .promocode__link--visit:hover {
    opacity: .7
}

.promocode--v3 .promocode__links {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.promocode--v3 .promocode__link {
    display: inline-block;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 5px;
    -webkit-transition: opacity .3s, border-color .3s;
    -o-transition: opacity .3s, border-color .3s;
    transition: opacity .3s, border-color .3s;
    cursor: pointer
}

.promocode--v3 .promocode__label, .promocode--v3 .promocode__link--copy::before {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%
}

.promocode--v3 .promocode__link--copy {
    font-family: var(--ff-primary);
    border-color: #bebebe;
    background-color: #e9e9e9;
    color: #545454;
    width: 100%;
    min-width: 294px;
    min-height: 51px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 14px 40px 14px 14px;
    text-align: left
}

.promocode--v3 .promocode__link--copy::before {
    content: "";
    right: 15px;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    background-image: url(../images/icon-file-copy.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.promocode--v3 .promocode__link--copy:hover {
    border-color: #0386ff
}

.promocode--v3 .promocode__link--visit {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 16px;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    border-color: #0386ff;
    background-color: #0386ff;
    min-width: 180px;
    text-align: center;
    text-decoration: none
}

.promocode--v3 .promocode__label {
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #a6a6a6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 15px;
    transform: translateY(-50%);
    z-index: 3;
    pointer-events: none
}

.promocode--v4, .promocode--v4 .promocode__left, .promocode--v4 .promocode__right {
    display: -webkit-box;
    display: -ms-flexbox
}

.promocode--v4 {
    max-width: 400px;
    background-color: #47475a;
    display: flex
}

.promocode--v4 .promocode__left {
    padding: 17px 19px;
    min-width: 210px;
    background-color: #000;
    border: 1px dashed #47475a;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.promocode--v4 .promocode__left._active .promocode__tooltip {
    display: block
}

.promocode--v4 .promocode__input {
    background-color: transparent;
    color: #fff;
    font-family: var(--ff-primary);
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    border: none;
    max-width: 110px;
    outline: 0
}

.promocode--v4 .promocode__right p, .promocode--v4 .promocode__tooltip {
    font-weight: 400;
    color: #fff;
    font-family: var(--ff-primary);
    font-style: normal
}

.promocode--v4 .promocode__link--copy {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    padding: 5px;
    border: none;
    background-color: transparent;
    outline: 0;
    cursor: pointer
}

.header--v1 .header__nav-sublist, .promocode--v4 .promocode__tooltip {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

.promocode--v4 .promocode__tooltip {
    display: none;
    position: absolute;
    font-size: 16px;
    line-height: 20px;
    top: -20px;
    transform: translateX(-50%);
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #797979
}

.promocode--v4 .promocode__right {
    padding: 7px 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.promocode--v4 .promocode__right p {
    margin: 0;
    font-size: 16px;
    line-height: 20px
}

.promocode--v4 .promocode__right p span {
    display: inline-block;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    font-weight: 800;
    font-size: 28px;
    line-height: 28px;
    font-family: var(--ff-primary);
    color: #fff
}

.promocode--v4 .promocode__right._active .promocode__link-wrapper {
    height: 100%;
    visibility: visible;
    opacity: 1
}

.promocode--v4 .promocode__link-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ff3c3c
}

.promocode--v4 .promocode__link {
    border: none;
    background-color: transparent;
    font-family: var(--ff-primary);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    outline: 0
}

.promocodes--v1 .promocodes__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows:auto;
    gap: 20px
}

.promocodes--v2 .promocodes__list, .promocodes--v3 .promocodes__list, .promocodes--v4 .promocodes__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns:1fr;
    -ms-grid-rows: auto;
    grid-template-rows:auto;
    gap: 20px
}

.downloads--v1 {
    max-width: 910px;
    margin: 0 auto
}

.downloads--v1 .downloads__table {
    width: 100%;
    border: none;
    margin: 0
}

.downloads--v1 .downloads__table td {
    padding: 0;
    border: none
}

.downloads--v2 .downloads__table {
    width: 100%;
    border: none;
    margin: 0
}

.downloads--v2 .downloads__table td {
    padding: 0;
    border: none
}

.downloads--v3 .downloads__table {
    width: 100%;
    border: none;
    margin: 0
}

.downloads--v3 .downloads__table td {
    padding: 0;
    border: none
}

.downloads--v3 .downloads__table-head {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05)
}

.downloads--v3 .downloads__table-head-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows:auto;
    -ms-grid-columns: 45px 1.1fr 1fr 1fr .9fr;
    grid-template-columns:45px 1.1fr 1fr 1fr .9fr;
    background-color: #231832;
    border-radius: 5px
}

.header--v1, .header--v1 .header__nav-sublist {
    background-color: var(--color-first-header-footer-bg)
}

.downloads--v3 .downloads__table-head-wrapper p {
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #7d748d;
    margin: 0;
    padding: 12px 15px
}

.downloads--v3 .downloads__table-head-wrapper p:not(:last-child) {
    border-right: 1px solid #7d748d
}

.downloads--v4 .downloads__table {
    width: 100%;
    border: none;
    margin: 0
}

.downloads--v4 .downloads__table td {
    padding: 0;
    border: none
}

.downloads--v5 .downloads__table {
    width: 100%;
    border: none;
    margin: 0
}

.downloads--v5 .downloads__table td {
    padding: 0;
    border: none
}

.header--v1 {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
    font-family: var(--ff-primary);
    padding: 15px 0;
    border-bottom: 1px solid #30343a;
	z-index: 900;
}

.header--v1 .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px 24px
}

.header--v1 .header__logo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 30
}

.header--v1 .header__logo img {
    display: block;
    width: auto;
    object-fit: contain;
    max-height: 40px
}

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

@-webkit-keyframes logo {
    0%, 100%, 40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    20%, 66% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

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

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

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

.header--v1 .header__nav-item .link, .header--v1 .header__nav-subitem .link {
    -webkit-box-align: center;
    color: var(--color-nav-items);
    text-decoration: none
}

.header--v1 .header__nav-item .icon-arrow, .header--v1 .header__nav-item:last-child::after {
    display: none
}

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

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

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

.header--v1 .header__nav-item--has-children .icon-arrow svg {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header--v1 .header__nav-item--has-children._active .icon-arrow svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header--v1 .header__nav-item .link {
    position: relative;
    padding: 13px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    font-size: 16px;
    line-height: 20px
}

.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 {
    line-height: 1;
    margin-right: 10px
}

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

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

.header--v1 .header__nav-sublist::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: rgba(255, 255, 255, 0)
}

.header--v1 .header__buttons, .header--v1 .header__nav-subitem:nth-child(2n) {
    background-color: var(--color-second-header-footer-bg)
}

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

.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.header__nav-item:not(:last-child) {
    margin-right: 0
}

.header--v1 .header__nav-subitem.header__nav-item:last-child {
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    line-height: 17px
}

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

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

.header--v1 .header__buttons {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    padding: 3px;
    max-width: 250px;
    z-index: 12
}

.header--v1 .header__link {
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    padding: 12px;
    -webkit-transition: opacity .3s, border-color .3s;
    -o-transition: opacity .3s, border-color .3s;
    transition: opacity .3s, border-color .3s;
    border-radius: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    cursor: pointer
}

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

.header--v1 .header__link--in {
    background-color: var(--bg-color-first-button);
    color: var(--color-first-button)
}

.header--v1 .header__link--up {
    border: 1px solid #30343a;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: var(--color-second-header-footer-bg);
    color: var(--color-first-button)
}

.header--v1 .header__link--up:hover {
    background: #30343a;
}

.header--v1 .header__link:not(:last-child) {
    margin-right: 5px
}

.header--v1 .header__toggle-menu {
    display: none;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 15px;
    z-index: 20
}

.scroll-top__button, .scroll-top__button .get-image {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.header--v1 .header__toggle-menu svg {
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    fill: #fff
}

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

.footer--enable-mobile-button + .scroll-top {
    bottom: 90px;
}

.scroll-top__button {
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

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

.video {
    max-width: 650px
}

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

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

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

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

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

.video__button-shape {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    fill: #212121;
    fill-opacity: .8
}

.video__button-icon {
    fill: #fff
}

.video__button:focus {
    outline: 0
}

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

.video__button:hover {
    cursor: pointer
}

.video .video__preview p, .wp-block-columns .wp-block-column {
    margin: 0
}

.video .video__preview img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

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

.breadcrumbs {
    background-color: var(--color-first-header-footer-bg);
    margin-top: -1px;
    border-bottom: 1px solid #30343a;
}

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

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

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

.breadcrumbs__list-link--no-active, .breadcrumbs__list-link--no-active:hover {
    color: var(--color-accent)
}

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

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

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

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

.columns__item {
    margin: 0 1rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-content.align-center, .comment-form__alert, .footer__copyright {
    text-align: center
}

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

.button-content__control .get-image {
    margin-right: 10px
}

.button-content__control img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 25px
}

.comment-form__title {
    margin: 0 0 15px;
    font-family: inherit;
    font-weight: 800;
    font-size: 32px;
    line-height: 38px;
    font-style: normal;
    color: #001020
}

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

.comment-form__button, .comment__date {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.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 {
    background-color: #f1f5ff;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid transparent;
    outline: 0;
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

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

.comment-form__button {
    border-radius: 10px;
    padding: 16px 18px 18px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e5322b;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    outline: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.comment-form__alert, .footer__social-link {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

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

.comment-form__alert {
    display: block;
    grid-column: 1/-1;
    position: absolute;
    bottom: -23px;
    left: 0;
    width: 100%;
    font-family: inherit;
    font-size: 14px;
    line-height: 16px;
    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 {
    margin-top: 30px;
    padding: 20px;
    background: #f1f5ff;
    border: 1px solid #d6ddf0;
    border-radius: 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-min-content 1fr;
    -ms-grid-columns: min-content 1fr;
    grid-template-columns:-webkit-min-content 1fr;
    grid-template-columns:min-content 1fr;
    gap: 10px
}

.comment__author {
    font-family: inherit;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-font-darkgray);
    white-space: nowrap;
    margin: 0
}

.comment__date {
    background: -webkit-gradient(linear, left top, left bottom, from(#4eb3ff), to(#1995f3)), #495062;
    background: -o-linear-gradient(top, #4eb3ff 0, #1995f3 100%), #495062;
    background: linear-gradient(180deg, #4eb3ff 0, #1995f3 100%), #495062;
    -webkit-background-clip: text;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 16px
}

.footer__nav-item a, .footer__nav-list, .page-404 .container {
    display: -webkit-box;
    display: -ms-flexbox
}

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

.page-404 .container {
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

.footer__copyright, .footer__nav-item a {
    color: var(--color-nav-items);
    font-size: 14px;
    line-height: 17px
}

.footer {
    position: relative;
    padding: 30px 0;
    background-color: var(--color-first-header-footer-bg);
    border-top: 1px solid #323232;
}

.footer__logo {
    padding-bottom: 20px
}

.footer__logo p {
    margin: 0
}

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

.footer__hr {
    border: none;
    height: 1px;
    background-color: var(--color-header-footer-border)
}

.footer__nav {
    padding: 10px 0
}

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

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

.footer__nav-item a {
    font-family: inherit;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__links-list, .footer__social-link p, .footer__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    margin: 0
}

.footer__nav-item a p {
    margin: 0
}

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

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

.footer__social-link {
    display: block;
    border-radius: 100%;
    transition: .3s ease-in-out
}

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

.footer__social-link p {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__social-link img {
    padding: 2px;
    display: block;
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: .3s ease-in-out
}

.footer__payments-systems {
    padding: 20px 0
}

.footer__links-list {
    list-style: none;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
	gap: 16px;
	flex-wrap: wrap;
}

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

.footer__links-link p {
    margin: 0
}

.footer__links-link img {
    display: block;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 40px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

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

.payments-systems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.payments-systems__item p {
    margin: 0
}

.payments-systems__item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 18px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media (hover: hover), screen and (min-width: 0\0
) {
    .slot--v2 .slot__link:focus, .slot--v2 .slot__link:hover, .slot--v3 .slot__link:focus, .slot--v3 .slot__link:hover {
        opacity: .7
    }

    .promocode--v4 .promocode__link:focus, .promocode--v4 .promocode__link:hover {
        text-decoration: underline
    }

    .breadcrumbs__list-link:hover, .footer__nav-item a:focus, .footer__nav-item a:hover, .header--v1 .header__nav-item a.link:hover {
        color: var(--color-accent)
    }

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

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

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

    .button-content__control:hover {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }

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

@media (min-width: 1024px) and (hover: hover), screen and (min-width: 1024px) and (min-width: 0\0
) {
    .header--v1 .header__nav-item:hover .header__nav-sublist {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }

    .header--v1 .header__nav-item--has-children:hover .icon-arrow svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@media (max-width: 1279px) {
    .slots--v1 .slots__body {
        grid-template-columns:repeat(4, 1fr)
    }

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

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

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

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

@media (max-width: 1024px) {
    html {
        font-size: 16px
    }
}

@media (max-width: 1023px) {
    .downloads--v3 .downloads__table-head, .header--v1 .header__nav-item::after, .header--v1 .header__nav-sublist::after, .header--v1 .header__nav-sublist::before {
        display: none
    }

    .gallery--v1 .gallery__list, .promocodes--v1 .promocodes__list, .toc--v3 .toc__list {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }

    .gallery--v3 .gallery__button--prev {
        margin-right: 15px
    }

    .gallery--v3 .gallery__button--next {
        margin-left: 15px
    }

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

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

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

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

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

    .pros-cons--v1, .pros-cons--v2, .pros-cons--v3 {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 20px
    }

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

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

    .header--v1 .header__nav {
        padding-top: 110px;
        position: absolute;
        top: 0;
        right: -100%;
        overflow-y: auto;
        overflow-x: hidden;
        height: 0;
        width: 0;
        z-index: 15
    }

    .header--v1 .header__nav._active {
        position: fixed;
        right: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, .9)
    }

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

    .header--v1 .header__nav-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-right: 16px
    }

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

    .header--v1 .header__nav-item {
        width: calc(100% - 15px)
    }

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

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

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

    .header--v1 .header__nav-item .link {
        font-size: 18px
    }

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

    .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__link {
        padding: 8px
    }

    .header--v1 .header__toggle-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header--v1 .header__toggle-menu._active svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .comment {
        margin-top: 20px
    }

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

    .footer {
        padding: 45px 0 20px
    }

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

    .footer__logo img {
        max-height: 32px
    }

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

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

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

@media (max-width: 850px) {
    .video__container {
        padding-bottom: 308px
    }
}

@media (max-width: 767px) {
    .wrapper + .wrapper,
    .wrapper > .container > :not(:first-child):not(.wp-block-heading):not(p:not([class])):not(.wp-block-list):not(.wp-block-table) {
        margin-top: 40px
    }

    .wrapper:first-child {
        margin-top: 16px;
    }

    .comment-form__form, .feedbacks__list--v2, .feedbacks__list--v3, .feedbacks__list--v4, .gallery--v1 .gallery__list, .promocodes--v1 .promocodes__list {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .gallery--v1 .gallery__item {
        -ms-grid-column-align: center;
        justify-self: center
    }

    .gallery--v2 .gallery__item {
        max-height: 350px
    }

    .gallery--v3 .gallery__button {
        min-width: 50px
    }

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

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

    .promocode--v3 .promocode__copy {
        margin: 0 0 10px
    }

    .promocode--v3 .promocode__links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .promocode--v3 .promocode__link--copy {
        min-width: auto
    }

    .promocode--v3 .promocode__link--visit {
        width: 100%;
        min-width: auto
    }

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

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

    .columns__item {
        margin: 1rem;
    }

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

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

    .comment-form {
        border-radius: 5px;
        background-color: #f1f5ff;
        padding: 10px
    }

    .comment-form__title {
        font-size: 14px;
        line-height: 17px
    }

    .comment-form__button, .comment-form__field {
        border-radius: 5px;
        padding: 13px;
        font-size: 14px;
        line-height: 16px
    }

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

    .comment-form__field {
        background-color: #e5eaf7
    }

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

    .comment {
        margin-top: 10px
    }

    .comment__author {
        font-size: 16px;
        line-height: 18px
    }

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

@media (max-width: 750px) {
    .promocode--v4 .promocode__left {
        padding: 17px;
        min-width: auto
    }

    .promocode--v4 .promocode__input {
        font-size: 18px;
        line-height: 22px
    }

    .promocode--v4 .promocode__right p {
        font-size: 14px;
        line-height: 17px
    }

    .promocode--v4 .promocode__right p span {
        font-size: 20px;
        line-height: 24px;
        -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
        transform: translateY(1px)
    }

    .wp-block-columns.col-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }
}

@media (max-width: 700px) {
    html {
        font-size: 15px
    }
}

@media (max-width: 575px) {
    .promocode--v2 .promocode__body, .promocode--v3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    .promocode--v2 .promocode__body {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .promocode--v2 .promocode__content {
        margin: 0 0 10px;
        text-align: center
    }

    .promocode--v3 {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .promocode--v3 .promocode__image {
        height: 90px
    }

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

@media (max-width: 500px) {
    html {
        font-size: 14px
    }
}

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

@media (max-width: 400px) {
    .promocode--v4 .promocode__left {
        padding: 10px;
        -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .promocode--v4 .promocode__link--copy {
        right: 0
    }
}

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

    .header--v1 .header__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header--v1 .header__link:not(:last-child) {
        margin-right: 0
    }
}

.toc-auto {
    border-radius: 10px;
    max-width: 100%;
    background: #181d24;
    border: 1px solid #30343a;
}

.toc-auto ol, .toc-auto ul {
    display: none;
    flex-direction: column;
    gap: 6px;
    margin: 0;
    padding: 0;
    color: var(--color-toc-item, #ccc)
}

.toc-auto.active ol {
    display: flex;
    margin-left: 24px;
    padding: 0 12px 16px
}

.toc-auto.active ul {
    display: flex;
    list-style: none;
    padding: 0 12px 16px
}

.toc-auto.active .toc-auto__title svg {
    rotate: 180deg
}

.toc-auto__title {
    margin: 0;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--color-toc-title, #fff);
	font-size: 1.6rem;
  	line-height: 2.1rem;
	font-weight: 600;
}

.toc-auto__title svg {
    fill: currentColor;
    transition: .3s ease-in-out
}

.toc-auto li {
    margin: 0;
    padding: 0
}

.toc-auto a {
    display: inline-block;
    padding: .3rem 0;
    text-decoration: none;
    transition: .3s ease-in-out
}

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

.how-to__list {
    margin: 1rem 0 0
}

.how-to__item {
    position: relative;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 20px
}

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

.how-to__item:not(:last-child)::before {
    content: "";
    position: absolute;
    left: -11px;
    top: 5px;
    bottom: -38px;
    width: 2px;
    background: #e5322b;
    opacity: .3
}

.how-to__item--no-image {
    grid-template-columns:1fr;
    padding-left: 24px
}

.how-to__item-counter {
    position: absolute;
    left: -28px;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    font-weight: 900;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    background-color: #e5322b;
    gap: 10px
}

.how-to__item-image img {
    display: block;
    overflow: hidden;
    border-radius: 12px
}

.how-to__content {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.how-to__item-title {
    margin: 0 0 4px;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.1rem;
	color: #FFF;
}

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

.how-to__button {
    display: inline-block;
    color: #FFF;
    background: #e5322b !important;
    font-weight: 700;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    transform-origin: center;
    cursor: pointer;
    text-decoration: none;
    font-family: inherit;
    font-size: 17px;
    line-height: 20px;
    margin: 16px auto 0;
    transform-origin: center;
    transition: 150ms;
    cursor: pointer
}

.lang-switch, .lang-switch__list {
    padding: 5px;
    background-color: #333845;
    display: flex
}

@media (max-width: 767px) {
    .how-to__item:not(:last-child)::before {
        left: -13px
    }

    .how-to__item {
        grid-template-columns:1fr;
        gap: 12px
    }

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

    .how-to__button {
        font-size: 14px;
        line-height: 16px;
    }
}

.lang-switch {
    margin: 0 0 0 auto;
    border-radius: 4px;
    position: relative;
    z-index: 200
}

.lang-switch__list {
    margin-top: 0;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    border-radius: 0 0 4px 4px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

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

.lang-switch:hover {
    border-radius: 4px 4px 0 0
}

.lang-switch:hover .lang-switch__list {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

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

@media (max-width: 1023px) {
    .header--v1 .header__container {
        justify-content: space-between
    }
}

:root {
    --font: "Segoe UI", sans-serif;
}

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

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

.lang-switch {
    flex-shrink: 0;
}

.header--v1 .header__toggle-menu {
    border: 1px solid #ffffff70;
}

.button-content__control {
    background: #e5322b !important;
    font-weight: 700;
}

@media (max-width: 1023px) {
    .header--v1 .header__container {
        flex-wrap: wrap;
    }

    .header--v1 .header__buttons {
        flex-basis: 100%;
        order: 4;
        margin-top: 10px;
        display: flex;
        align-items: center;
        gap: 4px;
        padding: 0;
        max-width: 100%;
    }

    .header--v1 .header__link {
        flex-grow: 1;
    }
}

.slot--v1 .slot__link {
    margin: 0 12px 12px;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 8px;
    transition: opacity .3s;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    background: #e5322b;
    color: #fff;
}

.slot--v1 .slot__link:hover {
    opacity: 0.7;
}

@media (max-width: 374px) {
    .header--v1 .header__buttons {
        flex-direction: row;
    }
}


/* GAME */
.game {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 3px;
    border: 1px solid #2b3653;
    padding: 28px 16px;
    background-position: center;
    background-size: cover;
    border-radius: 12px;
    overflow: hidden;
}

.game > .get-image {
    margin: 0 0 8px;
}

.game > .get-image img {
    max-height: 40px;
    width: fit-content;
    object-fit: contain;
}

.game__title {
    margin: 0 0 16px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
}

.game__affiliate-link,
.game__demo-link {
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-family: var(--ff-primary);
    font-weight: 600;
    line-height: 16px;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.game__affiliate-link:hover,
.game__demo-link:hover {
    opacity: 0.7;
}

.game__affiliate-link + .game__demo-link {
    margin-top: 16px;
}

.game__affiliate-link {
    background-color: var(--bg-color-first-button);
  	color: var(--color-first-button);
}

.game__demo-link {
    border: 1px solid #30343a;
  background-color: var(--color-second-header-footer-bg);
  color: var(--color-first-button);
}


.game__box {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    padding: 10px;
    z-index: 1210;
}

.game__box-header {
    margin-bottom: -1px;
    padding: 8px 8px 8px 16px;
    background: #12181e;
    border-radius: 3px 3px 0px 0px;
    display: flex;
    align-items: center;
}

.game__box-title {
    margin: 0 24px 0 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.game__box-close {
    display: flex;
    margin-left: auto;
    border: none;
    border-radius: 3px;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.game__box-close:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.game__iframe {
    border-radius: 0 0 3px 3px;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: none;
    overflow: hidden;
    background-color: #D9D9D9;
}

@media (max-width: 767px) {
    .game__box-header {
        flex-wrap: wrap;
    }

    .game__box-title {
        width: calc(100% - 56px);
    }

    .game__box .game__affiliate-link {
        order: 3;
        margin: 4px auto 0;
    }

    .game__box {
        top: 30px;
        left: 12px;
        bottom: 30px;
        right: 12px;
        transform: none;
        padding: 0;
        width: calc(100% - 24px);
        overflow: hidden;
    }

    .game__iframe {
        height: 100%;
        aspect-ratio: auto;
    }
}

.page.scroll-lock-modal {
    overflow: hidden;
    position: relative;
}

.page.scroll-lock-modal:after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1200;
}

/* GAME */
/* Languages switcher */
.languages-switcher {
    position: relative;
    flex-shrink: 0;
    border-radius: 4px;
    padding: 5px;
    background-color: #090F1E;
    display: flex;
    z-index: 200;
    min-width: 40px;
    width: fit-content;
    color: #ccc;
    z-index: 14;
}

.languages-switcher__list-wrapper {
    position: absolute;
    left: 0;
    top: 100%;
    border-radius: 0px 4px 4px 4px;
    padding: 10px 6px 6px;
    background-color: #090F1E;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: max-content;
}

.languages-switcher__list-title {
    margin: 0 0 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    white-space: nowrap;
}

.languages-switcher__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
    background: #2C323E;
}

.languages-switcher__item {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    gap: 6px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    padding: 0 8px;
}

.languages-switcher__lang {
    display: flex;
    align-items: center;
    gap: 5px;
}

.languages-switcher__lang:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.languages-switcher._show .languages-switcher__list-wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

@media (max-width: 1023px) {
    .languages-switcher {
        margin: 0 auto 0 0;
    }
}

/* Languages switcher */

/* Relink */
.relink {
    padding-bottom: 0
}

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

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

.relink > .get-image,
.relink > img {
    grid-column: 1/3;
    grid-row: auto;
    border-radius: 4px;
    overflow: hidden
}

.relink__list {
    gap: 20px;
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    margin: 0;
    padding: 0;
    list-style: none
}

.relink__item {
    border-radius: 15px;
    padding: 16px 12px;
    background: #181d24;
    border: 1px solid #30343a;
    display: flex;
    gap: 10px;
    width: 100%;
    flex-direction: column;
    text-align: center;
    text-transform: uppercase
}

.relink--full .relink__item {
    align-items: center;
    justify-content: center;
    min-height: 80px;
    background: #090f1e5c
}

.relink__item:hover {
    opacity: .8
}

.relink__list .get-image {
    margin-top: -47px
}

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

.relink__content {
    flex-grow: 1
}

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

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

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

@media (max-width: 1023px) {
    .relink__list {
        grid-column: auto;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
    }
}

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

/* Relink */
/* Categories */
.categories {
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #323232;
    background: #181d24;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column: 1 / -1;
}

.link-all {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.20);
    display: flex;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    color: var(--Surface-Dim, #FFF);
    font-size: 16px;
    font-weight: 350;
    line-height: 100%;
    margin: 0;
    width: fit-content;
    height: fit-content;
    justify-self: end;
    margin-bottom: 20px;
    cursor: pointer;
    text-decoration: none;
    font-family: "Segoe UI", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
}

@media (hover: hover) {
    .link-all:hover {
        opacity: .7;
    }
}

@media (max-width: 700px) {
    .link-all {
        font-size: 16px;
        line-height: 16px;
    }
}

.categories-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
    gap: 16px 10px;
    grid-column: 1 / -1;
    padding: 0;
}

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

.categories__item .get-image {
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: -24px;
    z-index: 2;
    width: 58.4px;
    height: 58.4px;
    padding: 4px;
    border-radius: 50%;
    background: linear-gradient(0deg, var(--cards, #242F47) 0%, var(--cards, #242F47) 100%), var(--bg, #090F1E);
    box-shadow: 5px 0px 12px 0px rgba(0, 0, 0, 0.22);
}

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

.categories__link {
    display: flex;
    align-items: center;
    border: none;
    padding: 14px 16px 14px 34px;
    width: 100%;
    height: 100%;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    background: #181d24;
    border: 1px solid #323232;
    cursor: pointer;
}

@media (hover: hover ) {
    .categories__link:hover {
        opacity: .7;
    }
}

.categories__link-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #fff;
    margin: 0;
    transition: color .3s ease-in-out;
}

@media (max-width: 700px) {
    .categories {
        padding: 15px;
    }

    .categories-list {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .categories__item .get-image {
        width: 40px;
        height: 40px;
        padding: 2px;
    }

    .categories__link {
        padding: 8px 16px 8px 30px;
    }

    .categories__link-title {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        word-wrap: anywhere;
    }
}

/* Categories */
/* Links image */
.links-image__slider {
    width: 100%;
    overflow: hidden
}

.links-image__slider .links-image__wrapper {
    display: flex;
    list-style: none;
    padding-left: 0;
    width: fit-content;
    gap: 10px;
}

.links-image__item {
    display: flex;
    position: relative;
    /*width: 100%;*/
    /*flex: 1 1 470px;*/
    /*max-width: 460px;*/
    flex-shrink: 0;
    width: calc((100% - 20px) / 3);
    border-radius: 10px;
    background: #242F47;
    overflow: hidden;
}

.links-image__button {
    position: absolute;
    bottom: 16px;
    right: 16px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #e5322b 0, #03b4fe 100%);
    border: none;
    gap: 8px;
    min-width: 120px;
    transition: .3s ease-in-out;
    color: #fff;
    cursor: pointer;
    padding: 12px 24px;
    border-radius: 8px;
    display: flex;
}

}

.links-image__item .get-image {
    width: 100%;
    height: 100%
}

.links-image__item .get-image img {
    display: block;
    min-width: 100%;
    height: auto;
    object-fit: cover
}

@media (max-width: 1023px) {
    .links-image__item {
        width: calc((100% - 10px) / 2);
    }
}

@media (max-width: 550px) {
    .links-image__item {
        width: 80%;
    }
}

/* Links image */

/* Buttons */
.button {
    padding: 8px;
    color: #FFF;
    background: #e5322b;
    border: unset;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.button_app {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #FFF;
    font: 600 15px/18px var(--font);
    color: #12181e;
}

.button_second {
    background: #e5322b;
    font: 600 15px/18px var(--font);
}

.button_third {
    border-radius: 5px;
    padding: 8px;
    background-color: var(--bg-color-first-button);
  	color: var(--color-first-button);
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
}

@media (hover: hover) {
    .button:hover {
        opacity: .7;
    }
}

/* H1 block */
.h1-block {
    display: flex;
    align-items: center;
    gap: 32px;
    background: #181d24;
    border: 1px solid #30343a;
    border-radius: 20px;
    padding: 30px;
}

.h1-block + .advantages {
    margin-top: 24px!important;
}

.h1-block__content {
    flex: 1 0 0;
}

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

.h1-block__content > .wp-block-heading + :not(:first-child) {
    margin-top: 0;
}

/* H1 img */
.h1-block > img {
    flex: 1 0 0;
    width: 100%;
    max-width: 500px;
    border-radius: 16px;
}

/* H1 bonus */
.h1-block__bonus {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    max-width: 500px;
    background: url('../images/bonus-bg.webp') no-repeat center,
    linear-gradient(270deg, #655CF4 0%, #882BF1 100%);
    background-size: 100% 100%;
    padding: 0 12px 12px 12px;
    border-radius: 16px;
}

.h1-block__label {
    display: flex;
    align-items: center;
    gap: 4px;
    background: url('data:image/svg+xml,<svg width="98" height="40" viewBox="0 0 98 40" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_d_21_1680)"><path d="M4 0H94L91.51 26.56C91.2209 29.6433 88.6329 32 85.5362 32H12.4638C9.36707 32 6.77906 29.6433 6.49 26.56L4 0Z" fill="white"/></g><defs><filter id="filter0_d_21_1680" x="0" y="0" width="98" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_21_1680"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_21_1680" result="shape"/></filter></defs></svg>') no-repeat center top;
    background-size: 100% auto;
    padding: 4px 14px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #e5322b;
}

.h1-block__title {
    font-weight: 600;
    font-size: 25px;
    line-height: 35.7px;
    color: #FFF;
}

.h1-block__button {
    width: 100%;
    margin-top: 10px;
}

.h1-block__bonus hr {
    display: block;
    margin-top: 12px;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 65.87%);
    border: unset;
}

.h1-block__payments-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #FFF;
    margin-top: 12px;
}

.h1-block__payments {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    padding-left: 0;
    margin-top: 12px;
}

.h1-block__payment-item:not(:has(a)),
.h1-block__payment-item a {
    display: flex;
    align-items: center;
    gap: 1px;
    padding: 6px;
    border-radius: 6px;
    background: #FFF;
    transition: 0.2s ease-in-out;
}


@media (hover: hover) {
    .h1-block__payment-item a:hover {
        opacity: .7;
    }
}

.h1-block__payment-item img,
.h1-block__payment-item svg {
    width: auto;
    max-height: 14px;
}

.h1-block__payment-item:not(:has(a)):after,
.h1-block__payment-item a:after {
    content: '';
    width: 16px;
    min-width: 16px;
    height: 16px;
    background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.21967 4.21967C6.51256 3.92678 6.98744 3.92678 7.28033 4.21967L10.5303 7.46967C10.8232 7.76256 10.8232 8.23744 10.5303 8.53033L7.28033 11.7803C6.98744 12.0732 6.51256 12.0732 6.21967 11.7803C5.92678 11.4874 5.92678 11.0126 6.21967 10.7197L8.93934 8L6.21967 5.28033C5.92678 4.98744 5.92678 4.51256 6.21967 4.21967Z" fill="%23e5322b"/></svg>') center no-repeat;
}

.h1-block__mobile-text {
    display: none;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFF;
    margin-top: 16px;
    margin-bottom: 16px;
}

.h1-block__mobile-text span {
    white-space: wrap;
    word-break: break-all;
}

.h1-block__mobile-text:before,
.h1-block__mobile-text:after {
    content: '';
    width: 36px;
    min-width: 36px;
    min-height: 36px;
    background: url('data:image/svg+xml,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M29.25 20.25L18 31.5M18 31.5L6.75 20.25M18 31.5L18 4.5" stroke="%23e5322b" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat;
}

/* H1 App */
.h1-block__app {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    border-radius: 16px;
    background: url('../images/bonus-bg.webp') no-repeat center,
    linear-gradient(125.41deg, #2DA8FF 2.23%, #0075FF 100%);
    background-size: 100% 100%;
    flex: 1 0 0;
    width: 100%;
    max-width: 500px;
    color: #FFF;
}

.h1-block__app > img {
    position: absolute;
    width: auto;
    max-height: 190px;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.h1-block__app > :not(img) {
    z-index: 2;
}

.h1-block__app-top {
    display: flex;
    align-items: center;
    gap: 12px;
}

.h1-block__app-top img,
.h1-block__app-top svg {
    width: auto;
    max-height: 61px;
}


.h1-block__app-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 35.7px;
    margin-top: 0;
}

.h1-block__rating {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 4px;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    flex: 1 0 0;
    margin-bottom: auto;
}

.h1-block__app-table,
.h1-block__app-button {
    width: 100%;
    max-width: 287px;
}

.h1-block__app-table tbody {
    display: flex;
    gap: 16px;
}

.h1-block__app-table th {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    opacity: .75;
}

.h1-block__app-table td {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
}

.h1-block__app-table tbody tr {
    display: flex;
    flex-direction: column;
}

@media (max-width: 1100px) {

    .h1-block {
        flex-direction: column;
        gap: 0;
        margin-left: -20px;
        margin-right: -20px;
        border-top: unset;
        border-left: unset;
        border-right: unset;
        border-radius: 0 0 16px 16px;
        background: linear-gradient(180deg, #181d24 0%, #39536C 100%);
        padding: 16px;
    }

    .h1-block > img {
        max-width: 100%;
        margin-top: 16px;
    }

    .h1-block__content {
        display: contents;
    }

    .h1-block .wp-block-heading {
        order: -5;
    }

    .h1-block__bonus,
    .h1-block__app {
        order: -4;
    }

    .h1-block .mini-relink,
    .h1-block .mini-bonus {
        order: -3;
        margin-bottom: 1rem;
    }

    .h1-block__mobile-text {
        order: -2;
    }

    .h1-block__mobile-text {
        display: flex;
    }
}

@media (max-width: 500px) {
    .h1-block__title,
    .h1-block__button,
    .h1-block__bonus hr {
        max-width: 221px;
    }

    .h1-block__title {
        font-size: 20px;
        line-height: 24px;
    }

    .h1-block__content .button-content,
    .h1-block__content .button-content__control{
        width: 100%;
    }

    .h1-block__app > img {
        max-height: 137px;
    }

    .h1-block__app-title {
        font-size: 20px;
        line-height: 24px;
    }

    .h1-block__app-top img, .h1-block__app-top svg {
        max-height: 52px;
    }

    .h1-block__app-button {
        max-width: 202px;
    }

    .h1-block__app-table td {
        font-size: 14px;
        font-weight: 150%;
    }
}

/* Mini relink */
.mini-relink {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: wrap;
    padding-left: 0;
    margin-top: 16px;
    list-style: none;
    width: 100%;
}

.mini-relink__item {
    flex: 1 1 calc(50% - 16px);
}

.mini-relink__item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #292F3D;
    border: 1px solid #3D4351;
    border-radius: 16px;
    padding: 12px;
    font-weight: 600;
    font-size: 25px;
    line-height: 35.7px;
    text-decoration: unset;
    color: #FFF;
    transition: 0.2s ease-in-out;
}

@media (hover: hover) {
    .mini-relink__item a:hover {
        opacity: .7;
    }
}

.mini-relink__item a:after {
    content: '';
    width: 40px;
    min-width: 40px;
    height: 40px;
    background: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="40" height="40" rx="5" fill="%23e5322b"/><rect width="40" height="40" rx="5" fill="%23e5322b"/><path d="M16.25 12.5L23.75 20L16.25 27.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat;
}

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

    .mini-relink__item {
        width: 100%;
        flex: 1 1 100%;
    }

    .mini-relink__item a {
        font-size: 20px;
        line-height: 24px
    }
}

/* Mini bonus */
.mini-bonus {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 0 12px;
    border-radius: 16px;
    padding: 12px 14px 12px 64px;
    background: #292F3D;
    border: 1px solid #3D4351;
    margin-top: 16px;
}

.mini-bonus img {
    position: absolute;
    left: -23px;
    top: auto;
    bottom: auto;
    width: auto;
    max-height: calc(100% - 2px);
}

.mini-bonus__title {
    grid-area: 1 / 1 / 2 / 2;
    margin-top: 0;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: #e5322b;
}

.mini-bonus__text {
    grid-area: 2 / 1 / 3 / 2;
    margin-top: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #FFF
}

.mini-bonus__button {
    grid-area: 1 / 2 / 3 / 3;
    min-width: 190px;
}

@media (max-width: 767px) {
    .mini-bonus {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 0;
        padding: 16px;
        width: 100%;
        max-width: 100%;
    }

    .mini-bonus img {
        position: relative;
        inset: unset;
        max-height: 65px;
        margin-right: 12px;
        grid-area: 1 / 1 / 3 / 2;
    }

    .mini-bonus__title {
        grid-area: 1 / 2 / 2 / 3;
        padding-top: 6px;
    }

    .mini-bonus__text {
        grid-area: 2 / 2 / 3 / 3;
        padding-bottom: 6px;
    }

    .mini-bonus__button {
        grid-area: 3 / 1 / 4 / 3;
        min-width: unset;
        width: 100%;
        margin-top: 12px;
    }
}

/* Advantages */
.advantages {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 16px;
    padding-left: 0;
}

.advantages__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #323232;
    background: #181d24;
    box-shadow: 0px 4px 14px 0px #00000033;
    font-weight: 600;
    font-size: 25px;
    line-height: 35.7px;
    color: #FFF
}

.advantages__item img,
.advantages__item svg {
    width: auto;
    min-width: 32px;
    max-height: 32px;
}


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

    .advantages__item {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
    }
}

/* Text image */
.text-image {
    display: flex;
    align-items: center;
    gap: 32px;
}

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

.text-image img,
.text-image__content{
    max-width: calc(50% - 16px);
}

.text-image img {
    border-radius: 16px;
    overflow: hidden;
}

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

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

    .text-image img,
    .text-image__content{
        max-width: 100%;
    }
}

/* Features */
.features__status {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #e5322b;
}

.features__status:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background: #e5322b;
}

.features__cards {
    display: flex;
    align-items: stretch;
    gap: 16px;
    flex-wrap: wrap;
    padding-left: 0;
}

.features__item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto auto 1fr;
    gap: 0 10px;
    padding: 16px;
    border-radius: 16px;
    background: #181d24;
    border: 1px solid #323232;
    flex: 1 0 0;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
}

.features__item:has(> img) {
    grid-template-columns: 1fr auto;
    flex: 2 0 0;
    padding: 16px 16px 0 16px;
}

.features__item > img {
    width: auto;
    max-width: 283px;
    max-height: 100%;
    margin-top: auto;
    grid-area: 1 / 2 / 10 / 3;
}

.features__item-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 25px;
    line-height: 35.7px;
    color: #fff;
    margin-top: 0;
}

.features__item-title svg {
    width: auto;
    min-width: 30px;
    max-height: 30px;
}

.features__item > p:not([class]) {
    margin-top: 10px;
}

.features__item:has(> img) > p:not([class]):last-of-type {
    margin-bottom: 12px;
}

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

    .features__item {
        padding: 12px;
        font-size: 14px;
    }

    .features__item:has(> img) {
        padding: 12px 12px 0 12px;
    }

    .features__item-title {
        font-size: 20px;
        line-height: 24px;
    }

}

@media (max-width: 767px) {
    .features__item:has(> img) {
        grid-template-columns: 1fr;
        flex: 1 1 100%;
    }

    .features__item > img {
        grid-area: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .features__item:not(:has(> img)) .features__item-title {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

/* CTA steps */
.cta-title {
    text-align: center;
}

.cta-title + .cta-steps {
    margin-top: 24px!important;
}

.cta-steps {
    display: flex;
    align-self: stretch;
    gap: 32px;
    list-style: none;
    padding-left: 0;
}

.cta-steps__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 0 0;
    border-radius: 16px;
    background: #181d24;
    border: 1px solid #323232;
    padding: 16px;
}

.cta-steps__index {
    display: flex;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #FFF;
    padding: 6px 12px;
    border-radius: 100px;
    background: linear-gradient(151.73deg, #2DA8FF 3.48%, #0075FF 96.67%);
}

.cta-steps__item:nth-child(2) .cta-steps__index {
    background: linear-gradient(151.73deg, #B98CFF 3.48%, #9558F5 96.67%);
}

.cta-steps__item:nth-child(3) .cta-steps__index {
    background: linear-gradient(151.73deg, #b36f2f 3.48%, #FFB925 96.67%)
}

.cta-steps__title {
    font-weight: 600;
    font-size: 25px;
    line-height: 35.7px;
    text-align: center;
    color: #FFF;
    margin: 12px auto 16px auto;
}

.cta-steps__item:not(:has(.cta-steps__button)) .cta-steps__title {
    max-width: 300px;
}

.cta-steps__item:has(.cta-steps__button) img {
    position: absolute;
    left: auto;
    right: auto;
    bottom: 0;
    z-index: -1;
}

.cta-steps__button {
    width: 100%;
    max-width: 328px;
}

@media (max-width: 1024px) {
    .cta-steps {
        flex-direction: column;
        gap: 20px;
    }

    .cta-steps__item img {
        max-width: 270px;
    }

    .cta-steps__item:has(.cta-steps__button) img {
        position: relative;
        inset: unset;
        margin-top: -26px;
    }

    .cta-steps__title {
        font-size: 20px;
        line-height: 24px;
        margin: 6px auto 16px auto;
    }

    .cta-steps__item:not(:has(.cta-steps__button)) .cta-steps__title {
        max-width: 100%;
    }

    .cta-steps__button {
        margin-top: 12px;
    }
}

/* Mobile button */
.mobile-button {
    display: none;
    align-items: center;
    gap: 8px;
    position: fixed;
    bottom: 10px;
    left: 16px;
    right: 16px;
    background-color: var(--color-first-header-footer-bg);
    border-radius: 16px;
    padding: 10px;
    color: #FFF;
    z-index: 900;
}

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

.mobile-button__info {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 4px;
    flex: 1 1 auto;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}

.mobile-button__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    flex: 1 1 100%;
    margin-top: 0;
}

.mobile-button__link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}

@media (max-width: 768px) {
	.wrapper:first-child .text-image {
		gap: 0;
	}
	
	.wrapper:first-child .text-image__content {
		display: contents;
	}
	
	.wrapper:first-child .text-image .wp-block-heading {
		order: -2	
	}
	
	.wrapper:first-child .text-image img {
		order: -1;
	}
}

@media (max-width: 1024px) {
    .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 }
}