*, :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: #fff;
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 1.4
}

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

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

.css-prefx-container-page {
    max-width: 940px
}

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

.site-header {
    background: #1a674b;
    padding: 24px 0
}

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

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

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

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

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

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

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

.site-header .site-header--menu-btn.-toggle {
    background: #0b4e35 url(close.png) 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: 64px;
    text-align: right
}

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

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

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

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

@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: #fff;
    padding-left: 28px
}

.site-header .site-header__menu ul li:first-child a {
    background: url(../../images/menu-icons/4.svg) no-repeat 0;
    background-size: 18px
}

.site-header .site-header__menu ul li:nth-child(2) a {
    background: url(../../images/menu-icons/3.svg) no-repeat 0;
    background-size: 18px
}

.site-header .site-header__menu ul li:nth-child(3) a {
    background: url(../../images/menu-icons/1.svg) no-repeat 0;
    background-size: 18px
}

.site-header .site-header__menu ul li:nth-child(4) a {
    background: url(../../images/menu-icons/2.svg) no-repeat 0;
    background-size: 18px
}

.site-header .site-header__menu ul li:hover > a {
    color: var(--default-color)
}

.site-header .site-header__menu ul li ul {
    display: none
}

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

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

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

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

.site-header .site-header__menu ul li:hover > ul li a:hover {
    color: #1a674b
}

.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 {
    border: 1px solid #0b4e35;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    gap: 8px;
    height: 42px;
    padding: 5px 14px 5px 5px;
    place-items: center;
    text-transform: uppercase
}

.site-header .site-header__langs .site-header__langs--current img {
    border-radius: 4px;
    height: 24px;
    -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: #fff
}

.site-header .site-header__langs ul {
    background: #1a674b;
    border-radius: 4px;
    box-shadow: 0 0 12px rgba(12, 42, 149, .15);
    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 #0b4e35;
    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: #fff;
    font-size: 14px
}

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

.site-header .site-header__langs ul li.css-prefx-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: var(--default-color);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    line-height: 42px;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .site-header .site-header__btn-login {
        grid-row: 2;
        text-align: center
    }
}

.site-header .site-header__btn-login a {
    color: #1a1a1a;
    display: block;
    padding: 0 42px
}

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

.css-prefx-header-banner {
    margin-bottom: 54px;
    padding: 54px 0
}

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

.css-prefx-header-banner .css-prefx-header-banner--content {
    margin-bottom: 100px;
    max-width: 580px;
    width: 100%
}

@media (max-width: 768px) {
    .css-prefx-header-banner .css-prefx-header-banner--content {
        margin-bottom: 32px
    }
}

.css-prefx-header-banner .css-prefx-header-banner--content h1 {
    color: #fff;
    font-size: 46px
}

@media (max-width: 768px) {
    .css-prefx-header-banner .css-prefx-header-banner--content h1 {
        font-size: 30px
    }
}

.css-prefx-header-banner .css-prefx-header-banner--content h1 span {
    color: var(--default-color)
}

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

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

.css-prefx-header-banner .css-prefx-header-banner--links {
    grid-gap: 100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    width: 60%
}

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

@media (max-width: 500px) {
    .css-prefx-header-banner .css-prefx-header-banner--links {
        width: 100%
    }
}

.css-prefx-header-banner .css-prefx-header-banner--links .css-prefx-header-banner--links__item {
    grid-gap: 20px;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    display: grid;
    grid-template-columns: max-content 1fr max-content;
    padding: 18px 24px
}

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

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

@media (max-width: 768px) {
    .css-prefx-header-banner .css-prefx-header-banner--links .css-prefx-header-banner--links__item .css-prefx-icon {
        height: 32px;
        width: 32px
    }
}

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

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

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

.css-prefx-header-banner .css-prefx-header-banner--links .css-prefx-header-banner--links__item span {
    color: #000;
    font-size: 20px;
    font-weight: 500
}

@media (max-width: 768px) {
    .css-prefx-header-banner .css-prefx-header-banner--links .css-prefx-header-banner--links__item span {
        font-size: 17px
    }
}

.css-prefx-header-banner .css-prefx-header-banner--links .css-prefx-header-banner--links__item .css-prefx-arrow-icon {
    background: var(--default-color) url(../../images/icon-arrow-b.svg) no-repeat 50%;
    background-size: 14px;
    border-radius: 4px;
    display: block;
    height: 42px;
    width: 42px
}

@media (max-width: 768px) {
    .css-prefx-header-banner .css-prefx-header-banner--links .css-prefx-header-banner--links__item .css-prefx-arrow-icon {
        height: 32px;
        width: 32px
    }
}

.css-prefx-header-banner .css-prefx-header-banner--links .css-prefx-header-banner--links__item:hover, .css-prefx-header-banner .css-prefx-header-banner--links .css-prefx-header-banner--links__item:hover .css-prefx-arrow-icon {
    box-shadow: 0 0 12px rgba(12, 42, 149, .15)
}

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

.css-prefx-post-entry h2, .css-prefx-post-entry h3, .css-prefx-post-entry h4, .css-prefx-post-entry h5, .css-prefx-post-entry h6 {
    line-height: 1.2;
    margin-bottom: 14px
}

.css-prefx-post-entry h2 {
    font-size: 28px
}

.css-prefx-post-entry h3 {
    font-size: 24px
}

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

.css-prefx-post-entry a {
    color: #0855cc
}

.css-prefx-post-entry a:hover {
    color: #0b4e35
}

.css-prefx-post-entry .css-prefx-grid-1 {
    display: grid;
    grid-template-columns: 1fr
}

.css-prefx-post-entry .css-prefx-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.css-prefx-post-entry .css-prefx-grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}

.css-prefx-post-entry .css-prefx-breadcrumb {
    margin: 20px 0
}

.css-prefx-post-entry .css-prefx-colored {
    background: var(--default-lighten-color);
    border-radius: 4px;
    margin-bottom: 24px;
    padding: 32px 20px
}

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

.css-prefx-post-entry .css-prefx-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) {
    .css-prefx-post-entry .css-prefx-periexomena ol {
        -moz-columns: 1 !important;
        -moz-column-width: 100% !important;
        columns: 100% 1 !important
    }
}

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

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

