*,
:after,
:before {
    box-sizing: border-box
}

li,
ol,
ol[class],
ul,
ul[class] {
    margin: 0;
    padding: 0
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
    margin: 0
}

body {
    line-height: 1.5;
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed
}

li,
ol[class],
ul[class] {
    list-style: none
}

a {
    text-decoration: none
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

img {
    display: block;
    max-width: 100%
}

button,
input,
select,
textarea {
    border: none;
    font: inherit
}

[role=button],
button {
    cursor: pointer
}

@media (prefers-reduced-motion:reduce) {
    * {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important
    }
}

body.-toggle,
html.-toggle {
    overflow: hidden
}

body {
/*     background: #26113d url(../../images/site-bg.webp) repeat-y top; */
    background: #fff;
    color: #000000;
    font-family: Figtree,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 1.4
}

@media (max-width:768px) {
    body {
        background: #fff;
        font-size: 14px;
        overflow-x: hidden
    }
}

.container,
.container-page {
    margin-left: auto;
    margin-right: auto;
    max-width: 1220px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

.container-page {
    max-width: 1000px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.3
}

.header-wrapper {
    background: #0a0f1d url(../../images/header-wrapper-bg.webp) no-repeat top;
    background-size: cover;
    margin-bottom: 64px;
    /* padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px; */
    width: 100%
}

@media (max-width:768px) {
    .header-wrapper {
        margin-bottom: 24px
    }
}

.site-header {
    /* background: linear-gradient(90.01deg, #20283e .69%, #111726 99.99%); */
    background: #EEF0F8;
    /* border-radius: 10px; */
    box-shadow: 0 4px 33px 0 rgba(0, 0, 0, .2);
    padding: 16px 0
}

.site-header .site-header--row {
    grid-gap: 20px;
    align-items: center;
    display: grid;
    grid-template-columns: max-content 1fr;
    margin-left: auto;
    margin-right: auto;
    max-width: 1680px;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%
}

.site-header .site-header__logo img {
    height: auto;
    width: 124px
}

.site-header .site-header--menu-area {
    grid-gap: 16px;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr max-content max-content max-content
}

@media (max-width:768px) {
    .site-header .site-header--menu-area {
        grid-gap: 16px;
        background: #fff;
        display: none;
        grid-template-columns: 86px 1fr;
        height: calc(100% - 72px);
        left: 0;
        overflow-y: auto;
        padding: 20px;
        place-content: flex-start;
        position: fixed;
        top: 126px;
        width: 100%;
        z-index: 99999
    }

    .site-header .site-header--menu-area.-toggle {
        display: grid
    }
}

.site-header .site-header--menu-btn {
    background: #668fff url(../../images/mob-menu-icon.svg) no-repeat 50%;
    background-size: 15px;
    border-radius: 4px;
    display: none;
    height: 42px;
    justify-self: flex-end;
    width: 42px
}

.site-header .site-header--menu-btn.-toggle {
    background: #668fff url(../../images/mob-menu-close-icon.svg) no-repeat 50%;
    background-size: 15px
}

@media (max-width:768px) {
    .site-header .site-header--menu-btn {
        display: block
    }
}

.site-header .site-header__menu {
    padding-right: 24px;
    text-align: right
}

@media (max-width:768px) {
    .site-header .site-header__menu {
        grid-column: 1/4;
        grid-row: 1;
        margin-bottom: 64px;
        padding: 0;
        text-align: left
    }
}

.site-header .site-header__menu ul {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 54px
}

@media (max-width:768px) {
    .site-header .site-header__menu ul {
        display: block
    }
}

.site-header .site-header__menu ul li {
    font-size: 14px;
    font-weight: 600;
    position: relative
}

.site-header .site-header__menu ul li.current-menu-item a {
    color: #3156EB
}

@media (max-width:768px) {
    .site-header .site-header__menu ul li:not(:last-child) {
        border-bottom: 1px solid hsla(0, 0%, 100%, .1);
        display: block;
        margin-bottom: 20px;
        padding-bottom: 20px
    }
}

.site-header .site-header__menu ul li a {
    color: #8C94B2;
    text-transform: uppercase;
}

@media (min-width:768px) {
    .site-header .site-header__menu ul li.menu-item-has-children {
        padding-right: 24px;
        position: relative
    }

    .site-header .site-header__menu ul li.menu-item-has-children:after {
        background: url(../../images/arrow-down-w.svg) no-repeat 50%;
        background-size: 18px;
        content: "";
        display: inline-block;
        height: 20px;
        position: absolute;
        right: 0;
        top: -1px;
        width: 20px
    }

    .site-header .site-header__menu ul li.menu-item-has-children:hover:after {
        transform: rotate(180deg)
    }
}

.site-header .site-header__menu ul li ul {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 33px 0 rgba(0, 0, 0, .2);
    display: none;
    left: -20px;
    padding: 24px 20px;
    position: absolute;
    top: 100%;
    width: 240px;
    z-index: 999
}

@media (max-width:768px) {
    .site-header .site-header__menu ul li ul {
        background: transparent;
        box-shadow: none;
        display: block;
        left: unset;
        position: relative;
        top: unset;
        width: 100%
    }
}

.site-header .site-header__menu ul li ul li {
    background: transparent !important;
    text-align: left
}

.site-header .site-header__menu ul li ul li:not(:last-child) {
    border-bottom: 1px solid #d9e1e8;
    margin-bottom: 12px;
    padding-bottom: 12px
}

.site-header .site-header__menu ul li ul li a {
    background: transparent !important;
    color: #668fff;
    font-size: 13px;
    padding: 0
}

.site-header .site-header__menu ul li ul li a:hover {
    opacity: .76
}

@media (min-width:768px) {
    .site-header .site-header__menu ul li:hover>a {
        opacity: .76
    }

    .site-header .site-header__menu ul li:hover>ul {
        display: block
    }
}

.site-header .site-header__langs {
    position: relative
}

@media (max-width:768px) {
    .site-header .site-header__langs {
        grid-row: 2
    }
}

.site-header .site-header__langs .site-header__langs--current {
    background: #fff;
    border-radius: 6px;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    gap: 8px;
    height: 42px;
    padding: 5px 10px;
    place-items: center;
    text-transform: uppercase;
}

.site-header .site-header__langs .site-header__langs--current img {
    border-radius: 4px;
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 24px
}

.site-header .site-header__langs .site-header__langs--current span {
    color: #000
}

.site-header .site-header__langs ul {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 33px 0 rgba(0, 0, 0, .2);
    display: none;
    padding: 20px;
    position: absolute;
    right: -20px;
    top: 100%;
    width: 180px;
    z-index: 9999;
}

@media (max-width:768px) {
    .site-header .site-header__langs ul {
        background: #fff;
        bottom: 100%;
        grid-template-columns: repeat(2, 1fr);
        left: 0;
        padding: 20px 14px;
        right: unset;
        top: unset;
        width: 300px
    }
}

.site-header .site-header__langs ul li:not(:last-child) a {
    border-bottom: 1px solid #b80fff;
    margin-bottom: 6px;
    padding-bottom: 6px
}

@media (max-width:768px) {
    .site-header .site-header__langs ul li:not(:last-child) a {
        border: none;
        margin-bottom: 8px;
        padding-bottom: 8px
    }
}

.site-header .site-header__langs ul li a {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    place-items: center
}

.site-header .site-header__langs ul li a:hover {
    opacity: .64
}

.site-header .site-header__langs ul li a img {
    border-radius: 2px;
    height: 14px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 20px
}

.site-header .site-header__langs ul li a span {
    color: #000;
    font-size: 14px
}

@media (max-width:768px) {
    .site-header .site-header__langs ul li a span {
        color: #2a334a
    }
}

.site-header .site-header__langs ul li.current-lang a {
    opacity: .64
}

.site-header .site-header__langs:hover>ul {
    display: block
}

@media (max-width:768px) {
    .site-header .site-header__langs:hover>ul {
        display: grid
    }
}

.site-header .site-header__btn-login {
    /* background: #1f2841; */
    /* border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    height: 42px;
    line-height: 42px */
    align-items: center;
    border: none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .01em;
    line-height: 1.2;
    line-height: 1;
    margin: 0;
    min-height: 40px;
    min-width: 100px;
    outline: none;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: background-color .3s ease, color .3s ease;
    vertical-align: middle;
    background: #3156EB;
    transition: border-color .3s ease;
}

@media (max-width:768px) {
    .site-header .site-header__btn-login {
        grid-column: 1/5;
        grid-row: 4;
        text-align: center
    }
}

.site-header .site-header__btn-login.-reg {
    /* background: linear-gradient(87.12deg, #2cb866, #0a9f4f 99.54%) */
    background: linear-gradient(103.42deg, #FC4665 6.06%, #3156EB 77.61%);
}

.site-header .site-header__btn-login.-reg a {
    grid-gap: 8px;
    align-items: center;
    display: grid;
    grid-template-columns: max-content 1fr
}

.site-header .site-header__btn-login.-reg a i {
    background: url(../../images/reg-icon.svg) no-repeat 50%;
    background-size: contain;
    border-radius: 50%;
    display: inline-block;
    height: 18px;
    width: 18px
}

@media (max-width:768px) {
    .site-header .site-header__btn-login.-reg {
        grid-row: 3
    }
}

.site-header .site-header__btn-login a {
    color: #fff;
    display: block;
    padding: 0 32px
}

.site-header .site-header__btn-login:hover {
    opacity: .86
}

.header-banner {
    padding: 50px 0
}

@media (max-width:768px) {
    .header-banner {
        padding: 20px 0
    }
}

.header-banner .header-banner--content {
    grid-gap: 42px;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 24px
}

@media (max-width:768px) {
    .header-banner .header-banner--content {
        display: block
    }

    .header-banner .header-banner--content img {
        display: none
    }
}

.header-banner .header-banner--content h1 {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
}

@media (max-width:768px) {
    .header-banner .header-banner--content h1 {
        font-size: 25px;
    }
}

.header-banner .header-banner--content h1.single-style {
    font-size: 42px;
    font-style: normal
}

.header-banner .header-banner--content h1 span {
    display: block;
    font-size: 96px;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width:768px) {
    .header-banner .header-banner--content h1 span {
        font-size: 32px
    }
}

.header-banner .header-banner--content .header-banner--desc {
    color: #fff;
    margin-bottom: 24px;
    margin-top: 20px
}

@media (max-width:768px) {
    .header-banner .header-banner--content .header-banner--desc {
        font-size: 14px
    }
}

.header-banner .header-banner--content .header-banner--link a {
    /* background: linear-gradient(87.12deg, #2cb866, #0a9f4f 99.54%); */
    background: #b80fff;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 42px;
    line-height: 42px;
    padding: 0 54px;
    transition: background-color .3s ease, color .3s ease;
}

@media (max-width:768px) {
    .header-banner .header-banner--content .header-banner--link a {
        align-items: center;
        background: conic-gradient(from 0deg at 50% 50%, #793cec 0deg, #6123d5 1turn);
        border-radius: 4px;
        color: #fff;
        display: flex;
        font-size: 17px;
        font-weight: 500;
        gap: 10px;
        height: 62px;
        justify-content: center;
        padding: 15px
    }
}

.header-banner .header-banner--content .header-banner--link a:hover {
    background: #d36aff;
}

.header-banner .header-banner--links {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

@media (max-width:768px) {
    .header-banner .header-banner--links {
        display: block
    }
}

.header-banner .header-banner--links .header-banner--links__item {
    align-items: center;
    /* background: #14a0ff;
    border-radius: 4px; */
    background: #b80fff;
    border-radius: 6px;
    /* box-shadow: 0 0 4px 0 #14a0ff; */
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 15px 32px
}

@media (max-width:768px) {
    .header-banner .header-banner--links .header-banner--links__item:not(:last-child) {
        margin-bottom: 20px
    }
}

.header-banner .header-banner--links .header-banner--links__item .icon {
    display: inline-block;
    height: 32px;
    width: 32px
}

.header-banner .header-banner--links .header-banner--links__item .icon.icon-1 {
    background: url(../../images/login-icon.svg) no-repeat 50%;
    background-size: contain
}

.header-banner .header-banner--links .header-banner--links__item .icon.icon-2 {
    background: url(../../images/follow-icon.svg) no-repeat 50%;
    background-size: contain
}

.header-banner .header-banner--links .header-banner--links__item .icon.icon-3 {
    background: url(../../images/promo-icon.svg) no-repeat 50%;
    background-size: contain
}

.header-banner .header-banner--links .header-banner--links__item span {
    color: #fff;
    font-size: 16px;
    font-weight: 600
}

.header-banner .header-banner--links .header-banner--links__item:hover,
.header-banner .header-banner--links .header-banner--links__item:hover .arrow-icon {
    box-shadow: 0 4px 33px 0 rgba(0, 0, 0, .2)
}

.post-entry p:not(:last-child) {
    margin-bottom: 32px
}

.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
    color: #000;
    line-height: 1.2;
    margin-bottom: 20px
}

.post-entry h2 {
    font-size: 36px
}

@media (max-width:768px) {
    .post-entry h2 {
        font-size: 26px
    }
}

.post-entry h3 {
    font-size: 28px;
    margin-bottom: 24px;
    margin-top: 16px;
    position: relative
}

@media (max-width:768px) {
    .post-entry h3 {
        font-size: 24px
    }
}

.post-entry h4 {
    font-size: 20px
}

@media (max-width:768px) {
    .post-entry h4 {
        font-size: 18px
    }
}

.post-entry a {
    color: #3156EB
}

.post-entry a:hover {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 3px;
    opacity: 0.76;
}

.post-entry .colored {
    background: #ecf9f1;
    border-radius: 4px;
    margin-bottom: 24px;
    padding: 32px 20px
}

.post-entry .periexomena-title {
    color: #0a0f1d;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    text-transform: uppercase;
    word-spacing: .5px
}

.post-entry .periexomena ol {
    -moz-columns: 2 !important;
    -moz-column-width: 50% !important;
    columns: 50% 2 !important;
    margin-bottom: 0 !important;
    margin-left: 12px !important
}

@media (max-width:768px) {
    .post-entry .periexomena ol {
        -moz-columns: 1 !important;
        -moz-column-width: 100% !important;
        columns: 100% 1 !important
    }
}

.post-entry .periexomena ol li {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    padding-left: 12px;
    position: relative
}

.post-entry .periexomena ol li:before {
    background: #1f2841;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 5px
}

.post-entry .periexomena ol li a {
    color: #1f2841
}

.post-entry .periexomena ol li a:hover {
    color: #0a0f1d
}

.post-entry ul {
    margin-bottom: 24px
}

@media (min-width:768px) {
    .post-entry ul {
        grid-column-gap: 20px;
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }
}

.post-entry ul li {
    font-weight: 500;
    padding-left: 24px;
    position: relative
}

.post-entry ul li:not(:last-child) {
    margin-bottom: 12px
}

.post-entry ul li:before {
    background: #3156EB;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 8px;
    position: absolute;
    top: 7px;
    width: 5px
}

.post-entry .wp-block-button__link {
    background: #3156EB;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 #3156EB;
    color: #fff;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    margin-bottom: 24px;
    padding: 0 32px;
    position: relative
}

@media (max-width:768px) {
    .post-entry .wp-block-button__link {
        text-align: center;
        width: 260px
    }
}

.post-entry .wp-block-button__link:hover {
    color: #fff !important;
    opacity: .86
}

.post-entry .wp-block-image {
    margin-bottom: 24px
}

.post-entry .wp-block-image img {
    margin: 0 auto
}

.post-entry ol:not(.g-top-ol) {
    counter-reset: num;
    list-style-type: none;
    margin-bottom: 24px;
    margin-left: 42px
}

.post-entry ol:not(.g-top-ol) li {
    margin: 0 0 32px;
    padding: 0;
    position: relative
}

.post-entry ol:not(.g-top-ol) li:before {
    background: transparent;
    border: 1px solid #3156EB;
    border-radius: 50%;
    color: #3156EB;
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 32px;
    left: -40px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: -5px;
    width: 32px
}

.post-entry ol:not(.g-top-ol) li:not(:last-child):after {
    /* background: url(../../images/dashed-line-blue.svg) repeat-y top; */
    content: "";
    display: inline-block;
    height: 100%;
    left: -24px;
    position: absolute;
    top: 32px;
    width: 1px
}

.post-entry .wp-element-caption {
    font-size: 15px;
    font-weight: 500;
    margin-top: 16px;
    text-align: center
}

.post-entry img {
    height: auto !important
}

.post-entry .wp-block-table {
    border-radius: 8px;
    margin-bottom: 42px
}

@media (max-width:768px) {
    .post-entry .wp-block-table {
        margin-bottom: 24px;
        margin-right: -20px;
        overflow-x: auto;
        padding-bottom: 4px;
        width: calc(100% + 20px)
    }
}

.post-entry table {
    background: #EEF0F8;
    border-collapse: collapse;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 24px;
    overflow: hidden;
    width: 100%
}

.post-entry table tr:nth-child(2n) {
    background: #8C94B2
}

.post-entry table tr td {
    font-weight: 400;
    padding: 16px 12px
}

.post-entry .colored {
    margin-top: 24px
}

.post-entry .colored table tr:nth-child(odd) {
    background: #EEF0F8
}

.addtoany_list {
    display: block !important;
    margin-top: 24px !important
}

.faq-block {
    border-radius: 10px;
    margin-bottom: 32px;
    margin-top: 32px
}

.faq-block .faq-block--title {
    font-size: 28px;
    margin-bottom: 20px;
    position: relative
}

.faq-block .faq-block--subtitle {
    color: #000;
    font-size: 16px;
    margin-bottom: 16px;
    margin-top: -4px
}

.faq-block .faq-block--items .faq-block--items__item {
    background: rgba(27, 96, 193, 0.3);
    border-radius: 6px;
    color: #000;
    overflow: hidden;
    padding: 20px
}

.faq-block .faq-block--items .faq-block--items__item:not(:last-child) {
    margin-bottom: 16px
}

.faq-block .faq-block--items .faq-block--items__item .faq-block--items__item--header {
    font-size: 24px;
    font-weight: 700;
    position: relative
}

.faq-block .faq-block--items .faq-block--items__item .faq-block--items__item--content {
    color: #000;
    margin-top: 14px
}

.site-footer {
    /* background: linear-gradient(89.99deg, #1d273e .01%, #101728 99.99%); */
    background: #EEF0F8;
    padding: 42px 0
}

.site-footer .site-footer--row {
    grid-gap: 24px;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr max-content;
    margin-bottom: 40px
}

@media (max-width:768px) {
    .site-footer .site-footer--row {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center
    }
}

.site-footer .site-footer--row .site-footer__logo img {
    max-width: 180px
}

.site-footer .site-footer--row .site-footer__logos {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    place-content: center;
    padding: 15px;
    background: #3556D8;
    border-radius: 25px;
}

.site-footer .site-footer--row .site-footer__logos img {
    height: 30px;
    max-width: auto;
    width: auto
}

.site-footer .site-footer--copyr {
    color: hsla(0, 0%, 0%, 0.642);
    font-size: 13px;
    margin-top: 40px;
    text-align: center
}

.site-footer__menu {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    padding: 24px 0
}

.site-footer__menu ul {
    display: flex;
    gap: 20px;
    place-content: center;
    place-items: center;
    text-align: center
}

@media (max-width:768px) {
    .site-footer__menu ul {
        flex-direction: column;
        gap: 14px;
        place-content: center
    }
}

.site-footer__menu ul li {
    display: inline-block;
    margin: 0 14px
}

.site-footer__menu ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 600
}

.site-footer__menu ul li a:hover {
    color: #000;
    opacity: .76
}

.footer-dev-block {
    margin-top: 40px
}

.footer-dev-block p {
    color: #14a0ff;
    font-size: 14px;
    margin-bottom: 14px
}

.footer-dev-block img {
    max-width: 116px
}

.main-cta-block {
    grid-gap: 32px;
    align-items: center;
    background: #1f2841;
    border-radius: 10px;
    display: grid;
    grid-template-columns: max-content 1fr max-content;
    margin-bottom: 24px;
    padding: 32px
}

@media (max-width:768px) {
    .main-cta-block {
        grid-template-columns: 1fr;
        place-items: center
    }
}

.main-cta-block .img-w {
    background: #1f2841;
    border-radius: 50%;
    display: flex;
    height: 146px;
    padding: 8px;
    place-content: center;
    place-items: center;
    width: 146px
}

@media (max-width:768px) {
    .main-cta-block .img-w {
        height: 96px;
        width: 96px
    }
}

.main-cta-block .img-w img {
    height: auto;
    width: 100%
}

.main-cta-block .g-cta-block-data {
    padding-right: 64px
}

@media (max-width:768px) {
    .main-cta-block .g-cta-block-data {
        padding: 0
    }
}

.main-cta-block .g-cta-block-data .title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px
}

@media (max-width:768px) {
    .main-cta-block .g-cta-block-data .title {
        font-size: 20px;
        margin-bottom: 16px
    }
}

.main-cta-block .g-cta-block-data .desc {
    color: #fff;
    font-size: 13px;
    opacity: .88
}

.main-cta-block .g-cta-block-code .g-cta-block-code--title {
    color: #fff;
    font-size: 14px;
    margin-bottom: 12px;
    text-align: center
}

.main-cta-block .g-cta-block-code .g-cta-block-code--btn {
    margin-bottom: 14px
}

.main-cta-block .g-cta-block-code .g-cta-block-code--btn .a {
    background: #fff;
    border: 1px solid rgba(255, 190, 62, .251);
    border-radius: 4px;
    cursor: pointer;
    display: block;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    position: relative;
    width: 180px
}

.main-cta-block .g-cta-block-code .g-cta-block-code--btn .a .click-text {
    background: rgba(255, 190, 62, .251);
    border-radius: 4px;
    color: #2a334a;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all .25s ease;
    width: calc(100% - 32px);
    z-index: 3
}

.main-cta-block .g-cta-block-code .g-cta-block-code--btn .a .click-text:after {
    background: #fff url(../../images/arrow-yellow-left.svg) no-repeat 50%;
    background-size: 8px;
    border: 2px solid rgba(255, 190, 62, .251);
    border-radius: 50%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    content: "";
    height: 18px;
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    z-index: 4
}

.main-cta-block .g-cta-block-code .g-cta-block-code--btn .a .hidden-text {
    color: #2a334a;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    height: 42px;
    line-height: 42px;
    padding: 0 12px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%
}

.main-cta-block .g-cta-block-code .g-cta-block-code--btn .a .hidden-text:focus {
    border: none;
    outline: none
}

.main-cta-block .g-cta-block-code .g-cta-block-code--btn:hover .click-text {
    left: -100%
}

.main-cta-block .g-cta-block-code .g-cta-block-code--test-str {
    font-size: 14px;
    margin: 14px 0 24px
}

@media (max-width:768px) {
    .main-cta-block .g-cta-block-code .g-cta-block-code--test-str {
        text-align: center
    }
}

.main-cta-block .g-cta-block-code .g-cta-block-code--test-str i {
    background: url(../../images/test-icon.svg) no-repeat 50%;
    background-size: contain;
    display: inline-block;
    height: 16px;
    margin-right: 6px;
    position: relative;
    top: 3px;
    width: 16px
}

.main-cta-block .g-cta-block-code .g-cta-block-code--test-str span {
    color: rgba(255, 190, 62, .251);
    font-weight: 700
}

.main-cta-block .g-cta-block-code .g-cta-block-code--test-str p {
    color: #fff;
    display: block;
    font-size: 12px;
    margin-top: 3px
}

.g-cta-block-code--link {
    display: inline-block;
    margin-bottom: 16px;
    position: relative
}

@media (max-width:768px) {
    .g-cta-block-code--link {
        display: block;
        text-align: center
    }
}

.g-cta-block-code--link .g-cta-block-code--link__btn {
    color: #29b664;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-decoration: underline
}

.g-cta-block-code--link .g-cta-block-code--link__content {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 33px 0 rgba(0, 0, 0, .2);
    color: #242424;
    display: none;
    font-size: 13px;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    width: 240px;
    z-index: 999
}

@media (max-width:768px) {
    .g-cta-block-code--link .g-cta-block-code--link__content {
        bottom: 100%;
        left: 50%;
        right: unset;
        top: unset;
        transform: translateX(-50%)
    }
}

.g-cta-block-code--link .g-cta-block-code--link__content a {
    color: #0855cc
}

.g-cta-block-code--link .g-cta-block-code--link__content a:hover {
    color: #2a334a
}

.g-cta-block-code--link:hover .g-cta-block-code--link__content {
    display: block
}

.g-cta-block {
    grid-gap: 20px;
    align-items: center;
    background: #1f2841 url(../../images/cta-bg-o.svg) no-repeat 50%;
    background-size: 150%;
    border: 1px solid #03ca63;
    border-radius: 10px;
    display: grid;
    grid-template-columns: max-content 1fr max-content;
    margin-bottom: 24px;
    padding: 30px 20px
}

@media (max-width:768px) {
    .g-cta-block {
        display: block;
        padding: 24px 16px
    }
}

.g-cta-block .g-cta-block__img {
    background: #dbe5ed;
    border-radius: 10px;
    display: flex;
    height: 120px;
    padding: 12px;
    place-content: center;
    place-items: center;
    width: 240px
}

@media (max-width:768px) {
    .g-cta-block .g-cta-block__img {
        margin-bottom: 16px;
        width: 100%
    }
}

.g-cta-block .g-cta-block__img img {
    height: auto;
    max-height: 42px;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: auto
}

@media (max-width:768px) {
    .g-cta-block .g-cta-block__data {
        margin-bottom: 16px;
        text-align: center
    }
}

.g-cta-block .g-cta-block__data .g-cta-block__area {
    display: flex;
    gap: 20px;
    margin-bottom: 12px
}

@media (max-width:768px) {
    .g-cta-block .g-cta-block__data .g-cta-block__area {
        flex-wrap: wrap
    }
}

.g-cta-block .g-cta-block__data .g-cta-block__area .title {
    color: #fff;
    font-size: 30px;
    font-weight: 600
}

@media (max-width:768px) {
    .g-cta-block .g-cta-block__data .g-cta-block__area .title {
        font-size: 20px
    }
}

.g-cta-block .g-cta-block__data .g-cta-block__area .tested {
    align-items: center;
    background: rgba(0, 118, 204, .1);
    border: 1px solid #0076cc;
    border-radius: 32px;
    display: flex;
    gap: 5px;
    line-height: 1.2;
    padding: 6px 14px 6px 8px
}

.g-cta-block .g-cta-block__data .g-cta-block__area .tested i {
    background: url(../../images/tested-icon.svg) no-repeat 50%;
    background-size: contain;
    display: block;
    height: 20px;
    width: 20px
}

@media (max-width:768px) {
    .g-cta-block .g-cta-block__data .g-cta-block__area .tested i {
        height: 12px;
        width: 12px
    }
}

.g-cta-block .g-cta-block__data .g-cta-block__area .tested span {
    color: #0076cc;
    font-size: 18px;
    font-weight: 500
}

@media (max-width:768px) {
    .g-cta-block .g-cta-block__data .g-cta-block__area .tested span {
        font-size: 14px
    }
}

.g-cta-block .g-cta-block__data .desc {
    color: #fff;
    font-size: 22px;
    font-weight: 500
}

@media (max-width:768px) {
    .g-cta-block .g-cta-block__data .desc {
        font-size: 16px
    }
}

.g-cta-block .g-cta-block__code {
    text-align: center;
    width: 300px
}

@media (max-width:768px) {
    .g-cta-block .g-cta-block__code {
        width: 100%
    }
}

.g-cta-block .g-cta-block__link {
    margin-bottom: 20px
}

.g-cta-block .g-cta-block__link a {
    background: #0076cc;
    border-radius: 10px;
    box-shadow: 0 0 4px 0 #14a0ff;
    color: #fff;
    display: block;
    font-weight: 500;
    height: 46px;
    line-height: 46px;
    text-align: center
}

@media (max-width:768px) {
    .g-cta-block .g-cta-block__link a {
        text-align: center;
        width: 100%
    }
}

.g-cta-block .g-cta-block__link a:hover {
    opacity: .76;
    text-transform: none
}

.g-cta-block .g-cta-block__updated {
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.g-popup-block {
    background: #000;
    bottom: -500px;
    box-sizing: border-box;
    left: 0;
    opacity: 0;
    padding: 26px 0;
    position: fixed;
    transition: all .65s ease-in;
    width: 100%;
    z-index: 999
}

.g-popup-block.-toggle {
    bottom: 0;
    opacity: 1
}

.g-popup-block .g-popup-block__content {
    grid-gap: 70px;
    align-items: center;
    display: grid;
    grid-template-columns: max-content max-content 1fr max-content;
    position: relative
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content {
        grid-column-gap: 16px;
        grid-row-gap: 10px;
        align-items: flex-start;
        grid-template-columns: 100px 1fr
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__logo {
    /* background: #232323; */
    border-radius: 4px;
    padding: 4px 8px
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__logo {
        padding: 20px 8px
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__logo img {
    height: 72px;
    max-width: 180px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__logo img {
        height: 100%;
        max-width: 100%
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__rating {
    text-align: center
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__rating {
        display: flex;
        gap: 6px;
        grid-column: 2/3;
        grid-row: 1;
        place-items: center;
        text-align: left
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_title {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__rating .rating_title {
        font-size: 10px;
        margin-bottom: 0
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars {
    background: url(../../images/star-icon.svg) no-repeat 0;
    background-size: 18px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding-left: 20px
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars {
        font-size: 13px
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars span {
    font-size: 22px
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars span {
        font-size: 15px
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__bonus {
    text-align: center
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__bonus {
        grid-column: 2/3;
        grid-row: 1;
        margin-top: 26px;
        text-align: left
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_title {
        font-size: 17px;
        margin-bottom: 8px
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text {
    color: #fff;
    font-size: 20px;
    font-weight: 500
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text {
        font-size: 16px
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text span,
.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text strong {
    color: rgba(255, 190, 62, .251);
    font-weight: 700
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-cta-link {
        grid-column: 1/3;
        grid-row: 2;
        text-align: center
    }
}

.g-popup-block .g-popup-block__content .g-popup-cta-link a {
    background: #b80fff;
    border-radius: 6px;
    box-shadow: 0 4px 33px 0 rgba(0, 0, 0, .2);
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 500;
    font-weight: 700;
    height: 52px;
    line-height: 52px;
    padding: 0 58px;
    text-transform: uppercase
}

.g-popup-block .g-popup-block__content .g-popup-cta-link a:hover {
    opacity: .86
}

.g-popup-block .g-popup-block__content .g-popup-block__close-btn {
    background: url(../../images/g-close-icon.svg) no-repeat 50%;
    background-size: contain;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: -80px;
    top: -44px;
    width: 35px
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__close-btn {
        height: 24px;
        right: 14px;
        top: -38px;
        width: 24px
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__close-btn:hover {
    opacity: .86
}

@media (max-width:768px) {
    .g-table-wrapper {
        overflow-x: auto;
        padding-bottom: 6px;
        width: calc(100% + 20px)
    }

    .g-table-wrapper table {
        width: 780px
    }
}

.g-toc-block {
    background: #EEF0F8;
    /* border: 1px solid #363a46; */
    border-radius: 10px;
    margin-bottom: 32px;
    padding: 20px 32px 24px
}

@media (min-width:768px) {
    .g-toc-block {
        margin-left: -32px;
        margin-right: -32px;
        padding: 12px 16px
    }
}

.g-toc-block .g-toc-block--title {
    background: url(../../images/toc-icon.svg) no-repeat 100%;
    background-size: 24px;
    color: #000;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700
}

.g-toc-block ol {
    grid-column-gap: 32px;
    background: #8C94B2;
    border-radius: 10px;
    display: none;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-top: 20px;
    padding: 30px 20px 12px
}

@media (max-width:768px) {
    .g-toc-block ol {
        background: transparent;
        border: none;
        padding: 0
    }
}

.g-toc-block ol li {
    font-size: 16px;
    margin-bottom: 12px;
    padding-left: 24px;
    position: relative
}

.g-toc-block ol li:before {
    background: url(../../images/arrow-blue.svg) no-repeat 50%;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 16px
}

.g-toc-block ol li a {
    color: #000
}

.g-toc-block ol li a:hover {
    color: #000;
    opacity: .76
}

.g-toc-block.-toggle .g-toc-block--title {
    background: url(../../images/toc-icon-toggle.svg) no-repeat 100%;
    background-size: 24px
}

.g-toc-block.-toggle ol {
    display: grid
}

@media (max-width:768px) {
    .g-toc-block.-toggle ol {
        display: block
    }
}

.is-layout-constrained {
    border-radius: 6px;
    margin-bottom: 32px;
    margin-left: -32px;
    margin-right: -32px;
    padding: 24px 32px
}

@media (max-width:768px) {
    .is-layout-constrained {
        margin-left: -20px;
        margin-right: -20px;
        padding: 24px 16px
    }
}

.has-cyan-bluish-gray-background-color {
    background: #1f2841
}

.wp-block-media-text {
    grid-gap: 36px;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

@media (max-width:768px) {
    .wp-block-media-text {
        grid-gap: 24p;
        grid-template-columns: 1fr
    }

    .wp-block-button {
        text-align: center
    }
}

.has-text-align-center,
.wp-block-button.aligncenter {
    text-align: center
}

.wp-block-columns {
    grid-gap: 24px;
    display: grid;
    margin-bottom: 32px
}

.wp-block-columns.wp-container-8 {
    grid-template-columns: repeat(3, 1fr)
}

@media (max-width:768px) {
    .wp-block-columns.wp-container-8 {
        grid-template-columns: 1fr
    }
}

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

@media (max-width:768px) {
    .wp-block-columns.wp-container-11 {
        grid-template-columns: 1fr
    }
}

.wp-block-columns .wp-block-column {
    background: #121418;
    border-radius: 6px;
    padding: 24px 20px
}

.wp-block-columns h3 {
    font-size: 20px
}

.is-content-justification-center {
    display: flex
}

.breadcrumbs {
    color: #3556D8;
    font-size: 14px;
    margin-bottom: 24px
}

@media (max-width:768px) {
    .breadcrumbs {
        font-size: 12px;
        margin-bottom: 20px
    }
}

.breadcrumbs a {
    color: #3556D8
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs .breadcrumb_last {
    color: #8C94B2
}

.hero-bonus-block {
    background: #EEF0F8;
    border-radius: 10px;
    height: 100%;
    padding: 32px;
}

@media (max-width:768px) {
    .hero-bonus-block {
        background: #EEF0F8;
        height: auto;
        margin-top: 10px;
        min-height: 90px;
        padding: 32px 16px;
        
    }

    
}

.hero-bonus-block .hero-bonus-block__line {
    grid-gap: 20px;
    align-items: center;
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    margin-bottom: 20px
}

@media (max-width:768px) {
    .hero-bonus-block .hero-bonus-block__line {
        display: block;
        text-align: center
    }
}

.hero-bonus-block .hero-bonus-block__text {
    font-size: 16px;
    line-height: 1.1;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: baseline;
}

@media (max-width:768px) {
    .hero-bonus-block .hero-bonus-block__text {
        text-align: center;
        color: #000;
    }
}

.hero-bonus-block .hero-bonus-block__text span {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width:768px) {
    .hero-bonus-block .hero-bonus-block__text span {
        display: block;
        font-size: 22px;
        color: #3556D8;
    }
}

.hero-bonus-block .hero-bonus-block__summ {
    color: #3156EB;
    font-size: 32px;
    font-weight: 800;
    text-decoration: stroke;
}

@media (max-width:768px) {
    .hero-bonus-block .hero-bonus-block__summ {
        font-size: 36px;
        color: #fff;
    }
}

.hero-bonus-block .hero-bonus-block__link a {
    align-items: center;
    background: #3156EB;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(255, 190, 62, .251);
    color: #fff;
    display: inline-flex;
    gap: 8px;
    height: 46px;
    line-height: 44px;
    padding: 0 32px
}

@media (max-width:768px) {
    .hero-bonus-block .hero-bonus-block__link a {
        place-content: center;
        width: 100%
    }
}

.hero-bonus-block .hero-bonus-block__link a i {
    background: url(../../images/bonus-icon.svg) no-repeat 50%;
    background-size: contain;
    display: inline-block;
    height: 24px;
    width: 24px
}

.hero-bonus-block .hero-bonus-block__link a span {
    color: #fff;
    font-size: 16px;
    font-weight: 600
}

.hero-bonus-block .hero-bonus-block__link a:hover {
    opacity: .86
}

.wp-block-group {
    background: #EEF0F898;
    border-radius: 10px;
    margin-bottom: 32px;
    padding: 54px 30px
}

@media (max-width:768px) {
    .wp-block-group {
        border-radius: 0;
        padding: 24px 16px
    }
}

.not-found {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 50vh;
    justify-content: center;
    padding-bottom: 64px
}

.not-found>* {
    margin: 15px 0
}

.not-found h1 {
    font-size: 55px
}

.not-found h2 {
    font-size: 40px
}

.not-found a {
    background: #29b664;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    padding: 10px 25px
}

.author {
    background: linear-gradient(90.01deg, #20283e .69%, #111726 99.99%);
    border-radius: 10px;
    display: flex;
    margin: 35px 0;
    padding: 35px
}

.author--image {
    margin-right: 20px;
    max-width: 230px;
    min-width: 230px;
    width: 230px
}

.author--info {
    display: flex;
    justify-content: space-between
}

.author--right {
    width: 100%
}

.author--name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px
}

.author--position {
    font-size: 18px
}

.author--socials {
    display: flex
}

.author--social {
    align-items: center;
    background: rgba(20, 160, 255, .3);
    border-radius: 4px;
    display: flex;
    height: 42px;
    justify-content: center;
    margin-left: 10px;
    padding: 8px;
    width: 42px
}

.author--desc {
    margin-top: 35px
}

@media (max-width:768px) {
    .author {
        align-items: center;
        flex-direction: column;
        padding: 20px
    }

    .author--image {
        margin-bottom: 20px;
        margin-right: 0;
        max-width: 100%
    }

    .author--info {
        flex-direction: column;
        justify-content: flex-start
    }

    .author--social {
        margin-left: 0;
        margin-right: 10px
    }

    .author--position {
        margin-bottom: 15px
    }
}