*,
: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
}

[role=button]:disabled,
button:disabled {
    cursor: default
}

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

body,
html {
    overflow-x: hidden
}

@media (max-width:768px) {

    body,
    html {
        margin-top: 0 !important;
        padding-top: 0 !important
    }
}

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

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

body {
    background: #fff;
    color: #353535;
    font-family: Poppins, sans-serif;
    font-size: var(--text-font-size);
    line-height: 1.6
}

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

    body.-toggle {
        overflow: hidden
    }
}

.container,
.wp-block-group__inner-container {
    margin: 0 auto;
    max-width: var(--container-width);
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

.h2,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--lucky-text);
    font-weight: 500;
    line-height: 1.2
}

.h2 b,
.h2 span,
.h2 strong,
h1 b,
h1 span,
h1 strong,
h2 b,
h2 span,
h2 strong,
h3 b,
h3 span,
h3 strong,
h4 b,
h4 span,
h4 strong,
h5 b,
h5 span,
h5 strong,
h6 b,
h6 span,
h6 strong {
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: linear-gradient(135deg, #007c38 0%, var(--lucky-green) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block
}

h1 {
    font-size: 42px
}

@media (max-width:768px) {
    h1 {
        font-size: 26px
    }
}

.h2,
h2 {
    font-size: 36px
}

@media (max-width:768px) {

    .h2,
    h2 {
        font-size: 22px
    }
}

h3 {
    font-size: 32px
}

@media (max-width:768px) {
    h3 {
        font-size: 20px
    }
}

h4 {
    font-size: 24px
}

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

a {
    color: var(--lucky-purple-bright)
}

a:hover {
    color: var(--color-link-hover)
}

img {
    height: auto
}

.site-header {
    background: #25513b;
    padding: 20px 0
}

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

.site-header .site-header--row {
    align-items: center;
    display: flex;
    gap: 32px
}

@media (max-width:768px) {
    .site-header .site-header--row {
        grid-gap: 20px;
        display: grid;
        grid-template-columns: 1fr max-content
    }
}

.site-header .site-header__btns,
.site-header .site-header__mob-area {
    align-items: center;
    display: flex;
    gap: 32px
}

.site-header .site-header__mob-area {
    flex: 1 0 auto
}

@media (max-width:768px) {
    .site-header .site-header__mob-area {
        display: none
    }

    .site-header .site-header__mob-area.-toggle {
        background: #25513b;
        display: flex;
        flex-direction: column;
        height: calc(100% - 70px);
        left: 0;
        overflow-y: auto;
        padding: 56px 20px;
        position: fixed;
        top: 70px;
        width: 100%;
        z-index: 999
    }
}

.site-header .site-header__menu-btn {
    display: none
}

@media (max-width:768px) {
    .site-header .site-header__menu-btn {
        background: url(../../images/menu-icon.svg) no-repeat 50%;
        background-size: 24px;
        display: block;
        height: 32px;
        width: 32px
    }

    .site-header .site-header__menu-btn.-toggle {
        background: url(../../images/close-icon.svg) no-repeat 50%;
        background-size: 24px
    }
}

.site-header .site-header__logo {
    flex: 0 auto
}

.site-header .site-header__logo img {
    height: auto;
    max-height: 64px;
    max-width: 200px;
    width: auto
}

@media (max-width:768px) {
    .site-header .site-header__logo img {
        max-width: 146px
    }
}

.site-header .site-header__btn {
    font-size: 14px;
    min-height: 24px
}

.site-header .site-header__btn a {
    color: #fff
}

.site-header .site-header__btn a:hover {
    color: var(--color-link)
}

.site-header .site-header__btn.-login {
    background: url(../../images/login-icon.svg) no-repeat 0;
    background-size: 24px;
    padding-left: 36px
}

.site-header .site-header__btn.-reg {
    margin-left: -16px;
    padding-left: 16px;
    position: relative
}

.site-header .site-header__btn.-reg:before {
    background: var(--color-link);
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

.site-header .site-header__search .site-header__search__btn {
    background: url(../../images/search-icon-w.svg) no-repeat 50%;
    background-size: 20px;
    height: 32px;
    width: 32px
}

.site-header .site-header__search .site-header__search__form {
    display: none
}

.site-header__langs {
    position: relative
}

.site-header__langs .site-header__langs__current {
    grid-gap: 12px;
    align-items: center;
    background: url(../../images/arrow-w.svg) no-repeat 100%;
    background-size: 8px;
    display: grid;
    grid-template-columns: max-content 1fr;
    padding-right: 16px
}

.site-header__langs .site-header__langs__current i {
    background: #2b8759;
    border-radius: 50%;
    display: inline-block;
    height: 24px;
    position: relative;
    width: 24px
}

.site-header__langs .site-header__langs__current i:before {
    background: url(../../images/lang-icon.svg) no-repeat 50%;
    background-image: 16px;
    content: "";
    display: inline-block;
    height: 24px;
    width: 24px
}

.site-header__langs .site-header__langs__current span {
    color: #fff;
    font-size: 15px
}

.site-header__langs .site-header__langs__list {
    background: var(--color-2);
    border-radius: 5px;
    display: none;
    padding: 20px;
    position: absolute;
    right: -20px;
    top: 100%;
    z-index: 999
}

@media (max-width:768px) {
    .site-header__langs .site-header__langs__list {
        right: 50%;
        transform: translateX(-50%);
        width: 200px
    }
}

.site-header__langs .site-header__langs__list li:not(:last-child) {
    margin-bottom: 12px
}

.site-header__langs .site-header__langs__list li a {
    grid-gap: 6px;
    align-items: center;
    display: grid;
    grid-template-columns: max-content 1fr
}

.site-header__langs .site-header__langs__list li a img {
    height: 24px;
    width: 24px
}

.site-header__langs .site-header__langs__list li a span {
    color: #fff;
    font-size: 14px
}

.site-header__langs .site-header__langs__list li a:hover span,
.site-header__langs .site-header__langs__list li.current-lang a span {
    color: var(--color-link)
}

.site-header__langs:hover .site-header__langs__list {
    display: block
}

.mob-main-menu {
    display: none
}

@media (max-width:768px) {
    .mob-main-menu {
        display: block
    }

    .mob-main-menu ul li {
        margin-bottom: 14px;
        position: relative;
        text-align: center
    }

    .mob-main-menu ul li a {
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase
    }

    .mob-main-menu ul li a:hover {
        color: var(--lucky-purple-bright)
    }

    .mob-main-menu ul li>ul {
        background: var(--color-2);
        border-radius: 6px;
        display: none;
        padding: 20px 16px;
        width: 100%
    }

    .mob-main-menu ul li>ul li a {
        font-weight: 400;
        text-transform: none
    }

    .mob-main-menu ul li.-toggle>ul {
        display: block
    }

    .mob-main-menu ul li.-toggle .toggle-btn {
        right: 20px;
        transform: rotate(180deg)
    }

    .mob-main-menu ul li .toggle-btn {
        background: url(../../images/mob-menu-arrow.svg) no-repeat 50%;
        background-size: 9px;
        display: inline-block;
        height: 24px;
        position: absolute;
        right: -24px;
        top: -1px;
        width: 24px;
        z-index: 2
    }
}

.header-menu {
    flex: 1 0 auto
}

.header-menu ul {

    display: flex;

    place-content: flex-end
}

@media (max-width:768px) {
    .header-menu ul {
        flex-direction: column;
        gap: 20px;
        place-content: center
    }
}

.header-menu ul li {
    font-size: 15px;
    position: relative;
    text-transform: uppercase
}

.header-menu ul li a {
    color: #fff
}

.header-menu ul li:hover>a {
    color: var(--color-link)
}

.main-menu {
    background: #32644c
}

@media (max-width:768px) {
    .main-menu {
        display: none
    }
}

.main-menu:not(.-lp) {
    margin-bottom: 42px
}

.main-menu ul {
    align-items: center;
    display: flex;
    gap: 24px;
    height: 52px;
    text-align: center
}

.main-menu ul li {
    flex: 1 0 auto;
    position: relative
}

.main-menu ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase
}

.main-menu ul li a:hover {
    color: var(--color-link)
}

.main-menu ul li.menu-item-has-children>a {
    padding-right: 20px;
    position: relative
}

.main-menu ul li.menu-item-has-children>a:after {
    background: url(../../images/arrow-w.svg) no-repeat 50%;
    background-size: 8px;
    content: "";
    display: inline-block;
    height: 16px;
    position: absolute;
    right: 0;
    top: 3px;
    width: 16px
}

.main-menu ul li.menu-item-has-children:hover>a:after {
    transform: rotate(180deg)
}

.main-menu ul li>ul {
    background: var(--color-2);
    border-radius: 5px;
    display: none;
    height: auto;
    left: 0;
    padding: 20px;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 100%;
    z-index: 999
}

.main-menu ul li>ul li:not(:last-child) {
    margin-bottom: 20px
}

.main-menu ul li>ul li a {
    font-weight: 400;
    text-transform: none
}

.main-menu ul li:hover>ul {
    display: block
}

.global-btn-style,
.wp-block-button {
    background: #f7d047;
    border-radius: 56px;
    display: inline-block;
    height: 56px;
    line-height: 56px
}

.global-btn-style a,
.global-btn-style span,
.wp-block-button a,
.wp-block-button span {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 0 42px;
    text-transform: uppercase
}

.global-btn-style:hover,
.wp-block-button:hover {
    box-shadow: 0 0 20px rgba(2, 7, 41, .1)
}

.-size-m.wp-block-button,
.global-btn-style.-size-m {
    height: 64px;
    line-height: 64px
}

.-size-m.wp-block-button a,
.-size-m.wp-block-button span,
.global-btn-style.-size-m a,
.global-btn-style.-size-m span {
    font-size: 17px
}

.-size-l.wp-block-button,
.global-btn-style.-size-l {
    height: 78px;
    line-height: 78px
}

.-size-l.wp-block-button a,
.-size-l.wp-block-button span,
.global-btn-style.-size-l a,
.global-btn-style.-size-l span {
    font-size: 18px;
    padding: 0 64px
}

.-style-style_2.wp-block-button,
.global-btn-style.-style-style_2 {
    background: #25513b
}

.-style-style_3.wp-block-button,
.global-btn-style.-style-style_3 {
    background: var(--color-2)
}

.-style-style_4.wp-block-button,
.global-btn-style.-style-style_4 {
    background: #fff
}

.-style-style_4.wp-block-button a,
.-style-style_4.wp-block-button span,
.global-btn-style.-style-style_4 a,
.global-btn-style.-style-style_4 span {
    color: #25513b
}

.-style-style_5.wp-block-button,
.global-btn-style.-style-style_5 {
    background: transparent;
    border: 1px solid #fff
}

.-style-style_5.wp-block-button a,
.-style-style_5.wp-block-button span,
.global-btn-style.-style-style_5 a,
.global-btn-style.-style-style_5 span {
    color: #fff
}

.hero-block {
    background: radial-gradient(circle at 78% 14%, rgba(136, 69, 255, 0.24), transparent 18%), radial-gradient(circle at 92% 24%, rgba(16, 255, 117, 0.14), transparent 20%), linear-gradient(145deg, #060707 0%, #111315 55%, #16191b 100%);
    padding: 32px 0
}

@media (max-width:768px) {
    .hero-block {
        padding: 32px 0 !important
    }
}

.hero-block .hero-block--row {
    grid-gap: 86px;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

@media (max-width:768px) {
    .hero-block .hero-block--row {
        display: block
    }
}

.hero-block .hero-block--row.-center-grid {
    display: flex;
    flex-direction: column;
    place-content: center;
    place-items: center;
    text-align: center
}

@media (max-width:768px) {
    .hero-block .hero-block--row.-center-grid {
        display: block
    }

    .hero-block .hero-block__content {
        margin-bottom: 32px
    }
}

.hero-block .hero-block__content .hero-block__small-title {
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: linear-gradient(270.87deg, #f01111 13.94%, #ff8d35 71.56%);
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
    margin-bottom: 12px
}

.hero-block .hero-block__content h1 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 24px
}

@media (max-width:768px) {
    .hero-block .hero-block__content h1 {
        font-size: 30px;
        margin-bottom: 20px
    }
}

.hero-block .hero-block__content .hero-block__short-desc {
    color: var(--lucky-muted);
    margin-bottom: 32px
}

.hero-block .hero-block__img {
    display: flex;
    place-content: center;
    place-items: center
}

.hero-block .hero-block__img img {
    height: auto;
    max-width: 100%;
    width: auto
}

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

    .hero-block .hero-block__link a {
        width: 100%
    }
}

.hero-block .hero-block__bonus {
    background: #fff;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 100px 24px 42px;
    place-content: center;
    place-items: center;
    position: relative
}

@media (max-width:768px) {
    .hero-block .hero-block__bonus {
        margin-top: 80px;
        text-align: center
    }
}

.hero-block .hero-block__bonus:before {
    animation: loop 4s infinite;
    background: var(--color-red) url(../../images/bonus-icon.svg) no-repeat center;
    background-size: 56px;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 120px;
    left: 50%;
    position: absolute;
    top: -62px;
    transform: translateX(-50%);
    transition: .5s;
    width: 120px
}

@media (max-width:768px) {
    .hero-block .hero-block__bonus:before {
        background-size: 36px;
        height: 76px;
        top: -32px;
        width: 76px
    }
}

@keyframes loop {

    0%,
    to {
        transform: translateX(-50%) scale(1)
    }

    50% {
        transform: translateX(-50%) scale(1.3)
    }
}

.hero-block .hero-block__bonus .bonus-title {
    color: #32644c;
    font-size: 24px;
    font-weight: 700
}

@media (max-width:768px) {
    .hero-block .hero-block__bonus .bonus-title {
        font-size: 18px
    }
}

.hero-block .hero-block__bonus .bonus-summ {
    color: #25513b;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width:768px) {
    .hero-block .hero-block__bonus .bonus-summ {
        font-size: 30px
    }
}

.hero-block .hero-block__bonus .bonus-link a {
    border: 1px solid var(--color-red);
    border-radius: 56px;
    color: var(--color-red);
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 48px;
    line-height: 46px;
    padding: 0 42px;
    text-transform: uppercase
}

.hero-block .hero-block__bonus .bonus-link:hover a {
    background: var(--color-red);
    color: #fff
}

.hero-block .hero-block__bonus.-style-style_2 {
    background: linear-gradient(270.87deg, #f01111 13.94%, #ff8d35 71.56%)
}

.hero-block .hero-block__bonus.-style-style_2:before {
    background: #fff url(../../images/bonus-icon-c.svg) no-repeat 50%
}

.hero-block .hero-block__bonus.-style-style_2 .bonus-summ,
.hero-block .hero-block__bonus.-style-style_2 .bonus-title {
    color: #fff
}

.hero-block .hero-block__bonus.-style-style_2 .bonus-link a {
    background: #fff;
    box-shadow: 0 0 20px rgba(2, 7, 41, .1);
    color: var(--color-red)
}

.hero-block .hero-block__bonus.-style-style_2 .bonus-link:hover a {
    background: #25513b;
    color: #fff
}

.hero-block .hero-block__bonus.-style-style_3 {
    background: #32644c
}

.hero-block .hero-block__bonus.-style-style_3:before {
    background: #fff url(../../images/bonus-icon-c.svg) no-repeat 50%
}

.hero-block .hero-block__bonus.-style-style_3 .bonus-summ,
.hero-block .hero-block__bonus.-style-style_3 .bonus-title {
    color: #fff
}

.hero-block .hero-block__bonus.-style-style_3 .bonus-link a {
    background: #25513b;
    color: #fff
}

.hero-block .hero-block__bonus.-style-style_3 .bonus-link:hover a {
    background: #fff;
    box-shadow: 0 0 20px rgba(2, 7, 41, .1);
    color: var(--color-red)
}

.download-app-block {
    margin-bottom: 86px;
    padding-top: 86px
}

@media (max-width:768px) {
    .download-app-block {
        margin-bottom: 42px;
        padding-top: 42px
    }
}

.download-app-block .download-app-block--row {
    grid-gap: 86px;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

@media (max-width:768px) {
    .download-app-block .download-app-block--row {
        display: block
    }

    .download-app-block .download-app-block--row .download-app-block__content {
        margin-bottom: 24px
    }
}

.download-app-block h2 {
    color: #fff;
    margin-bottom: 16px
}

.download-app-block .download-app-block__text {
    margin-bottom: 32px
}

@media (max-width:768px) {
    .download-app-block .download-app-block__btn {
        text-align: center;
        width: 100%
    }

    .download-app-block .download-app-block__btn a {
        width: 100%
    }
}

.download-app-block .download-app-block__img {
    display: flex;
    flex-direction: column;
    place-content: center;
    place-items: center;
    position: relative
}

.download-app-block .download-app-block__links {
    grid-gap: 20px;
    bottom: 36px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: absolute
}

@media (max-width:768px) {
    .download-app-block .download-app-block__links {
        grid-template-columns: 1fr;
        position: relative
    }
}

.download-app-block .download-app-block__links .download-app-block__link a {
    background: #32644c;
    border: 1px solid var(--color-red);
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    height: 64px;
    line-height: 1.2;
    padding: 10px 16px 10px 76px
}

.download-app-block .download-app-block__links .download-app-block__link a span {
    display: block;
    font-size: 15px;
    font-weight: 500
}

.download-app-block .download-app-block__links .download-app-block__link.-android a {
    background: #32644c url(../../images/android-icon.svg) no-repeat center left 16px;
    background-size: 46px
}

.download-app-block .download-app-block__links .download-app-block__link.-ios a {
    background: #32644c url(../../images/ios-icon.svg) no-repeat center left 16px;
    background-size: 46px
}

.download-app-block.-style-style_3 .download-app-block__content h2 {
    text-transform: uppercase
}

.download-app-block.-style-style_3 .download-app-block__content .download-app-block__btn {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
    line-height: 52px
}

.download-app-block.-style-style_3 .download-app-block__content .download-app-block__btn a {
    color: #fff
}

.download-app-block.-style-style_3 .download-app-block__content .download-app-block__btn:hover {
    background: var(--color-red);
    border-color: var(--color-red)
}

.download-app-block.-style-style_3 .download-app-block__links {
    grid-gap: 0;
    background: #32644c;
    border: 1px solid var(--color-red);
    border-radius: 5px
}

.download-app-block.-style-style_3 .download-app-block__links .download-app-block__link:first-child {
    border-right: 1px solid var(--color-red)
}

.download-app-block.-style-style_3 .download-app-block__links .download-app-block__link a {
    border: none;
    border-radius: 0;
    color: var(--color-red);
    padding: 10px 16px 10px 76px
}

.download-app-block.-style-style_3 .download-app-block__links .download-app-block__link a span {
    color: #fff
}

.download-app-block.-style-style_3 .download-app-block__links .download-app-block__link.-android a {
    background: url(../../images/android-icon.svg) no-repeat center left 16px;
    background-size: 46px
}

.download-app-block.-style-style_3 .download-app-block__links .download-app-block__link.-ios a {
    background: url(../../images/ios-icon.svg) no-repeat center left 16px;
    background-size: 46px
}

.download-inst-block {
    padding: 86px 0
}

@media (max-width:768px) {
    .download-inst-block {
        padding: 42px 0
    }
}

.download-inst-block .download-inst-block--row {
    grid-gap: 86px;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

@media (max-width:768px) {
    .download-inst-block .download-inst-block--row {
        display: block
    }

    .download-inst-block .download-inst-block__content {
        margin-bottom: 24px
    }
}

.download-inst-block .download-inst-block__content h2 {
    color: #fff
}

.download-inst-block .download-inst-block__content .download-inst-block__text {
    margin: 16px 0 32px
}

.download-inst-block .download-inst-block-qr {
    grid-gap: 16px;
    align-items: center;
    background: var(--color-2);
    border-radius: 5px;
    display: grid;
    grid-template-columns: max-content 1fr;
    margin-top: 32px;
    padding: 16px
}

@media (max-width:768px) {
    .download-inst-block .download-inst-block-qr {
        display: block
    }
}

.download-inst-block .download-inst-block-qr .download-inst-block-qr__img {
    height: auto;
    width: 140px
}

@media (max-width:768px) {
    .download-inst-block .download-inst-block-qr .download-inst-block-qr__img {
        display: block;
        margin: 0 auto 20px;
        max-width: 100%;
        width: auto
    }
}

.download-inst-block .download-inst-block-qr .how-to-install__p {
    align-items: center;
    display: flex;
    gap: 12px
}

.download-inst-block .download-inst-block-qr .how-to-install__p i {
    display: block;
    height: 46px;
    width: 24px
}

.download-inst-block .download-inst-block-qr .how-to-install__p span {
    color: #fff;
    font-size: 20px
}

.download-inst-block .download-inst-block-qr .how-to-install__p img {
    display: inline-block;
    height: auto;
    width: 24px
}

.download-inst-block .download-inst-block-qr .how-to-install__p a {
    border-bottom: 1px solid var(--color-red);
    color: var(--color-red)
}

.download-inst-block .download-inst-block-qr .how-to-install__p a:hover {
    border: none
}

.download-inst-block .download-inst-block-qr .how-to-install__p.-top {
    margin-bottom: 24px
}

.download-inst-block .download-inst-block-qr .how-to-install__p.-top i {
    background: url(../../images/qr-arrow-top.svg) no-repeat 50%;
    background-size: contain
}

.download-inst-block .download-inst-block-qr .how-to-install__p.-bottom i {
    background: url(../../images/qr-arrow-bottom.svg) no-repeat 50%;
    background-size: contain
}

.slider-block {
    background: var(--color-2);
    border-radius: 10px;
    padding: 60px 30px
}

@media (max-width:768px) {
    .slider-block {
        padding: 30px 20px
    }
}

.slider-block .g-slider {
    padding-top: 50px;
    position: relative
}

.slider-block .splide__pagination {
    bottom: unset;
    display: flex !important;
    gap: 14px !important;
    list-style: none !important;
    position: absolute;
    top: 0;
    width: 100%
}

.slider-block .splide__pagination li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important
}

.slider-block .splide__pagination li button.is-active {
    background: var(--color-red);
    opacity: 1
}

.slider-block .splide__arrow {
    background: #25513b;
    border-radius: 5px;
    height: 46px;
    width: 46px
}

.slider-block .splide__arrow svg {
    fill: #fff
}

.slider-block .slider-block__title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center
}

@media (max-width:768px) {
    .slider-block .slider-block__title {
        font-size: 18px;
        line-height: 1.3
    }
}

.slider-block .g-slider__slide {
    display: flex;
    flex-direction: column;
    place-content: center
}

.slider-block .g-slider__slide img {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    width: 100%
}

.slider-block .g-slider__slide .g-slider__step {
    font-size: 26px;
    font-weight: 700;
    margin: 20px 0 14px;
    text-align: center;
    text-transform: uppercase
}

.slider-block .g-slider__slide .g-slider__text {
    font-size: 17px;
    text-align: center
}

.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
    color: var(--lucky-text);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 16px
}

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

.post-entry ol {
    list-style: decimal;
    margin-bottom: 24px;
    margin-left: 40px
}

@media (max-width:768px) {
    .post-entry ol {
        margin-left: 18px
    }
}

.post-entry ol li {
    list-style: unset
}

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

.post-entry ol li::marker {
    color: var(--lucky-green);
    font-weight: 700
}

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

.post-entry ul,
.post-entry ul li {
    list-style: disc
}

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

.post-entry ul li::marker {
    color: var(--lucky-green);
    font-size: 18px;
    font-weight: 700
}

.process-block {
    padding: 86px 0
}

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

.process-block .process-block__head {
    margin-bottom: 64px;
    text-align: center
}

.process-block .process-block__head .process-block__small-title {
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: linear-gradient(270.87deg, #f01111 13.94%, #ff8d35 71.56%);
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px
}

.process-block .process-block__head h2 {
    color: #fff
}

.process-block .process-block__head .process-block__desc {
    margin-top: 14px
}

.process-block .process-block__items {
    grid-gap: 124px;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

@media (max-width:768px) {
    .process-block .process-block__items {
        display: block
    }
}

.process-block .process-block__items .process-block__item {
    text-align: center
}

@media (max-width:768px) {
    .process-block .process-block__items .process-block__item:not(:last-child) {
        margin-bottom: 32px
    }
}

.process-block .process-block__items .process-block__item .process-block__icon {
    display: flex;
    margin-bottom: 30px;
    place-content: center;
    place-items: center
}

.process-block .process-block__items .process-block__item .process-block__icon span {
    background: linear-gradient(270.87deg, #f01111 13.94%, #ff8d35 71.56%);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    position: relative;
    text-align: center;
    width: 60px
}

.process-block .process-block__items .process-block__item .process-block__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2
}

@media (max-width:768px) {
    .process-block .process-block__items .process-block__item .process-block__title {
        font-size: 18px
    }
}

.process-block .process-block__items .process-block__item .process-block__text {
    font-size: 16px;
    margin-top: 16px
}

.process-block .process-block__items .process-block__item .process-block__img {
    display: flex;
    place-content: center;
    place-items: center
}

.process-block .process-block__items .process-block__item .process-block__img img {
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: auto
}

@media (max-width:768px) {
    .process-block .process-block__items .process-block__item .process-block__img img {
        height: 120px
    }
}

@media (min-width:768px) {
    .process-block .process-block__items .process-block__item.-line .process-block__icon span:after {
        background: url(../../images/line-orange.svg) no-repeat 100%;
        content: "";
        display: inline-block;
        height: 12px;
        left: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 370px
    }
}

.benefits-block {
    background: var(--color-2);
    padding: 124px 0 100px
}

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

.benefits-block .benefits-block--row {
    grid-gap: 86px;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

@media (max-width:768px) {
    .benefits-block .benefits-block--row {
        display: block
    }

    .benefits-block .benefits-block__content {
        margin-bottom: 32px
    }
}

.benefits-block .benefits-block__content .benefits-block__small-title {
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: linear-gradient(270.87deg, #f01111 13.94%, #ff8d35 71.56%);
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px
}

.benefits-block .benefits-block__content h2 {
    color: #fff
}

.benefits-block .benefits-block__content .benefits-block__text {
    margin: 16px 0 32px
}

.benefits-block .benefits-block__items {
    grid-gap: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

@media (max-width:768px) {
    .benefits-block .benefits-block__items {
        display: block
    }
}

.benefits-block .benefits-block__items .benefits-block__items__item {
    background: linear-gradient(135deg, #007c38 0%, var(--lucky-green) 100%);
    border-radius: 8px;
    padding: 42px 20px
}

@media (max-width:768px) {
    .benefits-block .benefits-block__items .benefits-block__items__item {
        margin-bottom: 16px;
        padding: 20px
    }
}

@media (min-width:768px) {

    .benefits-block .benefits-block__items .benefits-block__items__item.-item-1,
    .benefits-block .benefits-block__items .benefits-block__items__item.-item-3 {
        margin-top: -30px
    }
}

.benefits-block .benefits-block__items .benefits-block__items__item .benefits-block__items__item__icon i {
    display: inline-block;
    height: 64px;
    width: 64px
}

.benefits-block .benefits-block__items .benefits-block__items__item .benefits-block__items__item__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin: 24px 0 12px
}

@media (max-width:768px) {
    .benefits-block .benefits-block__items .benefits-block__items__item .benefits-block__items__item__title {
        font-size: 18px;
        margin: 20px 0 10px
    }
}

.benefits-block .benefits-block__items .benefits-block__items__item .benefits-block__items__item__text {
    font-size: 16px
}

.benefits-block.-style-style_2 .benefits-block__items {
    order: -1
}

.benefits-block.-style-style_3 .benefits-block--row {
    display: flex;
    flex-direction: column;
    gap: 30px
}

@media (max-width:768px) {
    .benefits-block.-style-style_3 .benefits-block--row {
        display: block
    }
}

.benefits-block.-style-style_3 .benefits-block__content {
    grid-gap: 42px;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr max-content
}

@media (max-width:768px) {
    .benefits-block.-style-style_3 .benefits-block__content {
        display: block
    }
}

.benefits-block.-style-style_3 .benefits-block__items {
    grid-template-columns: repeat(3, 1fr)
}

@media (max-width:768px) {
    .benefits-block.-style-style_3 .benefits-block__items {
        display: block
    }
}

.benefits-block.-style-style_3 .benefits-block__items .benefits-block__items__item.-item-1,
.benefits-block.-style-style_3 .benefits-block__items .benefits-block__items__item.-item-3 {
    margin-top: 0
}

.reviews-block {
    padding: 100px 0;
    position: relative
}

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

.reviews-block .reviews-block__block-title {
    margin-bottom: 20px
}

.reviews-block .reviews-block__block-title h2 {
    color: #fff
}

.reviews-block .reviews-block__slider {
    position: relative
}

.reviews-block .reviews-block__thumbnails {
    bottom: 32px;
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
    width: 760px
}

@media (max-width:768px) {
    .reviews-block .reviews-block__thumbnails {
        display: none
    }
}

.reviews-block .reviews-block__thumbnails .reviews-block__thumbnail img {
    border: 2px solid var(--color-red);
    border-radius: 50%;
    height: 62px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 62px
}

.reviews-block .reviews-block__thumbnails .reviews-block__thumbnail__img {
    background: linear-gradient(270.87deg, #f01111 13.94%, #ff8d35 71.56%);
    border-radius: 50%;
    height: 62px;
    position: relative;
    width: 62px
}

.reviews-block .reviews-block__thumbnails .reviews-block__thumbnail__img:after {
    background: url(../../images/arrow-w.svg) no-repeat 50%;
    background-size: 16px;
    content: "";
    display: inline-block;
    height: 62px;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(-80deg);
    width: 62px
}

.reviews-slide-item {
    display: flex;
    gap: 80px
}

@media (max-width:768px) {
    .reviews-slide-item {
        display: block
    }
}

.reviews-slide-item .reviews-slide-item__content {
    grid-gap: 24px;
    background: #25513b;
    border-radius: 8px;
    display: grid;
    grid-template-columns: max-content 1fr;
    min-height: 340px;
    padding: 60px 32px
}

@media (max-width:768px) {
    .reviews-slide-item .reviews-slide-item__content {
        display: block;
        padding: 30px 20px
    }
}

.reviews-slide-item .reviews-slide-item__content .reviews-slide-item__photo {
    border: 2px solid var(--color-red);
    border-radius: 50%;
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 90px
}

@media (max-width:768px) {
    .reviews-slide-item .reviews-slide-item__content .reviews-slide-item__photo {
        height: 76px;
        margin-bottom: 16px;
        width: 76px
    }
}

.reviews-slide-item .reviews-slide-item__content .reviews-slide-item__name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px
}

.reviews-slide-item .reviews-slide-item__content .reviews-slide-item__desc {
    font-size: 16px;
    margin-bottom: 24px;
    opacity: .8
}

.reviews-slide-item .reviews-slide-item__content .reviews-slide-item__text {
    font-size: 20px;
    font-style: italic
}

.reviews-slide-item .reviews-slide-item__screen {
    flex: 1 0 auto;
    max-width: 320px;
    width: 100%
}

@media (max-width:768px) {
    .reviews-slide-item .reviews-slide-item__screen {
        margin-top: 20px;
        max-width: 100%
    }
}

.reviews-slide-item .reviews-slide-item__screen img {
    height: auto;
    width: 100%
}

.reviews-slide-item__last-btn {
    background: #25513b;
    border-radius: 8px;
    display: flex;
    min-height: 340px;
    padding: 60px 32px;
    place-content: center;
    place-items: center
}

.reviews-slide-item__last-btn a {
    background: linear-gradient(270.87deg, #f01111 13.94%, #ff8d35 71.56%);
    border-radius: 56px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: 64px;
    line-height: 64px;
    padding: 0 86px;
    text-transform: uppercase
}

.sports-block {
    padding: 100px 0
}

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

.sports-block .sports-block__head {
    margin-bottom: 64px;
    text-align: center
}

.sports-block .sports-block__head .sports-block__small-title {
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: linear-gradient(270.87deg, #f01111 13.94%, #ff8d35 71.56%);
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px
}

.sports-block .sports-block__head h2 {
    color: #fff
}

.sports-block .sports-block__head .sports-block__desc {
    margin-top: 20px
}

.sports-block__tab .sports-block__tab__header {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
    place-content: center;
    place-items: center
}

@media (max-width:768px) {
    .sports-block__tab .sports-block__tab__header {
        flex-wrap: wrap;
        gap: 8px
    }
}

.sports-block__tab .sports-block__tab__header .tab-label {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    padding: 12px 24px
}

@media (max-width:768px) {
    .sports-block__tab .sports-block__tab__header .tab-label {
        font-size: 14px;
        padding: 6px 8px
    }
}

.sports-block__tab .sports-block__tab__header .tab-label.-toggle {
    background: linear-gradient(270.87deg, #f01111 13.94%, #ff8d35 71.56%);
    border-color: var(--color-red);
    color: #fff;
    padding: 13px 24px
}

@media (max-width:768px) {
    .sports-block__tab .sports-block__tab__header .tab-label.-toggle {
        padding: 7px 8px
    }
}

.sports-block__tab .sports-block__tab__content {
    display: none
}

.sports-block__tab .sports-block__tab__content.-toggle {
    display: block
}

.sports-block__tab .sports-block__posts__title {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 20px
}

.sports-block__tab .sports-block__posts {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

@media (max-width:768px) {
    .sports-block__tab .sports-block__posts {
        grid-gap: 10px;
        grid-template-columns: repeat(2, 1fr)
    }
}

.sports-block__tab .sports-block__posts .sports-block__posts__item {
    background: #25513b;
    border-radius: 8px;
    overflow: hidden
}

.sports-block__tab .sports-block__posts .sports-block__posts__item img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media (max-width:768px) {
    .sports-block__tab .sports-block__posts .sports-block__posts__item img {
        height: 96px
    }
}

.sports-block__tab .sports-block__posts .sports-block__posts__item .sports-block__posts__item__text {
    font-size: 20px;
    font-weight: 500;
    padding: 20px;
    text-align: center
}

@media (max-width:768px) {
    .sports-block__tab .sports-block__posts .sports-block__posts__item .sports-block__posts__item__text {
        font-size: 14px;
        padding: 12px
    }
}

.sports-block__tab .sports-block__posts .sports-block__posts__item .sports-block__posts__item__link {
    padding: 20px
}

@media (max-width:768px) {
    .sports-block__tab .sports-block__posts .sports-block__posts__item .sports-block__posts__item__link {
        padding: 12px
    }
}

.sports-block__tab .sports-block__posts .sports-block__posts__item .sports-block__posts__item__link a {
    background: #32644c;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 500;
    height: 56px;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    transition: .25s ease;
    width: 100%
}

@media (max-width:768px) {
    .sports-block__tab .sports-block__posts .sports-block__posts__item .sports-block__posts__item__link a {
        font-size: 12px;
        height: 44px;
        line-height: 44px
    }
}

.sports-block__tab .sports-block__posts .sports-block__posts__item .sports-block__posts__item__link a:hover {
    box-shadow: 0 0 28px rgba(2, 7, 41, .143)
}

.faq-block {
    padding: 100px 0
}

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

.faq-block .faq-block__head {
    margin-bottom: 64px;
    text-align: center
}

.faq-block .faq-block__head .faq-block__small-title {
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: linear-gradient(270.87deg, #f01111 13.94%, #ff8d35 71.56%);
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px
}

.faq-block .faq-block__head h2 {
    color: #fff
}

.faq-block .faq-block__head .faq-block__desc {
    margin-top: 20px
}

.faq-list {
    margin: 0 auto;
    max-width: 860px;
    width: 100%
}

.faq-list .faq-list--item:not(:last-child) {
    margin-bottom: 20px
}

.faq-list .faq-list--item .faq-list--label {
    background: #25513b;
    border-radius: 32px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding: 12px 24px;
    position: relative
}

@media (max-width:768px) {
    .faq-list .faq-list--item .faq-list--label {
        font-size: 15px;
        padding: 10px 12px
    }
}

.faq-list .faq-list--item .faq-list--label:after {
    color: #fff;
    content: "-";
    display: inline-block;
    font-size: 18px;
    position: absolute;
    right: 24px;
    top: 12px
}

.faq-list .faq-list--item .faq-list--text {
    display: none;
    font-size: 16px;
    padding: 20px 24px
}

@media (max-width:768px) {
    .faq-list .faq-list--item .faq-list--text {
        font-size: 14px;
        padding: 12px
    }
}

.faq-list .faq-list--item.-toggle .faq-list--label {
    background: linear-gradient(270.87deg, #f01111 13.94%, #ff8d35 71.56%)
}

.faq-list .faq-list--item.-toggle .faq-list--label:after {
    content: "+"
}

.faq-list .faq-list--item.-toggle .faq-list--text {
    display: block
}

.cta-block {
    padding: 100px 0
}

.cta-block .cta-block--row {
    display: flex;
    flex-direction: column;
    place-content: center;
    place-items: center
}

.cta-block .cta-block__small-title {
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: linear-gradient(270.87deg, #f01111 13.94%, #ff8d35 71.56%);
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px
}

.cta-block h2 {
    color: #fff
}

.cta-block .cta-block__text {
    margin: 20px 0 32px
}

.events-block {
    padding: 100px 0
}

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

.events-block .events-block__head {
    grid-gap: 32px;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr max-content;
    margin-bottom: 32px
}

@media (max-width:768px) {
    .events-block .events-block__head {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        place-content: center;
        place-items: center;
        text-align: center
    }
}

.events-block .events-block__head .events-block__small-title {
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: linear-gradient(270.87deg, #f01111 13.94%, #ff8d35 71.56%);
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px
}

@media (max-width:768px) {
    .events-block .events-block__head .events-block__small-title {
        font-size: 14px
    }
}

.events-block .events-block__head h2 {
    color: #fff
}

.events-block .events-block__head .events-block__text {
    margin: 20px 0 32px
}

.events-block .events-block__items {
    grid-gap: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

@media (max-width:768px) {
    .events-block .events-block__items {
        display: block
    }
}

.events-block .events-block__items .events-block__items__item {
    background: #25513b;
    border: 3px solid #25513b;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 200px 1fr;
    overflow: hidden
}

@media (max-width:768px) {
    .events-block .events-block__items .events-block__items__item {
        display: block
    }

    .events-block .events-block__items .events-block__items__item:not(:last-child) {
        margin-bottom: 16px
    }
}

.events-block .events-block__items .events-block__items__item .events-block__items__item__date {
    display: flex;
    flex-direction: column;
    padding: 32px 20px;
    place-content: center;
    place-items: center;
    text-align: center
}

.events-block .events-block__items .events-block__items__item .events-block__items__item__date .events-block__items__item__date_label {
    font-size: 14px
}

.events-block .events-block__items .events-block__items__item .events-block__items__item__date .events-block__items__item__date_link {
    margin: 24px 0;
    width: 100%
}

.events-block .events-block__items .events-block__items__item .events-block__items__item__date .events-block__items__item__date_link a {
    background: linear-gradient(270.87deg, #f01111 13.94%, #ff8d35 71.56%);
    border-radius: 32px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    height: 46px;
    line-height: 46px;
    text-align: center;
    transition: all .25s ease;
    width: 100%
}

.events-block .events-block__items .events-block__items__item .events-block__items__item__date .events-block__items__item__date_link a:hover {
    box-shadow: 0 0 28px rgba(2, 7, 41, .143)
}

.events-block .events-block__items .events-block__items__item .events-block__items__item__content {
    background: var(--color-2)
}

.events-block .events-block__items .events-block__items__item .events-block__items__item__content img {
    height: 164px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.events-block .events-block__items .events-block__items__item .events-block__items__item__content .events-block__items__item__title {
    padding: 20px
}

.events-block .events-block__items .events-block__items__item .events-block__items__item__content .events-block__items__item__title h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2
}

.events-block .events-block__items .events-block__items__item .events-block__items__item__content .events-block__items__item__title .events-block__items__item__text {
    font-size: 15px;
    margin-top: 12px
}

.posts-block {
    padding: 100px 0
}

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

.posts-block .posts-block__head {
    grid-gap: 32px;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr max-content;
    margin-bottom: 32px
}

@media (max-width:768px) {
    .posts-block .posts-block__head {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        place-content: center;
        place-items: center;
        text-align: center
    }
}

.posts-block .posts-block__head .posts-block__small-title {
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: linear-gradient(270.87deg, #f01111 13.94%, #ff8d35 71.56%);
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px
}

.posts-block .posts-block__head h2 {
    color: #fff
}

.posts-block .posts-block__head .posts-block__text {
    margin: 20px 0 32px
}

.posts-grid {
    grid-gap: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

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

.posts-grid.-cat {
    grid-template-columns: repeat(2, 1fr)
}

.posts-grid .posts-grid__item {
    background: #25513b;
    border-radius: 5px;
    overflow: hidden
}

.posts-grid .posts-grid__item img {
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media (max-width:768px) {
    .posts-grid .posts-grid__item img {
        height: 96px
    }
}

.posts-grid .posts-grid__item .posts-grid__content {
    padding: 20px
}

@media (max-width:768px) {
    .posts-grid .posts-grid__item .posts-grid__content {
        padding: 12px
    }
}

.posts-grid .posts-grid__item .posts-grid__title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 12px
}

@media (max-width:768px) {
    .posts-grid .posts-grid__item .posts-grid__title {
        font-size: 18px;
        line-height: 1.3
    }
}

.posts-grid .posts-grid__item .posts-grid__title a {
    color: #fff
}

.posts-grid .posts-grid__item .posts-grid__title a:hover {
    color: var(--color-red)
}

.posts-grid .posts-grid__item .posts-grid__text {
    font-size: 15px
}

@media (max-width:768px) {
    .posts-grid .posts-grid__item .posts-grid__text {
        display: none
    }
}

.wp-block-media-text__content h2,
.wp-block-media-text__content h3,
.wp-block-media-text__content h4,
.wp-block-media-text__content h5,
.wp-block-media-text__content h6 {
    margin-bottom: 16px
}

.wp-block-media-text {
    padding: 86px 0
}

@media (max-width:768px) {
    .wp-block-media-text {
        grid-gap: 20px;
        padding: 42px 0
    }

    .wp-block-media-text .wp-block-media-text__content {
        padding: 0 !important
    }
}

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

.toc-block {
    padding: 56px 0;
}

@media (max-width:768px) {
    .toc-block {
        padding: 36px 0
    }
}

.toc-block .toc-block--row {
    grid-gap: 20px;
    align-items: center;
    border-radius: 5px;
    display: grid;
    grid-template-columns: max-content 1fr
}

@media (max-width:768px) {
    .toc-block .toc-block--row {
        display: block;
        padding: 12px
    }
}

.toc-block .toc-block__title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase
}

@media (max-width:768px) {
    .toc-block .toc-block__title {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 16px
    }

    .toc-block .toc-block__links ul {
        margin: 0 !important
    }
}

.toc-block .toc-block__links ul li {
    display: inline-block;
    margin: 0 8px 8px 0
}

@media (max-width:768px) {
    .toc-block .toc-block__links ul li {
        margin-right: 4px
    }
}

.toc-block .toc-block__links ul li a {
    background: transparent;
    border: 1px solid var(--lucky-green);
    border-radius: 32px;
    color: var(--lucky-purple-bright);
    display: inline-block;
    font-size: 15px;
    height: 48px;
    line-height: 46px;
    padding: 0 32px
}

@media (max-width:768px) {
    .toc-block .toc-block__links ul li a {
        background: transparent;
        font-size: 13px;
        height: auto;
        line-height: 1.3;
        padding: 5px 8px
    }
}

.toc-block .toc-block__links ul li a:hover {
    background: transparent;
    border-color: var(--lucky-green);
    color: var(--lucky-green-bright)
}

.has-color-1-background-color,
.has-color-2-background-color,
.has-color-3-background-color,
.has-red-background-color {
    margin-bottom: 64px
}

.has-color-1-background-color .wp-block-group__inner-container,
.has-color-2-background-color .wp-block-group__inner-container,
.has-color-3-background-color .wp-block-group__inner-container,
.has-red-background-color .wp-block-group__inner-container {
    background: #25513b;
    border-radius: 8px;
    padding: 32px 20px
}

.has-color-2-background-color .wp-block-group__inner-container,
.has-color-3-background-color .wp-block-group__inner-container {
    background: var(--color-2)
}

.has-red-background-color .wp-block-group__inner-container {
    background: var(--color-red)
}

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

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

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

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

.g-popup-block .g-popup-block__content .g-popup-block__logo {
    border-radius: 4px;
    padding: 4px 8px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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 b,
.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: #f7d047;
    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: linear-gradient(135deg, #007c38 0%, var(--lucky-green) 100%);
    border-radius: 32px;
    color: #fff;
    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
}

.promocode-block {
    background: var(--color-2);
    padding: 86px 0
}

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

.promocode-block .promocode-block__content {
    background: #fff;
    border-radius: 5px;
    margin: 0 auto;
    max-width: 640px;
    padding: 32px 24px;
    width: 100%
}

@media (max-width:768px) {
    .promocode-block .promocode-block__content {
        padding: 20px;
        text-align: center
    }
}

.promocode-block .promocode-block__title {
    align-items: center;
    display: flex;
    gap: 12px
}

@media (max-width:768px) {
    .promocode-block .promocode-block__title {
        display: block
    }
}

.promocode-block .promocode-block__title i {
    background: var(--color-red) url(../../images/info-icon.svg) no-repeat center;
    background-size: 15px;
    border-radius: 50%;
    display: inline-block;
    height: 24px;
    width: 24px
}

@media (max-width:768px) {
    .promocode-block .promocode-block__title i {
        display: none
    }
}

.promocode-block .promocode-block__title span {
    color: var(--color-2);
    font-size: 28px;
    font-weight: 700
}

@media (max-width:768px) {
    .promocode-block .promocode-block__title span {
        font-size: 20px;
        line-height: 1.3
    }
}

.promocode-block .promocode-block__middle {
    grid-gap: 32px;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 32px 0 16px
}

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

.promocode-block .promocode-block__middle .promocode-block__code {
    background: var(--color-gray);
    border: 1px solid var(--color-border);
    border-radius: 32px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    height: 56px;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.promocode-block .promocode-block__middle .promocode-block__btn {
    background: var(--color-red);
    border-radius: 32px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    height: 56px;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
    transition: all .25s ease;
    width: 100%
}

.promocode-block .promocode-block__middle .promocode-block__btn:hover {
    box-shadow: 0 0 28px rgba(2, 7, 41, .143)
}

.promocode-block .promocode-block__date {
    color: #000;
    font-size: 14px;
    opacity: .76
}

.promocode-block .promocode-block__date span {
    font-weight: 500
}

.bonused-block {
    padding: 100px 0
}

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

.bonused-block .bonused-block__slider {
    padding: 0 76px
}

@media (max-width:768px) {
    .bonused-block .bonused-block__slider {
        padding: 0 56px
    }
}

.bonused-block .bonused-block__slider__item {
    grid-gap: 32px;
    align-items: center;
    display: grid;
    grid-template-columns: max-content 1fr max-content
}

@media (max-width:768px) {
    .bonused-block .bonused-block__slider__item {
        display: flex;
        flex-direction: column;
        gap: 20px;
        place-content: center;
        place-items: center;
        text-align: center
    }
}

.bonused-block .bonused-block__slider__item img {
    background: #000;
    border-radius: 50%;
    height: 76px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    padding: 8px;
    width: 76px
}

.bonused-block .bonused-block__slider__item .bonused-block__slider__item__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2
}

@media (max-width:768px) {
    .bonused-block .bonused-block__slider__item .bonused-block__slider__item__title {
        font-size: 18px
    }
}

.bonused-block .bonused-block__slider__item .bonused-block__slider__item__text {
    font-size: 15px;
    line-height: 1.2;
    margin-top: 12px;
    opacity: .76
}

@media (max-width:768px) {
    .bonused-block .bonused-block__slider__item .bonused-block__slider__item__text {
        font-size: 14px
    }
}

.bonused-block.-style-style_2 {
    background: #fff;
    color: #000
}

.site-footer {
    background: var(--color-2);
    margin-top: 42px;
    padding: 86px 0 32px
}

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

.site-footer .site-footer--row {
    grid-gap: 64px;
    display: grid;
    grid-template-columns: 400px repeat(2, 1fr) max-content
}

@media (max-width:768px) {
    .site-footer .site-footer--row {
        display: flex;
        flex-direction: column;
        gap: 24px
    }
}

.site-footer .site-footer__logo {
    margin-bottom: 32px
}

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

.site-footer .site-footer__menu_title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 16px;
    position: relative
}

.site-footer .site-footer__menu_title:before {
    background: var(--lucky-green);
    border-radius: 10px;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 24px
}

.site-footer .site-footer__text {
    color: #fff;
    font-size: 14px;
    margin-bottom: 32px
}

.site-footer .site-footer__soc-links ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    margin: 0
}

.site-footer .site-footer__soc-links ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

.site-footer .site-footer__soc-links ul li a {
    display: block
}

.site-footer .site-footer__soc-links ul li a i {
    display: block;
    height: 36px;
    width: 36px
}

.site-footer .site-footer__soc-links ul li a i.icon-hover,
.site-footer .site-footer__soc-links ul li a:hover .icon {
    display: none
}

.site-footer .site-footer__soc-links ul li a:hover .icon-hover {
    display: block
}

.site-footer .site-header__langs .site-header__langs__list {
    background: #25513b
}

.site-footer .site-header__langs ul,
.site-footer .site-header__langs ul li {
    margin: 0;
    padding: 0
}

.site-footer .site-header__langs ul li::marker,
.site-footer .site-header__langs ul li:before {
    display: none;
    font-size: 0
}

.site-footer__menu ul li:not(:last-child) {
    margin-bottom: 14px
}

.site-footer__menu ul li::marker {
    font-size: 20px
}

.site-footer__menu ul li a {
    color: #fff
}

.site-footer__menu ul li:hover>a {
    opacity: .76
}

.site-footer__bottom {
    margin-bottom: 32px;
    margin-top: 32px
}

.footer-menu {
    background: #32644c;
    border-radius: 8px;
    padding: 8px 20px;
    text-align: center
}

.footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin: 0;
    place-content: center;
    place-items: center
}

@media (max-width:768px) {
    .footer-menu ul {
        flex-wrap: wrap;
        gap: 20px
    }
}

.footer-menu ul li {
    flex: 1 0 auto;
    margin: 0 !important;
    padding: 0
}

@media (max-width:768px) {
    .footer-menu ul li {
        flex: 0 auto
    }
}

.footer-menu ul li::marker {
    font-size: 0
}

.footer-menu ul li a {
    color: #fff
}

.footer-menu ul li:hover>a {
    opacity: .76
}

.site-footer__logos {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 86px;
    place-content: center;
    place-items: center
}

.site-footer__logos img {
    flex: 1 0 auto;
    height: 76px;
    max-width: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: auto
}

@media (max-width:768px) {
    .site-footer__logos img {
        height: 46px
    }
}

.site-footer__copyr {
    color: #fff;
    font-size: 14px;
    opacity: .6;
    text-align: center
}

.pros-cons-block {
    grid-gap: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 86px 0
}

@media (max-width:768px) {
    .pros-cons-block {
        display: block;
        padding: 42px 20px
    }
}

.pros-cons-block .pros-cons-block__col {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 76px 20px 32px;
    position: relative
}

.pros-cons-block .pros-cons-block__icon {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 64px;
    left: 50%;
    position: absolute;
    top: -32px;
    transform: translateX(-50%);
    width: 64px;
    z-index: 3
}

.pros-cons-block .pros-cons-block__icon i {
    border-radius: 50%;
    display: block;
    height: 64px;
    width: 64px
}

.pros-cons-block .pros-cons-block__title {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px
}

.pros-cons-block .pros-cons-block__items {
    color: #000
}

.pros-cons-block .pros-cons-block__items ul {
    margin: 0
}

.pros-cons-block .pros-cons-block__items ul li {
    padding-left: 24px;
    position: relative
}

.pros-cons-block .pros-cons-block__items ul li:not(:last-child) {
    margin-bottom: 12px
}

.pros-cons-block .pros-cons-block__items ul li::marker {
    font-size: 0
}

.pros-cons-block .pros-cons-block__items ul li:before {
    content: "";
    display: inline-block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 16px
}

.pros-cons-block .pros-cons-block__col.-pros {
    border-color: #24a174
}

@media (max-width:768px) {
    .pros-cons-block .pros-cons-block__col.-pros {
        margin-bottom: 46px;
        margin-top: 24px
    }
}

.pros-cons-block .pros-cons-block__col.-pros .pros-cons-block__icon {
    border-color: #24a174
}

.pros-cons-block .pros-cons-block__col.-pros .pros-cons-block__icon i {
    background: url(../../images/pros-icon.svg) no-repeat 50%;
    background-size: 32px
}

.pros-cons-block .pros-cons-block__col.-pros .pros-cons-block__items ul li:before {
    background: #fff url(../../images/pros-li-icon.svg) no-repeat 50%;
    background-size: contain;
    content: ""
}

.pros-cons-block .pros-cons-block__col.-cons,
.pros-cons-block .pros-cons-block__col.-cons .pros-cons-block__icon {
    border-color: #e74b3c
}

.pros-cons-block .pros-cons-block__col.-cons .pros-cons-block__icon i {
    background: url(../../images/cons-icon.svg) no-repeat 50%;
    background-size: 32px
}

.pros-cons-block .pros-cons-block__col.-cons .pros-cons-block__items ul li:before {
    background: url(../../images/cons-li-icon.svg) no-repeat 50%;
    background-size: contain;
    content: ""
}

.expert-block-style-1 {
    grid-gap: 24px;
    background: var(--color-gray);
    border: 1px solid var(--color-border);
    border-radius: 8px;
    color: #000;
    display: grid;
    grid-template-columns: max-content 1fr;
    margin-bottom: 56px;
    padding: 32px 20px
}

@media (max-width:768px) {
    .expert-block-style-1 {
        display: block;
        padding: 20px
    }

    .expert-block-style-1 .expert-block-style-1__img {
        margin-bottom: 10px
    }
}

.expert-block-style-1 .expert-block-style-1__img img {
    border-radius: 50%;
    height: 124px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 124px
}

@media (max-width:768px) {
    .expert-block-style-1 .expert-block-style-1__img img {
        height: 64px;
        width: 64px
    }
}

.expert-block-style-1 .expert-block-style-1__name {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 8px
}

@media (max-width:768px) {
    .expert-block-style-1 .expert-block-style-1__name {
        font-size: 18px
    }
}

.expert-block-style-1 .expert-block-style-1__short-desc {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 24px;
    opacity: .76
}

.expert-block-style-1 .expert-block-style-1__text {
    padding-bottom: 56px;
    padding-top: 56px;
    position: relative
}

.expert-block-style-1 .expert-block-style-1__text:after,
.expert-block-style-1 .expert-block-style-1__text:before {
    background: url(../../images/quote-icon-before.svg) no-repeat 0;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 46px;
    left: -8px;
    position: absolute;
    top: 0;
    width: 46px
}

.expert-block-style-1 .expert-block-style-1__text:after {
    background: url(../../images/quote-icon-after.svg) no-repeat 100%;
    background-size: contain;
    bottom: 0;
    left: unset;
    right: 0;
    top: unset
}

.expert-block-style-2 {
    background: #000;
    border-radius: 8px;
    margin-bottom: 56px;
    padding: 32px 20px
}

.expert-block-style-2 .expert-block-style-2__head {
    grid-gap: 24px;
    display: grid;
    grid-template-columns: max-content 1fr;
    margin-bottom: 16px
}

@media (max-width:768px) {
    .expert-block-style-2 .expert-block-style-2__head {
        display: block
    }
}

.expert-block-style-2 .expert-block-style-2__block-title {
    text-transform: uppercase
}

@media (max-width:768px) {
    .expert-block-style-2 .expert-block-style-2__block-title {
        display: none
    }

    .expert-block-style-2 .expert-block-style-2__img {
        margin-bottom: 16px
    }
}

.expert-block-style-2 .expert-block-style-2__img img {
    border-radius: 50%;
    height: 108px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 108px
}

@media (max-width:768px) {
    .expert-block-style-2 .expert-block-style-2__img img {
        height: 64px;
        width: 64px
    }
}

.expert-block-style-2 .expert-block-style-2__name {
    color: #fcc331;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 8px
}

.expert-block-style-2 .expert-block-style-2__short-desc {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 24px;
    opacity: .76
}

.expert-block-style-2 .expert-block-style-2__text {
    background: #f7f7f7;
    border-radius: 8px;
    color: #000;
    padding: 24px 20px;
    position: relative
}

@media (min-width:768px) {
    .expert-block-style-2 .expert-block-style-2__text:before {
        background: url(../../images/quote-arrow-top.svg) no-repeat 0;
        background-size: contain;
        content: "";
        display: inline-block;
        height: 30px;
        left: 40px;
        position: absolute;
        top: -12px;
        width: 30px
    }
}

.breadcrumbs {
    color: #e0e0e0;
    font-size: 14px;
    margin-bottom: 32px
}

.breadcrumbs a {
    color: #fff
}

.breadcrumbs a:hover {
    border-bottom: 1px solid #fff
}

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

.page-header {
    margin-bottom: 24px
}

.page-header h1 {
    color: #fff
}

.faq-section--wrapper {
    background: #32644c;
    margin-top: 42px;
    padding: 86px 0
}

@media (max-width:768px) {
    .faq-section--wrapper {
        padding: 42px 0
    }
}

@media (min-width:768px) {
    .faq-section--wrapper .faq-list {
        grid-column-gap: 32px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        max-width: 100%
    }
}

.category-grid {
    grid-gap: 56px;
    display: grid;
    grid-template-columns: 1fr 340px;
    margin-bottom: 86px
}

@media (max-width:768px) {
    .category-grid {
        display: block
    }

    .category-grid>main {
        margin-bottom: 32px
    }
}

.page-navigation {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 42px 0;
    place-content: center;
    place-items: center;
    position: relative
}

@media (max-width:768px) {
    .page-navigation {
        gap: 14px
    }
}

.page-navigation .page-numbers {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(12, 42, 149, .15);
    color: #403e3e;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px
}

@media (max-width:768px) {
    .page-navigation .page-numbers {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        width: 30px
    }
}

.page-navigation .page-numbers.current,
.page-navigation .page-numbers:hover {
    background: linear-gradient(270.87deg, #f01111 13.94%, #ff8d35 71.56%);
    color: #fff
}

.page-navigation .page-numbers.next,
.page-navigation .page-numbers.prev {
    border-radius: 32px;
    padding: 0 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto
}

@media (max-width:768px) {

    .page-navigation .page-numbers.next,
    .page-navigation .page-numbers.prev {
        font-size: 0;
        padding: 0;
        width: 30px
    }
}

.page-navigation .page-numbers.next:hover,
.page-navigation .page-numbers.prev:hover {
    background: #fff;
    box-shadow: none;
    color: #000;
    opacity: .86
}

.page-navigation .page-numbers.next:after,
.page-navigation .page-numbers.prev:after {
    background: url(../../images/pagi-arrow-l.svg) no-repeat 50%;
    background-size: 20px;
    content: "";
    height: 24px;
    left: 24px;
    position: absolute;
    top: 6px;
    width: 24px
}

@media (max-width:768px) {

    .page-navigation .page-numbers.next:after,
    .page-navigation .page-numbers.prev:after {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }
}

.page-navigation .page-numbers.prev {
    left: 0;
    padding-left: 54px
}

@media (max-width:768px) {
    .page-navigation .page-numbers.prev {
        padding: 0
    }
}

.page-navigation .page-numbers.next {
    padding-right: 54px;
    right: 0
}

@media (max-width:768px) {
    .page-navigation .page-numbers.next {
        padding: 0
    }
}

.page-navigation .page-numbers.next:after {
    background: url(../../images/pagi-arrow-r.svg) no-repeat 50%;
    background-size: 20px;
    left: unset;
    right: 24px
}

@media (max-width:768px) {
    .page-navigation .page-numbers.next:after {
        right: unset
    }
}

.sidebar-block {
    margin-bottom: 30px
}

.sidebar-block .sidebar-block__title {
    background: linear-gradient(270.87deg, #f01111 13.94%, #ff8d35 71.56%);
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    height: 60px;
    line-height: 60px;
    padding: 0 20px
}

.sidebar-block .sidebar-block__content {
    background: #25513b;
    border-radius: 0 0 5px 5px;
    padding: 20px
}

.sidebar-search {
    position: relative
}

.sidebar-search form input[type=email],
.sidebar-search form input[type=password],
.sidebar-search form input[type=text],
.sidebar-search form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    background: #000;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-family: Poppins, sans-serif;
    height: 52px;
    padding: 12px 20px
}

.sidebar-search form input[type=email]:focus,
.sidebar-search form input[type=password]:focus,
.sidebar-search form input[type=text]:focus,
.sidebar-search form textarea:focus {
    border-color: var(--color-red);
    color: var(--color-red);
    outline: none
}

.sidebar-search form textarea {
    height: 188px
}

.sidebar-search form ::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.sidebar-search form ::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.sidebar-search form :-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.sidebar-search form :-moz-placeholder {
    color: #fff;
    font-size: 16px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.sidebar-search form :focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.sidebar-search form :focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.sidebar-search form :focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.sidebar-search form :focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.sidebar-search form textarea::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    text-indent: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.sidebar-search form textarea:-moz-placeholder,
.sidebar-search form textarea::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    text-indent: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.sidebar-search form textarea:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    text-indent: 0;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.sidebar-search form textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    text-indent: 50px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.sidebar-search form textarea:focus:-moz-placeholder,
.sidebar-search form textarea:focus::-moz-placeholder {
    opacity: 0;
    text-indent: 50px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.sidebar-search form textarea:focus:-ms-input-placeholder {
    opacity: 0;
    text-indent: 50px;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.sidebar-search form input {
    background: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 0 !important;
    height: 50px;
    padding: 0 16px !important;
    width: 100%
}

.sidebar-search form input:focus {
    border-color: var(--color-red) !important
}

.sidebar-search form button {
    background: url(../../images/search-icon-g.svg) no-repeat 50%;
    background-size: 16px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px
}

.side-categories ul li {
    padding-left: 20px;
    position: relative
}

.side-categories ul li:before {
    background: url(../../images/cat-li-icon.svg) no-repeat 50%;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 12px
}

.side-categories ul li:not(:last-child) {
    margin-bottom: 8px
}

.side-categories ul li a {
    color: #fff
}

.side-categories ul li a:hover {
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: linear-gradient(270.87deg, #f01111 13.94%, #ff8d35 71.56%);
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block
}

.side-posts .side-posts__item {
    grid-gap: 16px;
    align-items: center;
    display: grid;
    grid-template-columns: max-content 1fr
}

.side-posts .side-posts__item:not(:last-child) {
    margin-bottom: 24px
}

.side-posts .side-posts__item img {
    border-radius: 5px;
    height: 86px;
    width: 90px
}

.side-posts .side-posts__item .side-posts__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 12px
}

.side-posts .side-posts__item .side-posts__title a {
    color: #fff
}

.side-posts .side-posts__item .side-posts__title a:hover {
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: linear-gradient(270.87deg, #f01111 13.94%, #ff8d35 71.56%);
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block
}

.side-posts .side-posts__item .side-posts__date {
    color: #fff;
    font-size: 14px
}

.side-tags {
    margin-bottom: -10px
}

.side-tags .side-tags__item {
    display: inline-block;
    margin: 0 6px 10px 0
}

.side-tags .side-tags__item a {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 8px 10px
}

.side-tags .side-tags__item a:hover {
    background: linear-gradient(270.87deg, #f01111 13.94%, #ff8d35 71.56%);
    border-color: transparent
}

.post-wrapper {
    background: #25513b;
    border-radius: 10px;
    overflow: hidden;
    padding: 32px 20px
}

.post-wrapper,
.wp-block-table {
    margin-bottom: 42px
}

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

.wp-block-table table {
    width: 100%
}

@media (max-width:768px) {
    .wp-block-table table {
        width: 800px
    }
}

table {
    border-collapse: collapse;
    border-radius: 3px;
    box-shadow: 0 0 20px rgba(2, 7, 41, .1);
    overflow: hidden
}

table thead tr {
    border-radius: 10px
}

table thead tr th {
    background: #000;
    color: #fff;
    padding: 20px 32px
}

table tr:nth-child(odd) {
    background: var(--color-2);
    color: #fff
}

table tr:first-child {
    border-radius: 10px 10px 0 0
}

table tr:last-child {
    border-radius: 0 0 10px 10px
}

table tr td {
    padding: 20px 32px
}

.wp-block-quote {
    background: #32644c url(../../images/quote-icon.svg) no-repeat left 30px top 40px;
    background-size: 32px;
    border-left: 3px solid var(--color-red);
    border-radius: 6px;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 36px;
    overflow: hidden;
    padding: 90px 30px 40px
}

@media (max-width:768px) {
    .wp-block-quote {
        font-size: 17px
    }
}

.wp-block-quote cite {
    font-size: 15px;
    font-weight: 500
}

@media (max-width:768px) {
    .wp-block-quote cite {
        font-size: 14px
    }
}

.post-page-img {
    margin: -30px -20px 42px
}

@media (max-width:768px) {
    .post-page-img {
        margin-bottom: 32px
    }
}

.post-page-img img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media (max-width:768px) {
    .post-page-img img {
        height: 160px
    }
}

.text-color-white {
    color: #fff
}

.mb24 {
    margin-bottom: 24px
}

.review-title {
    grid-gap: 24px;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr max-content;
    margin-bottom: 56px
}

@media (max-width:768px) {
    .review-title {
        grid-template-columns: 1fr;
        margin-bottom: 30px
    }
}

.review-title .review-title__title {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px
}

@media (max-width:768px) {
    .review-title .review-title__title {
        font-size: 26px
    }
}

.review-title .add-review-btn {
    background: linear-gradient(270.87deg, #f01111 13.94%, #ff8d35 71.56%);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(2, 7, 41, .1);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 44px;
    line-height: 44px;
    padding: 0 24px;
    text-align: center;
    text-transform: uppercase
}

.review-title .add-review-btn:hover {
    opacity: .86
}

.g-rev-page-comment-form {
    border: 1px solid var(--color-red);
    border-radius: 10px;
    padding: 54px 32px;
    position: relative;
    width: 100%
}

@media (max-width:768px) {
    .g-rev-page-comment-form {
        padding: 32px 20px
    }
}

.g-rev-page-comment-form .g-rev-page-comment-form__close {
    background: #fff url(../../images/close-red.svg) no-repeat 50%;
    background-size: 10px;
    border: 1px solid #fff;
    border-radius: 8px;
    height: 42px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 42px
}

.g-rev-page-comment-form .g-rev-page-comment-form__close:hover {
    opacity: .86
}

.g-rev-page-comment-form .g-rev-page-comment-form--title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center
}

@media (max-width:768px) {
    .g-rev-page-comment-form .g-rev-page-comment-form--title {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 20px
    }
}

.g-rev-page-comment-form .g-rev-page-comment-form--desc {
    color: #fff;
    margin-bottom: 32px;
    text-align: center
}

.g-rev-page-comment-form form input[type=email],
.g-rev-page-comment-form form input[type=password],
.g-rev-page-comment-form form input[type=text],
.g-rev-page-comment-form form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    background: #000;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-family: Poppins, sans-serif;
    height: 52px;
    padding: 12px 20px
}

.g-rev-page-comment-form form input[type=email]:focus,
.g-rev-page-comment-form form input[type=password]:focus,
.g-rev-page-comment-form form input[type=text]:focus,
.g-rev-page-comment-form form textarea:focus {
    border-color: var(--color-red);
    color: var(--color-red);
    outline: none
}

.g-rev-page-comment-form form textarea {
    height: 188px
}

.g-rev-page-comment-form form ::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form form ::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form form :-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form form :-moz-placeholder {
    color: #fff;
    font-size: 16px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form form :focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form form :focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form form :focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form form :focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form form textarea::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    text-indent: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form form textarea:-moz-placeholder,
.g-rev-page-comment-form form textarea::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    text-indent: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form form textarea:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    text-indent: 0;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form form textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    text-indent: 50px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form form textarea:focus:-moz-placeholder,
.g-rev-page-comment-form form textarea:focus::-moz-placeholder {
    opacity: 0;
    text-indent: 50px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form form textarea:focus:-ms-input-placeholder {
    opacity: 0;
    text-indent: 50px;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form form .g-rev-page-comment-form--input-group {
    grid-column-gap: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

@media (max-width:768px) {
    .g-rev-page-comment-form form .g-rev-page-comment-form--input-group {
        display: block
    }
}

.g-rev-page-comment-form form input,
.g-rev-page-comment-form form textarea {
    margin-bottom: 30px
}

@media (max-width:768px) {

    .g-rev-page-comment-form form input,
    .g-rev-page-comment-form form textarea {
        margin-bottom: 16px;
        width: 100%
    }
}

.g-rev-page-comment-form form textarea {
    height: 160px;
    resize: none;
    width: 100%
}

.g-rev-page-comment-form form button {
    align-items: center;
    background: linear-gradient(270.87deg, #f01111 13.94%, #ff8d35 71.56%);
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(2, 7, 41, .1);
    display: flex;
    gap: 8px;
    height: 44px;
    line-height: 44px;
    margin-left: 50%;
    padding: 0 24px;
    position: relative;
    transform: translateX(-50%)
}

@media (max-width:768px) {
    .g-rev-page-comment-form form button {
        margin: 0;
        place-content: center;
        text-align: center;
        transform: unset;
        width: 100%
    }
}

.g-rev-page-comment-form form button span {
    color: #fff;
    font-size: 15px;
    font-weight: 500s;
    text-transform: uppercase
}

.g-rev-page-comment-form form button i {
    background: url(../../images/fly-icon.svg) no-repeat 50%;
    background-size: 18px;
    display: inline-block;
    height: 18px;
    width: 18px
}

.g-rev-page-comment-form form button:hover {
    opacity: .86
}

.g-rev-page-comment-form.-ajax-form {
    grid-column-gap: 12px;
    background: var(--color-2);
    border: none;
    margin: 20px 0 24px;
    padding: 30px 20px
}

.g-rev-page-comment-form.-ajax-form input[type=email],
.g-rev-page-comment-form.-ajax-form input[type=password],
.g-rev-page-comment-form.-ajax-form input[type=text],
.g-rev-page-comment-form.-ajax-form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    background: #000;
    border: none;
    border-radius: 10px;
    color: var(--color-placeholder);
    font-family: Poppins, sans-serif;
    height: 52px;
    padding: 12px 20px
}

.g-rev-page-comment-form.-ajax-form input[type=email]:focus,
.g-rev-page-comment-form.-ajax-form input[type=password]:focus,
.g-rev-page-comment-form.-ajax-form input[type=text]:focus,
.g-rev-page-comment-form.-ajax-form textarea:focus {
    border-color: var(--color-red);
    color: var(--color-red);
    outline: none
}

.g-rev-page-comment-form.-ajax-form textarea {
    height: 188px
}

.g-rev-page-comment-form.-ajax-form ::-webkit-input-placeholder {
    color: var(--color-placeholder);
    font-size: 16px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form.-ajax-form ::-moz-placeholder {
    color: var(--color-placeholder);
    font-size: 16px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form.-ajax-form :-ms-input-placeholder {
    color: var(--color-placeholder);
    font-size: 16px;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form.-ajax-form :-moz-placeholder {
    color: var(--color-placeholder);
    font-size: 16px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form.-ajax-form :focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form.-ajax-form :focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form.-ajax-form :focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form.-ajax-form :focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form.-ajax-form textarea::-webkit-input-placeholder {
    color: var(--color-placeholder);
    font-size: 16px;
    text-indent: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form.-ajax-form textarea:-moz-placeholder,
.g-rev-page-comment-form.-ajax-form textarea::-moz-placeholder {
    color: var(--color-placeholder);
    font-size: 16px;
    text-indent: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form.-ajax-form textarea:-ms-input-placeholder {
    color: var(--color-placeholder);
    font-size: 16px;
    text-indent: 0;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form.-ajax-form textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    text-indent: 50px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form.-ajax-form textarea:focus:-moz-placeholder,
.g-rev-page-comment-form.-ajax-form textarea:focus::-moz-placeholder {
    opacity: 0;
    text-indent: 50px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form.-ajax-form textarea:focus:-ms-input-placeholder {
    opacity: 0;
    text-indent: 50px;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form.-ajax-form input,
.g-rev-page-comment-form.-ajax-form textarea {
    background: #fff !important;
    border-color: var(--color-border) !important;
    margin-bottom: 12px
}

.g-rev-page-comment-form.-ajax-form .g-rev-page-comment-form__close {
    display: none
}

.g-rev-page-comment-form.-ajax-form .g-rev-page-comment-form--title {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    text-align: left
}

.g-rev-page-comment-form.-ajax-form .g-rev-page-comment-form--desc {
    display: none
}

.g-rev-page-comment-form.-ajax-form .cancel-reply-form {
    background: url(../../images/close-red.svg) no-repeat 0;
    background-size: 15px;
    color: var(--color-red);
    font-size: 14px;
    font-weight: 500;
    margin: 16px 0 24px;
    padding-left: 24px
}

.g-rev-page-comment-form.-ajax-form button {
    margin-left: 0;
    transform: unset
}

.comment-form-errrors {
    display: none;
    margin-bottom: 24px;
    margin-top: 20px;
    padding-left: 24px
}

.comment-form-errrors ul {
    margin: 0 0 0 -30px;
    padding: 0 0 0 30px
}

.comment-form-errrors li {
    color: var(--color-red);
    font-size: 14px
}

.comment-form-errrors li:not(:last-child) {
    margin-bottom: 5px
}

.g-rev-page-comments-list__comment--wrapp.-child-comment .g-rev-page-comments-list__comment {
    margin-left: 42px
}

@media (max-width:768px) {
    .g-rev-page-comments-list__comment--wrapp.-child-comment .g-rev-page-comments-list__comment {
        margin-left: 30px
    }
}

.g-rev-page-comments-list__comment {
    background: var(--color-2);
    border-radius: 10px;
    margin-bottom: 24px;
    padding: 30px
}

@media (max-width:768px) {
    .g-rev-page-comments-list__comment {
        padding: 16px
    }
}

.g-rev-page-comments-list__comment .g-rev-comment--top-area {
    grid-gap: 24px;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr max-content
}

.g-rev-page-comments-list__comment .g-rev-comment--top-area .g-rev-comment--user {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px
}

.g-rev-page-comments-list__comment .g-rev-comment--top-area .g-rev-comment--date {
    font-size: 14px
}

.g-rev-page-comments-list__comment .g-rev-comment--top-area .g-rev-comment--reply {
    background: url(../../images/reply-icon.svg) no-repeat 100%;
    background-size: 10px;
    color: #fff;
    font-size: 14px;
    padding-right: 20px
}

.g-rev-page-comments-list__comment .g-rev-comment__comment {
    background: #fff;
    border-radius: 8px;
    color: #000;
    font-size: 15px;
    margin-top: 20px;
    padding: 20px
}

@media (max-width:768px) {
    .g-rev-page-comments-list__comment .g-rev-comment__comment {
        padding: 16px
    }
}

.g-rev-page-comments-list__comment .g-rev-comment__comment p:not(:last-child) {
    margin-bottom: 16px
}

.g-comment-moder-text {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px
}

.form-section.-toggle {
    display: none
}

.thanks-section {
    display: none;
    text-align: center
}

.thanks-section.-toggle {
    display: block
}

.thanks-section img {
    display: block;
    margin: 0 auto 32px
}

.thanks-section .thanks-close-btn {
    background: linear-gradient(270.87deg, #f01111 13.94%, #ff8d35 71.56%);
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 44px;
    line-height: 44px;
    padding: 0 24px;
    text-transform: uppercase
}

.thanks-section .thanks-close-btn:hover {
    opacity: .86
}

.download-links {
    grid-gap: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 86px
}

@media (max-width:768px) {
    .download-links {
        grid-gap: 16px;
        grid-template-columns: 1fr;
        margin-bottom: 42px
    }
}

.download-links .download-links__item {
    grid-gap: 16px;
    align-items: center;
    background: #25513b;
    border-radius: 6px;
    display: grid;
    grid-template-columns: max-content 1fr;
    padding: 12px 20px
}

.download-links .download-links__item i {
    display: block;
    height: 32px;
    width: 32px
}

.download-links .download-links__item .download-links__title {
    color: #fff;
    font-size: 15px;
    line-height: 1.2
}

.download-links .download-links__item .download-links__title span {
    display: block;
    font-size: 17px;
    font-weight: 500
}

.download-links .download-links__item:hover {
    background: linear-gradient(270.87deg, #f01111 13.94%, #ff8d35 71.56%)
}

.mb64 {
    margin-bottom: 64px !important
}

@media (max-width:768px) {
    .mb64 {
        margin-bottom: 32px !important
    }
}

.contacts-grid {
    grid-gap: 86px;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

@media (max-width:768px) {
    .contacts-grid {
        display: block
    }
}

.g-contact-form {
    background: #25513b;
    border-radius: 10px;
    padding: 42px 30px
}

@media (max-width:768px) {
    .g-contact-form {
        margin-top: 32px;
        padding: 30px 20px
    }
}

.g-contact-form .g-contact-form__title {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px
}

@media (max-width:768px) {
    .g-contact-form .g-contact-form__title {
        font-size: 18px
    }
}

.g-contact-form form input[type=email],
.g-contact-form form input[type=password],
.g-contact-form form input[type=text],
.g-contact-form form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    background: #000;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-family: Poppins, sans-serif;
    height: 52px;
    padding: 12px 20px
}

.g-contact-form form input[type=email]:focus,
.g-contact-form form input[type=password]:focus,
.g-contact-form form input[type=text]:focus,
.g-contact-form form textarea:focus {
    border-color: var(--color-red);
    color: var(--color-red);
    outline: none
}

.g-contact-form form textarea {
    height: 188px
}

.g-contact-form form ::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.g-contact-form form ::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.g-contact-form form :-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.g-contact-form form :-moz-placeholder {
    color: #fff;
    font-size: 16px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.g-contact-form form :focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.g-contact-form form :focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.g-contact-form form :focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.g-contact-form form :focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.g-contact-form form textarea::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    text-indent: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.g-contact-form form textarea:-moz-placeholder,
.g-contact-form form textarea::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    text-indent: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.g-contact-form form textarea:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    text-indent: 0;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.g-contact-form form textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    text-indent: 50px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.g-contact-form form textarea:focus:-moz-placeholder,
.g-contact-form form textarea:focus::-moz-placeholder {
    opacity: 0;
    text-indent: 50px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.g-contact-form form textarea:focus:-ms-input-placeholder {
    opacity: 0;
    text-indent: 50px;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.g-contact-form form input,
.g-contact-form form textarea {
    background: var(--color-2) !important;
    border: 1px solid hsla(0, 0%, 100%, .1) !important;
    border-radius: 5px !important;
    margin-bottom: 16px;
    width: 100%
}

.g-contact-form form textarea {
    height: 120px;
    resize: none !important
}

.g-contact-form form button {
    background: linear-gradient(270.87deg, #f01111 13.94%, #ff8d35 71.56%);
    border-radius: 4px !important;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    height: 46px;
    line-height: 46px;
    padding: 0 32px
}

.g-contact-form form button:hover {
    opacity: .86
}

.contacts-adresses {
    grid-gap: 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 76px;
    margin-top: 100px
}

@media (max-width:768px) {
    .contacts-adresses {
        display: block
    }
}

.contacts-adresses .contacts-adresses__col {
    background: #25513b;
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 10px;
    padding: 64px 20px 32px;
    position: relative;
    text-align: center
}

@media (max-width:768px) {
    .contacts-adresses .contacts-adresses__col {
        padding-top: 42px
    }

    .contacts-adresses .contacts-adresses__col:not(:last-child) {
        margin-bottom: 56px
    }
}

.contacts-adresses .contacts-adresses__col .contacts-adresses__icon {
    height: 84px;
    left: 50%;
    position: absolute;
    top: -42px;
    transform: translateX(-50%);
    width: 84px
}

@media (max-width:768px) {
    .contacts-adresses .contacts-adresses__col .contacts-adresses__icon {
        height: 42px;
        top: -24px;
        width: 42px
    }
}

.contacts-adresses .contacts-adresses__col .contacts-adresses__icon i {
    display: block;
    height: 84px;
    width: 84px
}

@media (max-width:768px) {
    .contacts-adresses .contacts-adresses__col .contacts-adresses__icon i {
        height: 42px;
        width: 42px
    }
}

.contacts-adresses .contacts-adresses__col .contacts-adresses__icon i.location {
    background: url(../../images/location.svg) no-repeat 50%;
    background-size: contain
}

.contacts-adresses .contacts-adresses__col .contacts-adresses__icon i.email {
    background: url(../../images/email-icon.svg) no-repeat 50%;
    background-size: contain
}

.contacts-adresses .contacts-adresses__col .contacts-adresses__icon i.phone {
    background: url(../../images/phone-icon.svg) no-repeat 50%;
    background-size: contain
}

.contacts-adresses .contacts-adresses__col .contacts-adresses__title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px
}

.contacts-adresses .contacts-adresses__col .contacts-adresses__text {
    font-size: 14px
}

.contacts-adresses .contacts-adresses__col .contacts-adresses__text a {
    color: #fff
}

.reviews-block-page {
    margin-bottom: 56px
}

.reviews-block-page .reviews-slide-item {
    margin-bottom: 24px
}

.error-page {
    padding: 86px 0;
    text-align: center
}

.error-page .error-page__img {
    margin-bottom: 24px;
    text-align: center
}

.error-page .error-page__img img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    width: auto
}

.error-page .error-page__title {
    color: #fff;
    margin-bottom: 20px
}

.error-page .error-page__text {
    margin: 0 auto 56px;
    max-width: 460px;
    width: 100%
}

.error-page .error-page__link {
    text-align: center
}

.error-page .error-page__link a {
    background: linear-gradient(270.87deg, #f01111 13.94%, #ff8d35 71.56%);
    border-radius: 64px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    height: 58px;
    line-height: 58px;
    padding: 0 42px;
    text-transform: uppercase
}

.error-page .error-page__link a:hover {
    opacity: .86
}


/* Lucky Star migrated overrides */
/* Lucky Star inspired visual override loaded after the compiled bundle. */
:root {
    --color-1: #020202;
    --color-2: #18191b;
    --color-3: #222729;
    --color-red: #00b24b;
    --color-link: #a471ff;
    --color-link-hover: #c3a2ff;
    --color-border: rgba(255, 255, 255, 0.08);
    --color-placeholder: #94a0a7;
    --lucky-bg: #020202;
    --lucky-bg-soft: #141415;
    --lucky-surface: #18191b;
    --lucky-surface-2: #222729;
    --lucky-border: rgba(255, 255, 255, 0.08);
    --lucky-text: #f3f3f3;
    --lucky-muted: #a0a0a0;
    --lucky-green: #00b24b;
    --lucky-green-bright: #10ff75;
    --lucky-purple: #8845ff;
    --lucky-purple-bright: #a471ff;
    --lucky-shadow: 0 22px 48px rgba(0, 0, 0, 0.34);
}

html {
    background: var(--lucky-bg);
}

body {
    background: var(--lucky-surface);
    color: var(--lucky-text);
    font-family: Inter, sans-serif;
}

::selection {
    background: rgba(16, 255, 117, 0.3);
    color: #fff;
}

a {
    transition:
        color 0.22s ease,
        background 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease,
        transform 0.22s ease,
        opacity 0.22s ease;
}

.h2,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--lucky-text);
}

.hero-block .hero-block__content .hero-block__small-title,
.process-block .process-block__head .process-block__small-title {
    background: linear-gradient(135deg, var(--lucky-purple) 0%, var(--lucky-green-bright) 100%) !important;
}

.site-header {
    background: rgba(2, 2, 2, 0.94) !important;
    border-bottom: 1px solid var(--lucky-border);
    backdrop-filter: blur(18px);
    position: relative;
    z-index: 50;
}

.main-menu {
    background: rgba(24, 25, 27, 0.92) !important;
    border-bottom: 1px solid var(--lucky-border);
    backdrop-filter: blur(18px);
    position: relative;
    z-index: 10;
}


.header-menu ul li:hover>a,
.main-menu ul li a:hover,
.mob-main-menu ul li a:hover,
.site-header .site-header__btn a:hover,
.site-footer a:hover {
    color: var(--lucky-purple-bright) !important;
}

.site-header .site-header__btn.-reg::before {
    background: rgba(16, 255, 117, 0.5) !important;
}

.site-header .site-header__btns {
    gap: 16px;
}

.site-header .site-header__btn {
    background: none !important;
    margin-left: 0 !important;
    min-height: 0;
    padding-left: 0 !important;
}

.site-header .site-header__btn a {
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--lucky-border);
    border-radius: 999px;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    padding: 0 22px;
}

.site-header .site-header__btn.-login a {
    background: rgba(255, 255, 255, 0.06) !important;
    color: #fff !important;
}

.site-header .site-header__btn.-reg a {
    background: linear-gradient(135deg, var(--lucky-green) 0%, var(--lucky-green-bright) 100%) !important;
    border-color: transparent;
    box-shadow:
        0 10px 26px rgba(0, 178, 75, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.14);
    color: #031108 !important;
}

.site-header .site-header__btn.-login a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

.site-header .site-header__btn.-reg a:hover {
    transform: translateY(-1px);
}

.site-header__langs .site-header__langs__current i {
    background: linear-gradient(145deg, #00351f, var(--lucky-green)) !important;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.06),
        0 0 18px rgba(0, 178, 75, 0.3);
}

.site-header__langs .site-header__langs__list,
.main-menu ul li>ul,
.mob-main-menu ul li>ul {
    background: var(--lucky-surface) !important;
    border: 1px solid var(--lucky-border);
    box-shadow: var(--lucky-shadow);
}

.site-header__langs {
    position: relative;
    z-index: 120;
}

.site-header__langs .site-header__langs__current {
    align-items: center;
    background-position: right 16px center !important;
    background-size: 10px !important;
    cursor: pointer;
    display: grid;
    gap: 10px;
    grid-template-columns: 20px 1fr;
    min-height: 48px;
    padding-left: 14px;
    padding-right: 36px;
    user-select: none;
}

.site-header__langs .site-header__langs__current span {
    font-size: 15px;
    line-height: 1;
    padding-right: 6px;
}

.site-header__langs .site-header__langs__list {
    border-radius: 18px;
    display: none !important;
    min-width: 220px;
    overflow: hidden;
    padding: 8px;
    z-index: 130;
}

.site-header__langs:hover .site-header__langs__list {
    display: none !important;
}

.site-header__langs.-toggle .site-header__langs__list {
    display: block !important;
}

.site-header__langs .site-header__langs__list ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-header__langs .site-header__langs__list li {
    margin: 0 !important;
}

.site-header__langs .site-header__langs__list li a {
    align-items: center;
    border-radius: 12px;
    display: flex !important;
    gap: 10px;
    min-height: 44px;
    padding: 10px 12px;
    width: 100%;
}

.site-header__langs .site-header__langs__list li a img {
    border-radius: 50%;
    flex: 0 0 18px;
    height: 18px !important;
    width: 18px !important;
}

.site-header__langs .site-header__langs__list li a span {
    font-size: 14px !important;
    line-height: 1.2;
    margin-left: 0 !important;
}

.hero-block .hero-block__link {
    margin-top: 12px;
}

.global-btn-style,
.wp-block-button,
.review-title .add-review-btn,
.g-contact-form form button,
.g-rev-page-comment-form form button,
.thanks-section .thanks-close-btn,
.error-page .error-page__link a {
    background: linear-gradient(135deg, #007c38 0%, var(--lucky-green) 100%) !important;
    border: 1px solid rgba(16, 255, 117, 0.18);
    box-shadow:
        0 14px 32px rgba(0, 178, 75, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.global-btn-style a,
.global-btn-style span,
.wp-block-button a,
.wp-block-button span,
.hero-block .hero-block__link a,
.review-title .add-review-btn,
.g-contact-form form button,
.g-rev-page-comment-form form button span,
.thanks-section .thanks-close-btn,
.error-page .error-page__link a {
    color: #fff !important;
    font-weight: 800 !important;
}

.global-btn-style:hover a,
.wp-block-button:hover a,
.hero-block .hero-block__link:hover a {
    color: #fff !important;
}

.global-btn-style:hover,
.wp-block-button:hover,
.review-title .add-review-btn:hover,
.g-contact-form form button:hover,
.g-rev-page-comment-form form button:hover,
.thanks-section .thanks-close-btn:hover,
.error-page .error-page__link a:hover {
    background: linear-gradient(135deg, #009744 0%, var(--lucky-green-bright) 100%) !important;
    box-shadow:
        0 18px 36px rgba(0, 178, 75, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
    transform: translateY(-1px);
}

.slider-block,
.download-inst-block .download-inst-block-qr,
.g-contact-form,
.contacts-adresses .contacts-adresses__col,
.download-links .download-links__item,
.post-wrapper,
.g-rev-page-comments-list__comment,
.g-rev-page-comment-form.-ajax-form,
.site-footer,
.sidebar-block,
.wp-block-quote,
table {
    background: var(--lucky-surface) !important;
    border: 1px solid var(--lucky-border) !important;
    box-shadow: var(--lucky-shadow);
}

/* .post-entry a,
.download-inst-block .download-inst-block-qr .how-to-install__p a {
    color: var(--lucky-purple-bright);
} */

.post-entry .wp-block-button a,
.post-entry .wp-block-button__link,
.post-entry .global-btn-style a,
.post-entry .global-btn-style span {
    color: #fff !important;
}

.post-entry .wp-block-button a:hover,
.post-entry .wp-block-button__link:hover,
.post-entry .global-btn-style a:hover {
    color: #fff !important;
}

.post-entry p,
.post-entry li,
.site-footer__copyr,
.site-footer__text,
.contacts-adresses .contacts-adresses__text,
.g-contact-form form input,
.g-contact-form form textarea,
.g-rev-page-comment-form form input,
.g-rev-page-comment-form form textarea {
    color: var(--lucky-muted);
}

.process-block .process-block__items .process-block__item .process-block__icon span,
.hero-block .hero-block__bonus::before {
    background: linear-gradient(135deg, var(--lucky-green) 0%, var(--lucky-green-bright) 100%) !important;
}

.hero-block .hero-block__bonus,
.slider-block,
.download-links .download-links__item,
.contacts-adresses .contacts-adresses__col,
.g-rev-page-comments-list__comment,
.g-rev-page-comment-form {
    border-radius: 20px !important;
}

.hero-block .hero-block__bonus,
.download-app-block .download-app-block__links,
.slider-block {
    background: linear-gradient(180deg, rgba(34, 39, 41, 0.96), rgba(24, 25, 27, 0.98)) !important;
}

.hero-block .hero-block__bonus .bonus-title,
.hero-block .hero-block__bonus .bonus-summ,
.g-rev-page-comments-list__comment .g-rev-comment--top-area .g-rev-comment--user,
.g-rev-page-comments-list__comment .g-rev-comment--top-area .g-rev-comment--reply,
.download-links .download-links__item .download-links__title,
.download-links .download-links__item .download-links__title span {
    color: #fff !important;
}

.hero-block .hero-block__bonus .bonus-link a {
    border-color: rgba(16, 255, 117, 0.45) !important;
    color: var(--lucky-green-bright) !important;
}

.hero-block .hero-block__bonus .bonus-link:hover a {
    background: rgba(16, 255, 117, 0.08) !important;
}

.slider-block .splide__arrow {
    background: var(--lucky-bg) !important;
    border: 1px solid var(--lucky-border);
}

.slider-block .splide__pagination li button.is-active {
    background: var(--lucky-green) !important;
}

.g-contact-form form input,
.g-contact-form form textarea,
.g-rev-page-comment-form form input[type="email"],
.g-rev-page-comment-form form input[type="password"],
.g-rev-page-comment-form form input[type="text"],
.g-rev-page-comment-form form textarea,
.g-rev-page-comment-form.-ajax-form input,
.g-rev-page-comment-form.-ajax-form textarea,
.sidebar-search form input {
    background: #101112 !important;
    border: 1px solid var(--lucky-border) !important;
    border-radius: 12px !important;
    color: #fff !important;
}

.g-contact-form form input:focus,
.g-contact-form form textarea:focus,
.g-rev-page-comment-form form input[type="email"]:focus,
.g-rev-page-comment-form form input[type="password"]:focus,
.g-rev-page-comment-form form input[type="text"]:focus,
.g-rev-page-comment-form form textarea:focus,
.sidebar-search form input:focus {
    border-color: rgba(16, 255, 117, 0.46) !important;
    box-shadow: 0 0 0 4px rgba(16, 255, 117, 0.1);
    color: #fff !important;
}

.g-contact-form form ::placeholder,
.g-rev-page-comment-form form ::placeholder,
.sidebar-search form input::placeholder {
    color: var(--lucky-muted) !important;
}

.download-links .download-links__item:hover {
    background: linear-gradient(135deg, rgba(0, 178, 75, 0.2), rgba(16, 255, 117, 0.12)) !important;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    box-shadow: none !important;
    overflow: visible;
    width: 100%;
}

table thead tr th {
    background: #0b0c0d !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

table tr,
table tr:nth-child(odd) {
    background: transparent !important;
    color: var(--lucky-text) !important;
}

table tbody tr:nth-child(odd) {
    background: transparent !important;
}

table td {
    background: #191b1d;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: #edf0f2 !important;
    padding: 22px 26px !important;
    vertical-align: top;
}

table th {
    padding: 18px 26px !important;
}

table td:first-child,
table th:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.06);
}

table td:last-child,
table th:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

table tbody tr:last-child td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

table tbody td:first-child {
    color: #fff !important;
    font-weight: 700;
    width: 34%;
}

.wp-block-table {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    margin-bottom: 36px;
}

.wp-block-table table {
    border-radius: 18px;
    overflow: hidden;
}

.wp-block-table thead th:first-child {
    border-top-left-radius: 18px;
}

.wp-block-table thead th:last-child {
    border-top-right-radius: 18px;
}

.wp-block-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 18px;
}

.wp-block-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 18px;
}

.wp-block-quote {
    background:
        linear-gradient(135deg, rgba(0, 178, 75, 0.08), rgba(24, 25, 27, 0.96)) !important;
    border-left: 3px solid var(--lucky-green) !important;
    color: #fff !important;
}

.wp-block-quote cite,
.post-entry .wp-block-quote p {
    color: var(--lucky-muted) !important;
}

.site-footer {
    background: #020202 !important;
    border-top: 1px solid var(--lucky-border) !important;
}

.site-footer__menu_title,
.site-footer__menu a,
.footer-menu a,
.site-footer__copyr,
.site-footer__text,
.contacts-adresses .contacts-adresses__text a {
    color: var(--lucky-text) !important;
}

.contacts-adresses .contacts-adresses__title {
    color: #fff;
}

.contacts-adresses .contacts-adresses__icon i {
    filter: drop-shadow(0 10px 18px rgba(0, 178, 75, 0.18));
}

.g-rev-page-comments-list__comment .g-rev-comment__comment {
    background: #101112 !important;
    color: #fff !important;
}

.comment-form-errrors li,
.g-rev-page-comment-form.-ajax-form .cancel-reply-form {
    color: var(--lucky-purple-bright) !important;
}

.error-page .error-page__text {
    color: var(--lucky-muted);
}

.faq-block {
    padding: 84px 0;
}

.faq-block .faq-block__head {
    margin-bottom: 42px;
    text-align: center;
}

.faq-block .faq-block__small-title {
    background: none !important;
    border: 0 !important;
    border-radius: 0;
    color: var(--lucky-purple-bright) !important;
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
    padding: 0;
    text-transform: uppercase;
}

.faq-block .faq-block__head h2 {
    color: #fff !important;
}

.faq-block .faq-block__desc {
    color: var(--lucky-muted);
    margin-top: 16px;
}

.faq-list {
    max-width: 980px;
}

.faq-list .faq-list--item {
    background: transparent;
    border: 0;
    margin-bottom: 16px !important;
}

.faq-list .faq-list--label {
    background: #1a1c1e !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px !important;
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 700;
    min-height: 82px;
    padding: 20px 88px 20px 28px !important;
    position: relative;
    transition:
        background 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}

.faq-list .faq-list--item .faq-list--label::before,
.faq-list .faq-list--item .faq-list--label::after {
    content: "";
    display: block;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.faq-list .faq-list--item .faq-list--label::before {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    height: 34px;
    width: 34px;
}

.faq-list .faq-list--item .faq-list--label::after {
    color: #fff;
    content: "+" !important;
    font-size: 24px;
    font-weight: 400;
    height: 34px;
    line-height: 32px;
    right: 24px;
    text-align: center;
    width: 34px;
}

.faq-list .faq-list--text {
    background: #121315;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 0 0 22px 22px;
    color: #d0d4d8;
    display: none;
    font-size: 18px;
    line-height: 1.75;
    margin-top: -16px;
    padding: 34px 28px 24px !important;
}

.faq-list .faq-list--item.-toggle .faq-list--label {
    background: linear-gradient(135deg, #232628 0%, #1b3e2e 60%, #1d4e35 100%) !important;
    border-color: rgba(16, 255, 117, 0.18);
    border-radius: 22px 22px 14px 14px !important;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

.faq-list .faq-list--item.-toggle .faq-list--label::before {
    background: rgba(16, 255, 117, 0.16);
}

.faq-list .faq-list--item.-toggle .faq-list--label::after {
    content: "−" !important;
}

.faq-list .faq-list--item.-toggle .faq-list--text {
    display: block;
}

.cta-block {
    background:
        radial-gradient(circle at 20% 0%, rgba(136, 69, 255, 0.18), transparent 22%),
        radial-gradient(circle at 100% 100%, rgba(16, 255, 117, 0.16), transparent 28%),
        linear-gradient(145deg, #09090a 0%, #151719 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 28px;
    margin: 72px auto;
    max-width: calc(var(--container-width) - 40px);
    overflow: hidden;
    padding: 64px 0 !important;
    position: relative;
}

.cta-block .cta-block--row {
    align-items: center;
    text-align: center;
}

.cta-block .cta-block__small-title {
    background:
        linear-gradient(90deg, rgba(136, 69, 255, 0.22) 0%, rgba(16, 255, 117, 0.22) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    color: #f3f3f3 !important;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    padding: 10px 18px;
    text-transform: uppercase;
}

.cta-block h2 {
    color: #fff !important;
    font-size: clamp(34px, 4vw, 56px);
    letter-spacing: -0.05em;
    line-height: 0.98;
    max-width: 12ch;
}

.cta-block .cta-block__text {
    color: var(--lucky-muted);
    font-size: 18px;
    line-height: 1.7;
    margin: 18px auto 32px !important;
    max-width: 760px;
}

.g-popup-block {
    background: transparent !important;
    bottom: -420px;
    padding: 0 !important;
}

.g-popup-block .g-popup-block__content {
    background:
        radial-gradient(circle at 100% 0%, rgba(136, 69, 255, 0.16), transparent 30%),
        linear-gradient(145deg, #111214 0%, #18191b 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    box-shadow: var(--lucky-shadow);
    grid-gap: 28px !important;
    padding: 24px 28px;
}

.g-popup-block .g-popup-block__logo {
    background: #050505 !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px !important;
    padding: 10px 16px !important;
}

.g-popup-block .g-popup-cta-link a:hover {
    background: linear-gradient(135deg, #009744 0%, var(--lucky-green-bright) 100%) !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.g-popup-block .g-popup-block__close-btn {
    background-color: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    right: 20px !important;
    top: 20px !important;
}

.site-header .site-header__menu-btn {
    position: relative;
    z-index: 1002;
}

@media (max-width: 768px) {
    .site-header .site-header__mob-area.-toggle {
        align-items: stretch !important;
        background:
            radial-gradient(circle at top right, rgba(136, 69, 255, 0.22), transparent 24%),
            linear-gradient(180deg, rgba(2, 2, 2, 0.98) 0%, rgba(12, 13, 14, 0.99) 100%) !important;
        display: flex !important;
        flex-direction: column;
        gap: 18px;
        height: 100dvh !important;
        left: 0 !important;
        overflow-y: auto;
        padding: 88px 20px 24px !important;
        top: 0 !important;
        width: 100vw !important;
        z-index: 1000 !important;
    }

    .mob-main-menu,
    .site-header .header-menu,
    .site-header .site-header__btns,
    .site-header .site-header__langs,
    .site-header .site-header__search {
        width: 100%;
    }

    .mob-main-menu ul li a,
    .site-header .header-menu ul li a {
        align-items: center;

        border-bottom: 1px solid rgba(255, 255, 255, 0.08);

        display: flex;

        min-height: 52px;

    }

    .site-header .site-header__btns {
        display: grid !important;
        gap: 12px;
        grid-template-columns: 1fr 1fr;
    }

    .site-header .site-header__btn a {
        width: 100%;
    }

    .site-header__langs .site-header__langs__current {
        background-color: #191b1d;
        border: 1px solid rgba(255, 255, 255, 0.08);
        background-position: right 14px center !important;
        background-size: 9px !important;
        border-radius: 16px;
        gap: 10px;
        min-height: 50px;
        padding-left: 14px;
        padding-right: 32px;
    }

    .site-header__langs .site-header__langs__current span {
        font-size: 14px !important;
    }

    .site-header__langs .site-header__langs__list {
        border-radius: 16px;
        left: 0 !important;
        max-width: 100%;
        min-width: 0;
        overflow: hidden;
        right: 0 !important;
        top: calc(100% + 8px) !important;
        transform: none !important;
        width: 100% !important;
    }

    .site-header__langs .site-header__langs__list li a {
        background: rgba(255, 255, 255, 0.03);
        border-radius: 12px;
        min-height: 46px;
        padding: 11px 14px;
    }

    .site-header__langs .site-header__langs__list li a span {
        font-size: 15px !important;
    }

    .site-header .site-header__mob-area.-toggle .site-header__langs {
        margin-top: 6px;
        position: relative;
        z-index: 2;
    }

    .site-header .site-header__mob-area.-toggle .site-header__langs .site-header__langs__current {
        background: #1a1c1e;
        border-radius: 18px;
        min-height: 58px;
    }

    .site-header .site-header__mob-area.-toggle .site-header__langs.-toggle .site-header__langs__current {
        border-bottom-left-radius: 14px;
        border-bottom-right-radius: 14px;
    }

    .site-header .site-header__mob-area.-toggle .site-header__langs .site-header__langs__list {
        background: #202224 !important;
        border: 1px solid rgba(255, 255, 255, 0.08) !important;
        bottom: calc(100% + 10px) !important;
        border-radius: 22px !important;
        box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28) !important;
        left: 0 !important;
        padding: 12px !important;
        position: absolute !important;
        right: 0 !important;
        top: auto !important;
        transform: none !important;
        width: 100% !important;
    }

    .site-header .site-header__mob-area.-toggle .site-header__langs .site-header__langs__list ul {
        gap: 8px !important;
    }

    .site-header .site-header__mob-area.-toggle .site-header__langs .site-header__langs__list li a {
        align-items: center;
        background: #26282b !important;
        border: 1px solid rgba(255, 255, 255, 0.04);
        border-radius: 16px !important;
        color: #f3f3f3 !important;
        display: flex !important;
        gap: 12px;
        min-height: 56px;
        padding: 14px 16px !important;
    }

    .site-header .site-header__mob-area.-toggle .site-header__langs .site-header__langs__list li a span {
        color: #f3f3f3 !important;
        font-size: 15px !important;
        font-weight: 600;
    }

    .site-header .site-header__mob-area.-toggle .site-header__langs .site-header__langs__list li.current-lang a {
        background: rgba(0, 178, 75, 0.12) !important;
        border-color: rgba(16, 255, 117, 0.14);
    }

    .site-header .site-header__mob-area.-toggle .site-header__langs .site-header__langs__list li.current-lang a span {
        color: var(--lucky-green-bright) !important;
    }

    .faq-block {
        padding: 52px 0;
    }

    .faq-list .faq-list--label {
        border-radius: 18px !important;
        font-size: 18px !important;
        min-height: 68px;
        padding: 18px 62px 18px 18px !important;
    }

    .faq-list .faq-list--item .faq-list--label::before,
    .faq-list .faq-list--item .faq-list--label::after {
        right: 16px;
    }

    .faq-list .faq-list--item .faq-list--label::before {
        height: 30px;
        width: 30px;
    }

    .faq-list .faq-list--item .faq-list--label::after {
        font-size: 22px;
        height: 30px;
        line-height: 28px;
        width: 30px;
    }

    .faq-list .faq-list--text {
        border-radius: 0 0 18px 18px;
        font-size: 16px;
        line-height: 1.65;
        margin-top: -12px;
        padding: 26px 18px 18px !important;
    }

    .cta-block {
        border-radius: 22px;
        margin: 48px 20px;
        max-width: none;
        padding: 42px 0 !important;
    }

    .cta-block .cta-block__text {
        font-size: 16px;
    }

    .wp-block-table table {
        width: 720px !important;
    }

    .g-popup-block .g-popup-block__content {
        border-radius: 20px;
        display: grid !important;
        grid-row-gap: 14px !important;
        grid-template-columns: 1fr !important;
        padding: 18px 18px 20px;
        padding-top: 56px;
    }

    .g-popup-block .g-popup-block__logo {
        justify-self: start;
        min-height: 74px;
    }

    .g-popup-block .g-popup-block__rating {
        align-items: center;
        display: flex !important;
        gap: 8px;
        grid-column: auto !important;
        grid-row: auto !important;
        text-align: left !important;
    }

    .g-popup-block .g-popup-block__rating .rating_title {
        margin-bottom: 0 !important;
    }

    .g-popup-block .g-popup-block__bonus {
        grid-column: auto !important;
        grid-row: auto !important;
        margin-top: 0 !important;
        text-align: left !important;
    }

    .g-popup-block .g-popup-cta-link a {
        min-width: 0;
        width: 100%;
    }

    .g-popup-block .g-popup-block__close-btn {
        right: 14px !important;
        top: 14px !important;
    }

    .site-footer .site-header__langs {
        margin-bottom: 12px;
        width: 100%;
    }

    .site-footer .site-header__langs .site-header__langs__current {
        width: 100%;
    }

    .site-footer .site-header__langs .site-header__langs__list {
        background: #f5f6f8 !important;
        border: 0 !important;
        border-radius: 28px !important;
        box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35) !important;
        color: #1f2328 !important;
        left: 50% !important;
        max-height: min(62vh, 520px);
        min-width: 0;
        overflow: auto;
        padding: 14px !important;
        right: auto !important;
        top: auto !important;
        bottom: calc(100% + 14px) !important;
        transform: translateX(-50%) !important;
        width: min(calc(100vw - 24px), 360px) !important;
    }

    .site-footer .site-header__langs .site-header__langs__list ul {
        gap: 0 !important;
    }

    .site-footer .site-header__langs .site-header__langs__list li+li a {
        border-top: 1px solid rgba(17, 24, 28, 0.08);
    }

    .site-footer .site-header__langs .site-header__langs__list li a {
        align-items: center;
        background: transparent !important;
        border-radius: 0 !important;
        color: #1f2328 !important;
        display: grid !important;
        gap: 12px;
        grid-template-columns: 24px 1fr 20px;
        min-height: 66px;
        padding: 14px 12px !important;
        position: relative;
    }

    .site-footer .site-header__langs .site-header__langs__list li a img {
        border-radius: 50%;
        height: 24px !important;
        width: 24px !important;
    }

    .site-footer .site-header__langs .site-header__langs__list li a span {
        color: #1f2328 !important;
        font-size: 16px !important;
        font-weight: 500;
    }

    .site-footer .site-header__langs .site-header__langs__list li.current-lang a::after {
        align-items: center;
        background: #58aee3;
        border-radius: 50%;
        color: #fff;
        content: "✓";
        display: inline-flex;
        font-size: 13px;
        font-weight: 700;
        height: 20px;
        justify-content: center;
        width: 20px;
    }
}

@media (max-width: 768px) {

    .hero-block .hero-block__content .hero-block__short-desc {
        font-size: 16px;
        line-height: 1.7;
    }

    .global-btn-style,
    .wp-block-button {
        width: 100%;
        text-align: center;
    }

    .site-header .site-header__btn a {
        height: 42px;
        padding: 0 18px;
    }
}