.css-prefx-post-entry .css-prefx-periexomena ol li a {
    color: #0b4e35
}

.css-prefx-post-entry .css-prefx-periexomena ol li a:hover {
    color: #1a1a1a
}

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

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

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

.css-prefx-post-entry ul li:before {
    background: url(../../images/li-icon.svg) no-repeat 50%;
    border-radius: 50%;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 16px
}

.css-prefx-post-entry .wp-block-button__link {
    background: var(--default-color) url(../../images/link-icon.svg) no-repeat 18px;
    background-size: 24px;
    border: 2px solid var(--default-color);
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    height: 64px;
    line-height: 34px;
    margin-bottom: 24px;
    margin-left: 50%;
    padding-left: 56px;
    position: relative;
    transform: translateX(-50%)
}

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

.css-prefx-post-entry .wp-block-button__link:hover {
    background: url(../../images/link-icon-g.svg) no-repeat 20px;
    background-size: 24px;
    color: var(--default-color) !important
}

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

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

.css-prefx-post-entry ol {
    counter-reset: num;
    list-style-type: none;
    margin-bottom: 24px;
    margin-left: 42px
}

.css-prefx-post-entry ol li {
    margin: 0 0 16px;
    padding: 0;
    position: relative
}

.css-prefx-post-entry ol li:before {
    background: var(--default-color);
    border-radius: 50%;
    color: #fff;
    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
}

.css-prefx-post-entry .wp-element-caption {
    border-bottom: 1px solid var(--default-color);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 32px;
    margin-top: 16px;
    padding-bottom: 16px;
    text-align: center
}

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

.css-prefx-post-entry table {
    font-size: 14px;
    margin-bottom: 24px;
    width: 100%
}

.css-prefx-post-entry table tr:first-child {
    background: var(--default-color) !important
}

.css-prefx-post-entry table tr:first-child td {
    color: #fff;
    font-weight: 700
}

.css-prefx-post-entry table tr:nth-child(odd) {
    background: var(--default-lighten-color)
}

.css-prefx-post-entry table tr td {
    padding: 16px 12px
}

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

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

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

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

.faq-block .faq-block--title {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px
}

.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:not(:last-child) {
    margin-bottom: 16px
}

.faq-block .faq-block--items .faq-block--items__item .faq-block--items__item--header {
    background: #f7f7f7;
    border: 1px solid var(--default-color);
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    padding: 20px;
    position: relative
}

.faq-block .faq-block--items .faq-block--items__item .title-faq {
    max-width: 80%;
    width: 80%
}

.faq-block .faq-block--items .faq-block--items__item .title-faq:after {
    background: var(--default-color) url(../../images/icon-arrow-b.svg) no-repeat 50%;
    background-size: 14px;
    border-radius: 4px;
    content: "";
    height: 42px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 42px
}

.faq-block .faq-block--items .faq-block--items__item .faq-block--items__item--content {
    display: none
}

.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--header {
    background: var(--default-color);
    color: #fff
}

.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--header:after {
    background: var(--default-color) url(../../images/icon-arrow-b.svg) no-repeat 50%;
    background-size: 14px;
    transform: translateY(-50%) rotate(-90deg)
}

.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--content {
    display: block;
    padding: 20px
}

.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--content p:not(:last-child) {
    margin-bottom: 8px
}

.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--content a {
    color: #0855cc
}

.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--content a:hover {
    color: #0b4e35
}

.site-footer {
    background: #1a674b;
    margin-top: 42px;
    padding: 42px 0
}

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

@media (max-width: 500px) {
    .site-footer .site-footer--row {
        grid-template-columns: 1fr
    }

    .site-footer .site-footer--row .site-footer__logo {
        display: flex;
        justify-content: center
    }
}

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

.site-footer .site-footer--row .site-footer__menu ul {
    text-align: center
}

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

.site-footer .site-footer--row .site-footer__menu ul li a {
    color: #fff;
    font-size: 13px
}

.site-footer .site-footer--row .site-footer__menu ul li a:hover {
    color: var(--default-color)
}

.site-footer .site-footer--row .site-footer__logos {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    place-content: center
}

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

.site-footer .site-footer--copyr {
    border-top: 1px solid var(--default-color);
    color: var(--default-color);
    font-size: 14px;
    padding-top: 40px;
    text-align: center
}

.main-cta-block {
    grid-gap: 32px;
    align-items: center;
    background: #1a674b;
    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 .css-prefx-img-w {
    background: #0b4e35;
    border-radius: 50%;
    display: flex;
    height: 146px;
    padding: 8px;
    place-content: center;
    place-items: center;
    width: 146px
}

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

.main-cta-block .css-prefx-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 var(--default-color);
    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: var(--default-color);
    border-radius: 4px;
    color: #000;
    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 var(--default-color);
    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: #000;
    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: var(--default-color);
    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
}

.main-cta-block .g-cta-block-code .g-cta-block-code--link {
    display: inline-block;
    position: relative
}

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

.main-cta-block .g-cta-block-code .g-cta-block-code--link .g-cta-block-code--link__btn {
    color: var(--default-color);
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    text-decoration: underline
}

.main-cta-block .g-cta-block-code .g-cta-block-code--link .g-cta-block-code--link__content {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(12, 42, 149, .15);
    color: #242424;
    display: none;
    font-size: 13px;
    padding: 20px;
    position: absolute;
    right: -20px;
    top: 100%;
    width: 300px;
    z-index: 999
}

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

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

.main-cta-block .g-cta-block-code .g-cta-block-code--link .g-cta-block-code--link__content a:hover {
    color: #000
}

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

.g-popup-block {
    background: var(--default-catifsh-color);
    bottom: -500px;
    box-sizing: border-box;
    left: 0;
    right: 0;
    opacity: 0;
    padding: 26px 0;
    position: fixed;
    transition: all .65s ease-in;
    width: 100%;
    z-index: 999
}

html {
    max-width: 100vw;
    overflow-x: hidden;
}

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

@media (max-width: 360px) {
    .g-popup-block .g-popup-block__content {
        grid-template-columns: 30% 70%
    }
}

.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 {
        height: 100px
    }
}

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

@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: var(--default-color);
    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: var(--default-color);
    border-radius: 4px;
    color: #000;
    display: block;
    font-size: 15px;
    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
    }
}

.table-of-content {
    background: var(--default-lighten-color);
    border-radius: 6px;
    margin-bottom: 32px;
    padding: 24px 20px
}

.table-of-content .table-of-content__lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.table-of-content .table-of-content__lists ol li::marker, .table-of-content .table-of-content__lists ol li:before {
    color: #0b4e35
}

@media (max-width: 768px) {
    .table-of-content .table-of-content__lists {
        display: block
    }

    .table-of-content .table-of-content__lists ol {
        display: block !important;
        width: 85% !important
    }

    .table-of-content h3 {
        margin: 0 !important
    }

    .table-of-content h3.-toggle {
        margin: 0 0 20px !important
    }

    .table-of-content .table-of-content__lists {
        display: none !important
    }

    .table-of-content .table-of-content__lists.-toggle {
        display: block !important
    }
}

.css-prefx-g-toc-list, .css-prefx-g-toc-list li {
    list-style: decimal !important
}

.css-prefx-g-toc-list li:before {
    content: none !important
}

.css-prefx-g-toc-list li::marker {
    color: #000000 !important;
    font-weight: 700 !important
}

.css-prefx-g-post-date-text {
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 24px
}

.css-prefx-author-block {
    grid-gap: 30px;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 20px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .078);
    display: grid;
    grid-template-columns: max-content 1fr;
    margin-bottom: 32px;
    padding: 32px
}

@media (max-width: 768px) {
    .css-prefx-author-block {
        grid-gap: 20px;
        grid-template-columns: 1fr;
        padding: 20px 16px
    }
}

.css-prefx-author-block .css-prefx-author-block__photo img {
    border-radius: 50%;
    height: 168px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 168px
}

.css-prefx-author-block .css-prefx-author-block__top-grid {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: 1fr max-content;
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .css-prefx-author-block .css-prefx-author-block__top-grid {
        grid-gap: 20px;
        grid-template-columns: 1fr
    }
}

.css-prefx-author-block .css-prefx-author-block__line {
    color: #828282;
    font-size: 18px
}

.css-prefx-author-block .css-prefx-author-block__name {
    color: #2d2d2c;
    font-size: 24px;
    font-weight: 700
}

.css-prefx-author-block .css-prefx-author-block__socials {
    display: flex;
    gap: 10px
}

.css-prefx-author-block .css-prefx-author-block__socials .css-prefx-author-block__socials__item {
    background: #f2f2f2;
    border-radius: 4px;
    display: inline-block;
    height: 32px;
    overflow: hidden;
    width: 32px
}

.css-prefx-author-block .css-prefx-author-block__socials .css-prefx-author-block__socials__item:hover {
    opacity: .86
}

.css-prefx-author-block .css-prefx-author-block__socials .css-prefx-author-block__socials__item i {
    display: inline-block;
    height: 32px;
    width: 32px
}

.css-prefx-author-block .css-prefx-author-block__socials .css-prefx-author-block__socials__item i.css-prefx-icon-fb {
    background: url(../../images/icon-fb.svg) no-repeat 50%;
    background-size: 22px
}

.css-prefx-author-block .css-prefx-author-block__socials .css-prefx-author-block__socials__item i.css-prefx-icon-tw {
    background: url(../../images/icon-tw.svg) no-repeat 50%;
    background-size: 22px
}

.css-prefx-author-block .css-prefx-author-block__socials .css-prefx-author-block__socials__item i.css-prefx-icon-email {
    background: url(../../images/icon-email.svg) no-repeat 50%;
    background-size: 22px
}

.css-prefx-author-block .css-prefx-author-block__text {
    color: #2d2d2c;
    font-size: 18px
}

.css-prefx-author-block .css-prefx-author-block__text p:not(:last-child) {
    margin-bottom: 20px
}

.wp-block-media-text .wp-block-media-text__media {
    float: right;
    max-width: 50%;
    margin-left: 20px;
    margin-bottom: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .wp-block-media-text .wp-block-media-text__media {
        max-width: 100%;
        margin: 16px auto 24px auto;
        float: none;
        order: 2;
    }

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

    .alignright {
        max-width: 100%;
        margin: 16px auto 24px auto;
        float: none;
        order: 2;
    }

    .alignleft {
        max-width: 100%;
        margin: 16px auto 24px auto;
        float: none;
        order: 2;
    }
}

.wp-block-button__link.wp-element-button {
    height: auto;
}

*,
: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: #fff;
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 1.4
}

@media (max-width: 768px) {
    body {
        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: 1100px;
}

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

.site-header {
    background: #1a674b;
    padding: 24px 0
}

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

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

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

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

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

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

.site-header .site-header--menu-btn {
    background: var(--default-color) url(menu.png) no-repeat 50%;
    background-size: 15px;
    border: 1px solid var(--default-color);
    border-radius: 4px;
    display: none;
    height: 42px;
    justify-self: flex-end;
    width: 42px
}

.site-header .site-header--menu-btn.-toggle {
    background: var(--default-color) url(close.png) no-repeat 50%;
    background-size: 15px
}

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

    .site-header .site-header__logo img {
        max-height: 42px;
        max-width: 180px;
        width: auto;
    }
}

.site-header .site-header__menu,
nav.menu {
    padding-right: 64px;
    text-align: right
}

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

.site-header .site-header__menu ul,
nav.menu ul {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 42px
}

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

.site-header .site-header__menu ul li,
nav.menu ul li {
    font-size: 15px;
    position: relative
}

@media (max-width: 768px) {
    .site-header .site-header__menu ul li:not(:last-child),
    nav.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,
nav.menu ul li a {
    color: #fff;
    padding-left: 28px
}

.site-header .site-header__menu ul li:first-child a,
nav.menu ul li:first-child a {
    background: none;
    padding: 0;
}

.site-header .site-header__menu ul li:nth-child(2) a,
nav.menu ul li:nth-child(2) a {
    background: none;
    padding: 0;
}

.site-header .site-header__menu ul li:nth-child(3) a,
nav.menu ul li:nth-child(3) a {
    background: none;
    padding: 0;
}

.site-header .site-header__menu ul li:nth-child(4) a,
nav.menu ul li:nth-child(4) a {
    background: none;
    padding: 0;
}

.menu-image-title-after.menu-image-not-hovered img,
.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper,
.menu-image-title-before.menu-image-title {
    padding: 0;
}

.site-header .site-header__menu ul li:hover > a,
nav.menu ul li:hover > a {
    color: var(--default-color)
}

.site-header .site-header__menu ul li ul,
nav.menu ul li ul {
    display: none
}

.site-header .site-header__menu ul li:hover > ul,
nav.menu ul li:hover > ul {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 12px rgba(12, 42, 149, .15);
    display: block;
    left: -20px;
    padding: 24px 20px;
    position: absolute;
    top: 100%;
    width: 240px;
    z-index: 999
}

.site-header .site-header__menu ul li:hover > ul li,
nav.menu ul li:hover > ul li {
    background: transparent !important;
    text-align: left
}

.site-header .site-header__menu ul li:hover > ul li:not(:last-child),
nav.menu ul li:hover > ul li:not(:last-child) {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 12px;
    padding-bottom: 12px
}

.site-header .site-header__menu ul li:hover > ul li a,
nav.menu ul li:hover > ul li a {
    background: transparent !important;
    color: #000;
    font-size: 13px;
    padding: 0
}

.site-header .site-header__menu ul li:hover > ul li a:hover,
nav.menu ul li:hover > ul li a:hover {
    color: #1a674b
}

.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 {
    border: 1px solid #0b4e35;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    gap: 8px;
    height: 42px;
    padding: 5px 14px 5px 5px;
    place-items: center;
    text-transform: uppercase
}

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

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

.site-header .site-header__langs ul {
    background: #1a674b;
    border-radius: 4px;
    box-shadow: 0 0 12px rgba(12, 42, 149, .15);
    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 #0b4e35;
    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: #fff;
    font-size: 14px
}

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

.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: var(--default-color);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    line-height: 42px;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .site-header .site-header__btn-login {
        grid-row: 2;
        text-align: center
    }
}

.site-header .site-header__btn-login a {
    color: #1a1a1a;
    display: block;
    padding: 0 42px
}

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

.-header-banner {
    margin-bottom: 54px;
    padding: 54px 0
}

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

.-header-banner .-header-banner--content {
    margin-bottom: 100px;
    max-width: 580px;
    width: 100%
}

@media (max-width: 768px) {
    .-header-banner .-header-banner--content {
        margin-bottom: 32px
    }
}

.-header-banner .-header-banner--content h1 {
    color: #fff;
    font-size: 46px
}

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

.-header-banner .-header-banner--content h1 span {
    color: var(--default-color)
}

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

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

.-header-banner .-header-banner--links {
    grid-gap: 100px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%
}

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

@media (max-width: 500px) {
    .-header-banner .-header-banner--links {
        width: 100%
    }
}

.-header-banner .-header-banner--links .-header-banner--links__item {
    grid-gap: 20px;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    display: grid;
    grid-template-columns: max-content 1fr max-content;
    padding: 18px 24px
}

@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: 42px;
    width: 42px
}

@media (max-width: 768px) {
    .-header-banner .-header-banner--links .-header-banner--links__item .-icon {
        height: 32px;
        width: 32px
    }
}

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

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

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

.-header-banner .-header-banner--links .-header-banner--links__item span {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    min-width: 150px;
}

@media (max-width: 768px) {
    .-header-banner .-header-banner--links .-header-banner--links__item span {
        font-size: 17px
    }
}

.-header-banner .-header-banner--links .-header-banner--links__item .-arrow-icon {
    background: var(--default-color) url(wp-content/themes/aviator/images/icon-arrow-b.svg) no-repeat 50%;
    background-size: 14px;
    border-radius: 4px;
    display: block;
    height: 42px;
    width: 42px
}

@media (max-width: 768px) {
    .-header-banner .-header-banner--links .-header-banner--links__item .-arrow-icon {
        height: 32px;
        width: 32px
    }
}

.-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 0 12px rgba(12, 42, 149, .15)
}

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

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

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

.-post-entry h3 {
    font-size: 24px
}

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

.-post-entry a {
    color: #0855cc
}

.-post-entry a:hover {
    color: #0b4e35
}

.-post-entry .grid-1 {
    display: grid;
    grid-template-columns: 1fr
}

.-post-entry .grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.-post-entry .grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}

.-post-entry .-breadcrumb {
    margin: 20px 0
}

.-post-entry .-colored {
    background: var(--default-lighten-color);
    border-radius: 4px;
    margin-bottom: 24px;
    padding: 32px 20px
}

.-post-entry .-periexomena-title {
    color: #1a1a1a;
    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: #0b4e35;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 5px
}

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

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

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

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

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

.-post-entry ul li:before {
    background: url(wp-content/themes/aviator/images/li-icon.svg) no-repeat 50%;
    border-radius: 50%;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px
}

.-post-entry .wp-block-button__link {
    background: var(--default-color) url(wp-content/themes/aviator/images/link-icon.svg) no-repeat 18px;
    background-size: 24px;
    border: 2px solid var(--default-color);
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    height: 64px;
    line-height: 34px;
    margin-bottom: 24px;
    padding-left: 56px;
    position: relative;
}

.wp-block-buttons {
    width: 100%;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.glsr-review-author {
    display: none !important;
}

.glsr-default .wp-block-button {
    margin-left: 50%;
}

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

.-post-entry .wp-block-button__link:hover {
    background: url(wp-content/themes/aviator/images/link-icon-g.svg) no-repeat 20px;
    background-size: 24px;
    color: var(--default-color) !important
}

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

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

.-post-entry ol {
    counter-reset: num;
    list-style-type: none;
    margin-bottom: 24px;
    margin-left: 32px
}

.-post-entry ol li {
    margin: 0 0 16px;
    padding: 0;
    position: relative
}

.-post-entry ol li:before {
    background: var(--default-color);
    border-radius: 50%;
    color: #fff;
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    left: -32px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 24px
}

.-post-entry .wp-element-caption {
    border-bottom: 1px solid var(--default-color);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 32px;
    margin-top: 16px;
    padding-bottom: 16px;
    text-align: center
}

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

.-post-entry table {
    font-size: 14px;
    margin-bottom: 24px;
    width: 100%
}

.-post-entry table tr:first-child {
    background: var(--default-color) !important
}

.-post-entry table tr:first-child td {
    color: #fff;
    font-weight: 700
}

.-post-entry table tr:nth-child(odd) {
    background: var(--default-lighten-color)
}

.-post-entry table tr td {
    padding: 16px 12px
}

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

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

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

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

.faq-block .faq-block--title {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px
}

.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:not(:last-child) {
    margin-bottom: 16px
}

.faq-block .faq-block--items .faq-block--items__item .faq-block--items__item--header {
    background: #f7f7f7;
    border: 1px solid var(--default-color);
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    padding: 20px;
    position: relative
}

.faq-block .faq-block--items .faq-block--items__item .title-faq {
    max-width: 80%;
    width: 80%
}

.faq-block .faq-block--items .faq-block--items__item .title-faq:after {
    background: var(--default-color) url(wp-content/themes/aviator/images/icon-arrow-b.svg) no-repeat 50%;
    background-size: 14px;
    border-radius: 4px;
    content: "";
    height: 42px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 42px
}

.faq-block .faq-block--items .faq-block--items__item .faq-block--items__item--content {
    display: none
}

.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--header {
    background: var(--default-color);
    color: #fff
}

.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--header:after {
    background: var(--default-color) url(wp-content/themes/aviator/images/icon-arrow-b.svg) no-repeat 50%;
    background-size: 14px;
    transform: translateY(-50%) rotate(-90deg)
}

.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--content {
    display: block;
    padding: 20px
}

.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--content p:not(:last-child) {
    margin-bottom: 8px
}

.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--content a {
    color: #0855cc
}

.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--content a:hover {
    color: #0b4e35
}

.site-footer {
    background: #1a674b;
    margin-top: 42px;
    padding: 42px 0;
    color: #fff;
}


.main-cta-block {
    grid-gap: 32px;
    align-items: center;
    background: #1a674b;
    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: #0b4e35;
    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 var(--default-color);
    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: var(--default-color);
    border-radius: 4px;
    color: #000;
    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(wp-content/themes/aviator/images/arrow-yellow-left.svg) no-repeat 50%;
    background-size: 8px;
    border: 2px solid var(--default-color);
    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: #000;
    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(wp-content/themes/aviator/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: var(--default-color);
    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
}

.main-cta-block .g-cta-block-code .g-cta-block-code--link {
    display: inline-block;
    position: relative
}

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

.main-cta-block .g-cta-block-code .g-cta-block-code--link .g-cta-block-code--link__btn {
    color: var(--default-color);
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    text-decoration: underline
}

.main-cta-block .g-cta-block-code .g-cta-block-code--link .g-cta-block-code--link__content {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(12, 42, 149, .15);
    color: #242424;
    display: none;
    font-size: 13px;
    padding: 20px;
    position: absolute;
    right: -20px;
    top: 100%;
    width: 300px;
    z-index: 999
}

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

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

.main-cta-block .g-cta-block-code .g-cta-block-code--link .g-cta-block-code--link__content a:hover {
    color: #000
}

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

.g-popup-block {
    background: var(--default-catifsh-color);
    bottom: -500px;
    box-sizing: border-box;
    left: 0;
    right: 0;
    opacity: 0;
    padding: 26px 0;
    position: fixed;
    transition: all .65s ease-in;
    width: 100%;
    z-index: 999
}

html {
    max-width: 100vw;
    overflow-x: hidden;
}

.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: 68px 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 {
        height: 50px
    }
}

.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: 50px;
        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(wp-content/themes/aviator/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;
        background-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: 13px
    }


}

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

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

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

    .g-popup-block {
        padding: 12px 0
    }
}


.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: var(--default-color);
    font-weight: 700
}

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

.g-popup-block .g-popup-block__content .g-popup-cta-link a {
    background: var(--default-color);
    border-radius: 4px;
    color: #000;
    display: block;
    font-size: 15px;
    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(wp-content/themes/aviator/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: -30px;
        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
    }
}

.table-of-content {
    background: var(--default-lighten-color);
    border-radius: 6px;
    margin-bottom: 32px;
    padding: 24px 20px
}

.table-of-content .table-of-content__lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.table-of-content .table-of-content__lists ol li::marker,
.table-of-content .table-of-content__lists ol li:before {
    color: #0b4e35
}

@media (max-width: 768px) {
    .table-of-content .table-of-content__lists {
        display: block
    }

    .table-of-content .table-of-content__lists ol {
        display: block !important;
        width: 85% !important
    }

    .table-of-content h3 {
        margin: 0 !important
    }

    .table-of-content h3.-toggle {
        margin: 0 0 20px !important
    }

    .table-of-content .table-of-content__lists {
        display: none !important
    }

    .table-of-content .table-of-content__lists.-toggle {
        display: block !important
    }
}

@media (max-width: 450px) {
    .g-popup-block .g-popup-block__content .g-popup-cta-link a {
        padding: 0px 20px;
        font-size: 11px;
    }

    .g-popup-block {
        padding: 10px 0
    }

    .g-popup-block__content.aviator-container {
        padding-left: 10px;
        padding-right: 10px;
        grid-column-gap: 5px;
    }
}

.-g-toc-list,
.-g-toc-list li {
    list-style: decimal !important
}

.-g-toc-list li:before {
    content: none !important
}

.-g-toc-list li::marker {
    color: #000000 !important;
    font-weight: 700 !important
}

.-g-post-date-text {
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 24px
}

.-author-block {
    grid-gap: 30px;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 20px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .078);
    display: grid;
    grid-template-columns: max-content 1fr;
    margin-bottom: 32px;
    padding: 32px
}

@media (max-width: 768px) {
    .-author-block {
        grid-gap: 20px;
        grid-template-columns: 1fr;
        padding: 20px 16px
    }
}

.-author-block .-author-block__photo img {
    border-radius: 50%;
    height: 168px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 168px
}

.-author-block .-author-block__top-grid {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: 1fr max-content;
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .-author-block .-author-block__top-grid {
        grid-gap: 20px;
        grid-template-columns: 1fr
    }
}

.-author-block .-author-block__line {
    color: #828282;
    font-size: 18px
}

.-author-block .-author-block__name {
    color: #2d2d2c;
    font-size: 24px;
    font-weight: 700
}

.-author-block .-author-block__socials {
    display: flex;
    gap: 10px
}

.-author-block .-author-block__socials .-author-block__socials__item {
    background: #f2f2f2;
    border-radius: 4px;
    display: inline-block;
    height: 32px;
    overflow: hidden;
    width: 32px
}

.-author-block .-author-block__socials .-author-block__socials__item:hover {
    opacity: .86
}

.-author-block .-author-block__socials .-author-block__socials__item i {
    display: inline-block;
    height: 32px;
    width: 32px
}

.-author-block .-author-block__socials .-author-block__socials__item i.-icon-fb {
    background: url(wp-content/themes/aviator/images/icon-fb.svg) no-repeat 50%;
    background-size: 22px
}

.-author-block .-author-block__socials .-author-block__socials__item i.-icon-tw {
    background: url(wp-content/themes/aviator/images/icon-tw.svg) no-repeat 50%;
    background-size: 22px
}

.-author-block .-author-block__socials .-author-block__socials__item i.-icon-email {
    background: url(wp-content/themes/aviator/images/icon-email.svg) no-repeat 50%;
    background-size: 22px
}

.-author-block .-author-block__text {
    color: #2d2d2c;
    font-size: 18px
}

.-author-block .-author-block__text p:not(:last-child) {
    margin-bottom: 20px
}

.wp-block-media-text .wp-block-media-text__media {
    float: right;
    max-width: 50%;
    margin-left: 20px;
    margin-bottom: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .wp-block-media-text .wp-block-media-text__media {
        max-width: 100%;
        margin: 16px auto 24px auto;
        float: none;
        order: 2;
    }

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

    .alignright {
        max-width: 100%;
        margin: 16px auto 24px auto;
        float: none;
        order: 2;
    }

    .alignleft {
        max-width: 100%;
        margin: 16px auto 24px auto;
        float: none;
        order: 2;
    }
}

.wp-block-button__link.wp-element-button {
    height: auto;
}

iframe {
    max-width: 100%;
}

@media (max-width: 768px) {
    .hide_for_mobile {
        display: none !important
    }
}

@media (min-width: 769px) {
    .hide_for_desktop {
        display: none !important
    }
}

.site-footer .cont_foot {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.site-footer .cont_foot .row_foot_left {
    width: 40%;
}

.site-footer .cont_foot .row_foot_right {
    width: 55%;
}

.site-footer .cont_foot .row_foot_left img.logo {
    display: block;
    width: 100%;
    max-width: 200px;
    margin-bottom: 30px;
}

.site-footer .cont_foot .row_foot_left .row_foot_left_txt {
    font-size: 14px;
    opacity: .5;
    line-height: 150%;
}

.site-footer .cont_foot .row_foot_left .row_foot_left_txt a {
    color: #fff;
    text-decoration: underline;
}

.site-footer .cont_foot .row_foot_right ul {
    display: block;
    columns: 2;
    margin-bottom: 30px;
}

.site-footer .cont_foot .row_foot_right ul li {
    display: block;
    margin-bottom: 10px;
}

.site-footer .cont_foot .row_foot_right ul li a {
    color: #fff;
    font-size: 15px;
}

.site-footer .cont_foot .row_foot_right ul li a:hover {
    text-decoration: underline;
}

.site-footer .cont_foot .row_foot_right .row_foot_right_logo {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.site-footer .cont_foot .row_foot_right .row_foot_right_logo a {
    display: block;
}

.site-footer .cont_foot .row_foot_right .row_foot_right_logo a:hover {
    opacity: .7;
}

.site-footer .cont_foot .row_foot_right .row_foot_right_logo a img {
    display: block;
}

.foot_copy {
    display: block;
}

.foot_copy .foot_copy_bg {
    background: #0000004a;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

@media (max-width: 768px) {
    .site-footer .cont_foot .row_foot_left {
        width: 100%;
        margin-bottom: 30px;
    }

    .site-footer .cont_foot .row_foot_right {
        width: 100%;
    }

    .site-footer .cont_foot .row_foot_left .row_foot_left_txt {
        font-size: 12px;
    }

    .site-footer .cont_foot .row_foot_right .row_foot_right_logo {
        justify-content: center;
    }

    .site-footer .cont_foot .row_foot_left img.logo {
        margin: 0 auto;
        margin-bottom: 30px;
    }
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.popup .popup_bg {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.popup .popup_cont {
    position: absolute;
    display: block;
    left: calc(50% - 200px);
    top: calc(50% - 200px);
}

.popup .popup_cont img.popup_logo {
    position: absolute;
    top: -150px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
}

.popup .popup_cont .popup_cont_2 {
    position: relative;
    width: 400px;
    background: #fff;
    box-shadow: 7px 0px 40px 0px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
}

.popup .popup_cont .popup_cont_2 .popup_head {
    text-align: center;
    padding: 20px 0;
    color: #fff;
    background: var(--popup-color);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
}

.popup .popup_cont .popup_cont_2 .popup_body {
    padding: 40px 0;
    text-align: center;


}

.popup .popup_cont .popup_cont_2 .popup_body p {
    font-size: 19px;
    display: block;
    margin-bottom: 30px;
}

.popup .popup_cont .popup_cont_2 .popup_body a.sb {
    display: inline-block;
    padding: 5px 60px;
    background: var(--popup-color);
    border: 4px solid var(--popup-color);
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    transition: all;
    border-radius: 30px;
}

.popup .popup_cont .popup_cont_2 .popup_body a.sb:hover {
    background: #fff;
    color: var(--popup-color);
}

@media (max-width: 490px) {
    .popup .popup_cont .popup_cont_2 {
        width: 300px;
    }

    .popup .popup_cont {
        position: absolute;
        display: block;
        left: calc(50% - 150px);
        top: calc(50% - 150px);
    }

    .popup .popup_cont img.popup_logo {
        top: -112px
    }
}


:root {
    --default-color: #00cfa2;
    --default-lighten-color: #1b8f76;
    --default-catifsh-color: rgb(35, 35, 35);
    --default-header-color: #0f4e43;
}

.-post-entry .wp-block-button__link {
    background: #00cfa2 url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 13V19C18 19.5304 17.7893 20.0391 17.4142 20.4142C17.0391 20.7893 16.5304 21 16 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V8C3 7.46957 3.21071 6.96086 3.58579 6.58579C3.96086 6.21071 4.46957 6 5 6H11' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 3H21V9' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 14L21 3' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 18px;
}

.-post-entry .wp-block-button__link:hover {
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 13V19C18 19.5304 17.7893 20.0391 17.4142 20.4142C17.0391 20.7893 16.5304 21 16 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V8C3 7.46957 3.21071 6.96086 3.58579 6.58579C3.96086 6.21071 4.46957 6 5 6H11' stroke='%2300cfa2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 3H21V9' stroke='%2300cfa2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 14L21 3' stroke='%2300cfa2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 20px;
}

.-post-entry ul li:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg id='Icons' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2300cfa2;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm5.707,8.707-7,7a1,1,0,0,1-1.414,0l-3-3a1,1,0,0,1,1.414-1.414L10,14.586l6.293-6.293a1,1,0,0,1,1.414,1.414Z'/%3E%3C/svg%3E");
}

.site-header .site-header__langs .site-header__langs--current {
    border: 1px solid var(--default-color);
}

.site-header .site-header__langs ul {
    background: var(--default-header-color);
}

.site-header .site-header__langs ul li:not(:last-child) a {
    border-bottom: 1px solid rgba(140, 140, 140, .2);
}

.site-header .site-header--menu-area {
    background: var(--default-header-color);
}


.rates,
.author {
    margin: 3rem 0;
}

.rates__menu {
    width: 100%;
    background-color: #F4F4F4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
}

.rates__menu-item {
    padding: 16px;
    width: 24%;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

.rates__num {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    font-weight: 700;
    padding: 8px;
    background-color: #1B1E24;
    color: #ffffff;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.rates__item-wrap {
    padding: 0 8px;
}

.rates__item {
    padding: 36px;
    border-radius: 8px;
    background-color: #F4F4F4;
    margin-top: 36px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rates__item:first-child {
    margin-top: 20px;
}

.rates__item:first-child .rates__num {
    background-color: #4DB740;
}

.rates__item:first-child::before {
    content: "";
    position: absolute;
    left: -8px;
    bottom: 0;
    width: 8px;
    height: 75%;
    background-color: #4DB740;
    border-top-left-radius: 8px;
}

.rates__item:first-child::after {
    content: "";
    position: absolute;
    left: -8px;
    bottom: -8px;
    width: 75%;
    height: 8px;
    background-color: #4DB740;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.rates__logo {
    max-width: 100%;
    display: block;
}

.rates__rate {
    color: #000000;
    font-weight: 700;
    font-size: 32px;
}

ul.rates__advantages {
    padding: 0;
    margin: 0;
    list-style: none;
}

.rates__advantages-item {
    font-size: 16px;
    margin-top: 16px;
    position: relative;
    padding-left: 28px !important;
}

.rates__advantages-item:first-child {
    margin-top: 0;
}

.rates__advantages-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    width: 16px !important;
    height: 16px !important;
    background: url('wp-content/themes/aviator/images/icon-check.svg') center / cover no-repeat !important;
}

.rates__advantages-item.no-check::before {
    background: url('wp-content/themes/aviator/images/icon-no-check.svg') center / cover no-repeat !important;
}

.rates__link {
    text-decoration: none;
    display: block;
    background-color: #474B53;
    color: #ffffff !important;
    width: 100%;
    padding: 12px;
    border: 1px solid #000000;
    font-weight: 700;
    text-align: center;
    border-radius: 32px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.rates__link:hover {
    background-color: #676d79 !important;
}

.rates__item:first-child .rates__link {
    background-color: #D03030 !important;
}

.rates__item:first-child .rates__link:hover {
    background-color: #d95959 !important;
}

.rates__link:active {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

@media (min-width: 1025px) {
    .rates__logo-wrap {
        width: 25%;
    }

    .rates__rate {
        width: 10%;
        text-align: center;
    }

    .rates__advantages {
        width: 28%;
    }

    .rates__link-wrap {
        width: 22%;
    }
}

@media (max-width: 1024px) {
    .rates__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .rates__rate {
        margin-top: 12px;
    }

    .rates__advantages {
        margin-top: 24px !important;
    }

    .rates__link-wrap {
        margin-top: 40px;
    }

    .rates__menu {
        display: none;
    }

    .rates__link {
        min-width: 190px;
    }

    .rates__item {
        border-radius: 4px;
    }

    .rates__item:first-child::before {
        left: -4px;
        width: 4px;
        border-top-left-radius: 4px;
    }

    .rates__item:first-child::after {
        left: -4px;
        bottom: -4px;
        height: 4px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
}

.rates__logo-link {
    display: flex;
    max-width: fit-content;
}

.rates__item--hide {
    display: none;
}

.rates__button {
    background-color: #BABABA;
    color: #ffffff;
    max-width: 220px;
    width: 100%;
    padding: 12px;
    font-weight: 700;
    border: none;
    text-align: center;
    border-radius: 32px;
    transition: .3s ease-in-out;
    transform: translateY(-50%);
}

.rates__button:hover {
    background-color: #949494;
}

.rates__button:active {
    transform: translateY(-50%) scale(.95);
}

.rates__button-wrap {
    display: flex;
    justify-content: center;
}


.site-header .site-header__menu ul li a,
nav.menu ul li a {
    padding-left: 0;
}

.site-header .site-header__menu ul,
nav.menu ul {
    gap: 32px;
}

.site-header .site-header__menu,
nav.menu {
    padding-right: 44px;
}

@media (max-width: 768px) {
    .site-header .site-header__btn-login a {
        padding: 0;
    }
}

.search-popup {
    z-index: 5;
}

.popup {
    z-index: 55;
}

.search-nothing {
    font-size: 24px;
    font-weight: 600;
    margin-top: 2rem;
}

.article__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.article__link-arrow {
    fill: var(--default-color);
}

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

.article__author-thumb {
    display: block;
    width: 32px;
    height: 32px;
    max-width: 32px;
    max-height: 32px;
    border-radius: 50%;
}

.article__author-name {
    font-size: 18px;
    font-weight: 400;
    margin-left: 0.5rem;
}

.article__box {
    box-shadow: 0 16px 29px rgba(29, 39, 48, .1);
    background-color: rgb(253, 253, 253);
    padding: 32px 48px;
    margin-top: 2rem;
    transition: .2s ease-in-out;
}

.article__title {
    margin-bottom: 1rem;
    font-size: 24px;
}

.article__date {
    color: #4a5b68;
    margin-bottom: 1rem;
    display: block;
    font-size: 14px;
}

.article__desc {
    margin-bottom: 1.333rem;
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.5;
}

.article__box-wrap {
    text-decoration: none;
    color: #000000;
}

.article__box-wrap:hover .article__box {
    box-shadow: 0 16px 29px rgba(29, 39, 48, .15);
    background-color: #ffffff;
}

@media (max-width: 768px) {
    .article__box {
        padding: 24px 36px;
    }
}

@media (max-width: 580px) {
    .article__box {
        padding: 20px 30px;
    }
}

@media (max-width: 480px) {
    .article__box {
        padding: 24px;
    }
}

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

.search__zoom {
    opacity: 1;
    transition: .2s ease-in-out;
}

.search__close {
    opacity: 0;
    transition: .2s ease-in-out;
}

.header__search-btn.active .search__zoom {
    opacity: 0;
}

.header__search-btn.active .search__close {
    opacity: 1;
}

.header__search {
    padding: 0;
    margin-right: 1rem;
    display: block;
    border: none;
    cursor: pointer;
    background: transparent;
}

.header__search-btn {
    background-color: #171c1f;
    border-radius: 50%;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease-in-out;
}

.header__search-btn:hover {
    opacity: .8;
}

.search-popup {
    width: 100%;
    max-width: 1180px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 132px;
    background-color: #ffffff;
    transition: .2s ease-in-out;
    z-index: 1;

    visibility: hidden;
    opacity: 0;
}

.search-popup.active {
    opacity: 1;
    visibility: visible;
}

.search__input {
    color: #000000;
    background: 0 0;
    border: none;
    border-bottom: 3px solid #000000;
    width: 100%;
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1;
    padding: 0.9375rem 0.9375rem 0.9375rem 3.125rem;
    transition: .2s ease-in-out;
    outline: none;
}

.search__input:focus {
    border-bottom: 3px solid var(--default-color);
}

.search-popup__form {
    position: relative;
}

.search__btn {
    position: absolute;
    left: 0;
    top: 50%;
    height: 1.75rem;
    width: 1.75rem;
    -webkit-transform: translate(25%, -50%);
    transform: translate(25%, -50%);
    background: 0 0;
    border: none;
    cursor: pointer;
}

.header__search.--mobile {
    display: block;
}

.site-header .site-header__menu ul li a,
nav.menu ul li a {
    padding-left: 0;
}

.header__search.--desktop {
    display: none;
}

.site-header__langs.--desktop {
    display: none;
}

@media (min-width: 769px) {
    .header__search.--mobile {
        display: none;
    }

    .header__search.--desktop {
        display: block;
    }

    .site-header__langs.--mobile {
        display: none;
    }

    .site-header__langs.--desktop {
        display: block;
    }
}

@media (max-width: 768px) {
    .site-header .site-header--row {
        display: flex !important;
        justify-content: space-between;
    }

    .header__search {
        margin-left: auto;
        margin-right: 0;
    }

    .site-header .site-header__langs ul {
        top: 0;
        bottom: -8px;
        transform: translate(-50%, 100%);
        grid-template-columns: repeat(1, 1fr);
        max-width: 160px;
        width: 160px;
        padding: 0;
    }

    .site-header .site-header__langs ul .lang-item {
        background-color: #000000;
        padding: 8px;
        border-bottom: 1px solid rgba(140, 140, 140, .3);
    }

    .site-header .site-header__langs ul .lang-item:first-child {
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
    }

    .site-header .site-header__langs ul .lang-item:last-child {
        border-bottom: none;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .site-header .site-header__langs ul li a {
        margin: 0 !important;
        padding: 0 !important;
    }

    .site-header .site-header__langs ul li:not(:last-child) a {
        border-bottom: none !important;
    }

    .site-header .site-header__langs ul .lang-item span {
        color: #ffffff;
    }

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

@media (max-width: 480px) {
    .site-header .site-header__logo img {
        max-width: 120px;
    }
}

@media (max-width: 380px) {
    .site-header .site-header--row {
        grid-gap: 12px;
    }

    .site-header .site-header__langs .site-header__langs--current {
        font-size: 14px;
        padding: 4px 10px 4px 4px;
    }

    .site-header .site-header--row {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 340px) {
    .site-header .site-header__logo img {
        max-width: 110px;
    }
}

.short-desc-container {
    max-width: 900px;
    margin: 50px auto;
    padding: 30px 35px;
    background: #000;
    border-radius: 12px;
    border: 2px solid #1a3c34;
    color: #fff;
    font-family: 'Segoe UI', sans-serif;
    font-size: 17px;
    line-height: 1.75;
    text-align: center;
    box-shadow: 0 0 20px rgba(26, 60, 52, 0.5), 0 0 40px rgba(26, 60, 52, 0.3);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease, transform 1s ease, box-shadow 0.3s ease;
}

.short-desc-container:hover {
    box-shadow: 0 0 30px rgba(26, 60, 52, 0.7), 0 0 60px rgba(26, 60, 52, 0.5);
    transform: translateY(-5px);
}

body.-toggle .short-desc-container {
    display: none;
}

.short-desc-container.hidden {
    display: none;
}

.short-desc-container.visible {
    opacity: 1;
    transform: translateY(0);
}

.short-desc-container strong {
    color: #2ecc71;
}

.short-desc-container::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 14px;
    background: linear-gradient(90deg, #1a3c34, #132b26);
    z-index: -1;
    opacity: 0.2;
    animation: greenPulse 6s linear infinite;
}

@keyframes greenPulse {
    0% {
        transform: scale(1);
        opacity: 0.15;
    }
    50% {
        transform: scale(1.02);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.15;
    }
}

.g-popup-block.fixed {
    bottom: 0 !important;
    opacity: 1 !important;
}

.g-popup-block.fixed.-no-display {
    bottom: 0 !important;
    opacity: 1 !important;
}

.foot_copy, .footer--wrap {
    padding-bottom: 132px !important;
}

@media (max-width: 992px) {
    .foot_copy, .footer--wrap {
        padding-bottom: 86px !important;
    }
}
