*,

: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;

    transition: all 0.3s;

}

a:not([class]) {

    -webkit-text-decoration-skip: ink;

    text-decoration-skip-ink: auto;

}

img {

    display: block;

    height: auto;

    max-width: 100%;

}

button,

input,

select,

textarea {

    border: none;

    font: inherit;

}

[role="button"],

button {

    cursor: pointer;

}

@media (prefers-reduced-motion: reduce) {

    * {

        animation-duration: 0.01ms !important;

        animation-iteration-count: 1 !important;

        scroll-behavior: auto !important;

        transition-duration: 0.01ms !important;

    }

}

.cat-games {

    display: grid;

    gap: 30px;

    grid-template-columns: repeat(4, 1fr);

    margin: 30px 0;

}

.cat-games a {

    text-decoration: none !important;

}

.cat-games--item {

    align-items: center;

    background: linear-gradient(90deg, #003266, #003a76);

    border: 1px solid #254b74;

    border-radius: 10px;

    display: flex;

    justify-content: space-between;

    padding: 10px 10px 10px 20px;

    transition: all 0.3s;

}

.cat-games--item:hover {

    border-color: #fa4d00;

}

.cat-games--right {

    background-position: 50%;

    background-repeat: no-repeat;

    background-size: contain;

    height: 53px;

    margin-left: 7px;

    width: 53px;

}

.cat-games--title {

    color: #88c504;

    font-size: 18px;

    font-weight: 700;

    margin-bottom: 5px;

}

.cat-games--subtitle {

    color: #fff;

    font-size: 12px;

    font-weight: 500;

}

@media (max-width: 1024px) {

    .cat-games {

        gap: 20px;

        grid-template-columns: repeat(1, 1fr);

        margin: 10px 0 20px;

    }

}

.games--wrap {

    display: grid;

    gap: 30px;

    grid-template-columns: repeat(2, 1fr);

    margin: 30px 0;

}

.games--section {

    background: linear-gradient(90deg, #003266, #003a76);

    border: 1px solid #254b74;

    border-radius: 10px;

    padding: 20px;

}

.games--section-top {

    align-items: center;

    display: flex;

    margin-bottom: 20px;

}

.games--section-icon {

    align-items: center;

    background: #002449;

    border-radius: 5px;

    display: flex;

    height: 42px;

    justify-content: center;

    margin-right: 20px;

    width: 42px;

}

.games--section-title {

    font-size: 24px;

    font-weight: 700;

}

.games--list {

    display: grid;

    gap: 20px;

}

.games--list.cols-2 {

    grid-template-columns: repeat(2, 1fr);

}

.games--list.cols-4 {

    grid-template-columns: repeat(4, 1fr);

}

.games--item {

    transition: all 0.3s;

}

.games--item:hover {

    transform: scale(1.05);

}

.games--item img {

    width: 100%;

}

@media (max-width: 767px) {

    .games--wrap {

        gap: 20px;

        grid-template-columns: repeat(1, 1fr);

        margin: 20px 0;

    }

    .games--list {

        gap: 20px;

    }

}

.steps-slider {

    background: #001932;

    padding: 60px 0;

}

.steps-slider--outer {

    overflow: hidden;

    position: relative;

}

.steps-slider--inner {

    padding: 0 170px;

    position: relative;

}

.steps-slider--inner:after,

.steps-slider--inner:before {

    background: #001932;

    content: "";

    display: block;

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 170px;

    z-index: 5;

}

.steps-slider--inner:after {

    left: auto;

    right: 0;

}

.steps-slider--inner .swiper-slide .steps-slider--item {

    transform: scale(0.9);

    transition: all 0.3s;

}

.steps-slider--inner .swiper-slide-active .steps-slider--item {

    transform: none;

}

.steps-slider--inner .swiper-button-next,

.steps-slider--inner .swiper-button-prev {

    background: transparent;

    border: 1px solid #428cdc;

    border-radius: 50%;

    color: #428cdc;

    height: 40px;

    text-rendering: auto;

    transition: all 0.3s;

    width: 40px;

}

.steps-slider--inner .swiper-button-next:after,

.steps-slider--inner .swiper-button-prev:after {

    font-size: 15px;

}

.steps-slider--inner .swiper-button-next:hover,

.steps-slider--inner .swiper-button-prev:hover {

    background: #428cdc;

    color: #fff;

}

.steps-slider--bottom {

    margin-top: 40px;

    text-align: center;

}

.steps-slider--title {

    margin-top: 0 !important;

    text-align: center;

}

.steps-slider--title:before {

    display: none !important;

}

@media (max-width: 767px) {

    .steps-slider--inner {

        padding: 0 90px 60px;

    }

    .steps-slider--inner:after,

    .steps-slider--inner:before {

        display: none;

    }

    .steps-slider--inner .swiper-button-next,

    .steps-slider--inner .swiper-button-prev {

        bottom: 0;

        top: auto;

    }

    .steps-slider--inner .swiper-button-prev {

        left: auto;

        right: 52%;

    }

    .steps-slider--inner .swiper-button-next {

        left: 52%;

        right: auto;

    }

}

.custom-tiles {

    display: grid;

    gap: 30px;

    grid-template-columns: repeat(4, 1fr);

    margin: 30px 0;

}

.custom-tiles--item {

    background: linear-gradient(90deg, #003266, #003a76);

    border: 1px solid #254b74;

    border-radius: 10px;

    padding: 20px;

}

.custom-tiles--icon {

    background-position: 50%;

    background-repeat: no-repeat;

    background-size: contain;

    height: 54px;

    margin-bottom: 15px;

    width: 50px;

}

.custom-tiles--title {

    font-size: 18px;

    font-weight: 700;

    line-height: 1.1;

    margin-bottom: 15px;

}

.custom-tiles--text {

    font-size: 16px;

    line-height: 1.2;

}

@media (max-width: 1024px) {

    .custom-tiles {

        grid-template-columns: repeat(2, 1fr);

    }

}

@media (max-width: 767px) {

    .custom-tiles {

        gap: 20px;

        grid-template-columns: repeat(1, 1fr);

    }

    .custom-tiles--item {

        padding-bottom: 60px;

    }

}

.advantages {

    background: linear-gradient(90deg, #003266, #003a76);

    border: 1px solid #254b74;

    border-radius: 10px;

    display: grid;

    gap: 16px 30px;

    grid-template-columns: repeat(2, 1fr);

    padding: 30px;

}

.advantages--item {

    align-items: center;

    display: flex;

    line-height: 1.5;

}

.advantages--item span {

    align-items: center;

    background: #fff;

    border-radius: 50%;

    display: flex;

    height: 50px;

    justify-content: center;

    margin-right: 24px;

    min-width: 50px;

    width: 50px;

}

@media (max-width: 767px) {

    .advantages {

        gap: 15px;

        grid-template-columns: repeat(1, 1fr);

        padding: 20px;

    }

}

.welcome {

    align-items: center;

    background-color: #12457d;

    background-image: url(../../../themes/theme/images/welcome-bg.png);

    background-position: 50%;

    background-size: cover;

    border-radius: 10px;

    display: grid;

    gap: 30px;

    grid-template-columns: 1fr 1fr;

    overflow: hidden;

    padding: 47px 37px;

}

.welcome--right {

    display: flex;

    justify-content: center;

}

.welcome--title {

    font-size: 50px;

    font-weight: 700;

    line-height: 1;

    margin-bottom: 16px;

}

.welcome--title-green {

    color: #88c504;

    font-size: 28px;

    font-weight: 700;

    line-height: 1.6;

    margin-bottom: 3px;

}

.welcome--text,

.welcome--text-green {

    font-size: 20px;

    font-weight: 700;

    line-height: 1.7;

}

.welcome--text-green {

    color: #88c504;

}

.welcome--links {

    display: flex;

    flex-wrap: wrap;

    gap: 24px;

    margin-top: 30px;

}

.welcome--promo {

    position: relative;

}

.welcome--promo.active small {

    display: block;

}

.welcome--promo small {

    background: #000;

    border-radius: 5px;

    bottom: calc(100% + 15px);

    color: #fff;

    display: none;

    padding: 15px 25px;

    z-index: 10;

}

.welcome--promo small,

.welcome--promo small:after {

    left: 50%;

    position: absolute;

    transform: translateX(-50%);

}

.welcome--promo small:after {

    border-color: #000 transparent transparent;

    border-style: solid;

    border-width: 5px 5px 0;

    content: "";

    height: 0;

    top: 100%;

    width: 0;

}

.welcome--promo button {

    background: transparent;

    border-radius: 50px;

    color: #fff;

    font-size: 14px;

    letter-spacing: 0.5px;

    line-height: 1.5;

    padding: 13.5px 19px;

    position: relative;

    transition: all 0.3s ease-in-out;

    z-index: 2;

}

.welcome--promo div {

    background: #428cdc;

    border-radius: 50px;

    height: 100%;

    left: 0;

    top: 0;

    width: 100%;

}

.welcome--promo div,

.welcome--promo div:after {

    content: "";

    position: absolute;

    transition: all 0.3s ease-in-out;

}

.welcome--promo div:after {

    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7.74' cy='7.74' r='7.24' fill='%23fff' stroke='%23428CDC'/%3E%3Cpath d='M9.3 5.305c.102.091.16.215.16.345 0 .129-.058.253-.16.345L7.35 7.752 9.3 9.485c.102.092.16.216.16.345 0 .13-.058.253-.16.345a.56.56 0 0 1-.18.107.612.612 0 0 1-.602-.107L6.183 8.1a.49.49 0 0 1-.12-.16.443.443 0 0 1 0-.376.49.49 0 0 1 .12-.16l2.335-2.1a.56.56 0 0 1 .179-.107.61.61 0 0 1 .603.108Z' fill='%23428CDC'/%3E%3C/svg%3E");

    display: block;

    height: 16px;

    right: -8px;

    top: 50%;

    transform: translateY(-50%);

    width: 16px;

}

.welcome--promo span {

    background: #fff;

    border: 2px solid #428cdc;

    border-radius: 50px;

    height: 100%;

    left: 0;

    position: absolute;

    right: -21px;

    top: 0;

    transition: all 0.3s ease-in-out;

}

.welcome--promo:hover button {

    color: #428cdc;

}

.welcome--promo:hover div {

    width: 0;

}

.welcome--promo:hover div:after {

    transform: translateY(-50%) rotate(180deg);

}

.welcome--promo:hover span {

    right: 0;

}

@media (max-width: 767px) {

    .welcome {

        align-items: center;

        display: flex;

        flex-direction: column-reverse;

        gap: 22px;

        padding: 30px 20px;

    }

    .welcome--right img {

        width: 145px;

    }

    .welcome--left {

        text-align: center;

        width: 100%;

    }

    .welcome--title {

        font-size: 32px;

        margin-bottom: 8px;

    }

    .welcome--title-green {

        font-size: 28px;

        margin-bottom: 5px;

    }

    .welcome--links {

        flex-direction: column;

        margin-top: 20px;

    }

    .welcome--links>* {

        width: 100%;

    }

    .welcome--promo {

        margin-right: 21px;

        width: auto;

    }

}

.cta-contact {

    background-color: #000;

    background-position: 50%;

    background-size: cover;

    border-radius: 10px;

    padding: 72px 100px;

    text-align: center;

}

.cta-contact--title {

    color: #fa4d00;

    font-size: 38px;

    font-weight: 700;

    margin-bottom: 37px;

}

.cta-contact--subtitle {

    font-size: 18px;

    font-weight: 700;

    margin-bottom: 25px;

}

.cta-contact--links {

    align-items: center;

    display: flex;

    flex-wrap: wrap;

    gap: 15px;

    justify-content: center;

    margin-bottom: 15px;

}

.cta-contact--input {

    position: relative;

}

.cta-contact--input:after {

    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='21' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.744 2.502H2.256A2.258 2.258 0 0 0 0 4.758v11.484a2.258 2.258 0 0 0 2.256 2.256h16.488A2.258 2.258 0 0 0 21 16.242V4.758a2.259 2.259 0 0 0-2.256-2.256Zm1.026 2.256v11.484c0 .05-.004.1-.011.15L13.843 10.5l5.916-5.891c.007.05.01.099.01.149Zm-1.026-1.026c.047 0 .095.004.141.01l-8.385 8.35-8.385-8.35c.047-.006.094-.01.14-.01h16.49ZM1.242 16.392a.995.995 0 0 1-.012-.15V4.758c0-.05.004-.1.012-.15L7.157 10.5l-5.915 5.891Zm1.014.876c-.047 0-.094-.004-.141-.01l5.914-5.89 2.037 2.029a.615.615 0 0 0 .868 0l2.037-2.029 5.914 5.89c-.047.006-.094.01-.14.01H2.254Z' fill='%23fff'/%3E%3C/svg%3E");

    content: "";

    display: block;

    height: 21px;

    position: absolute;

    right: 16px;

    top: 50%;

    transform: translateY(-50%);

    width: 21px;

}

.cta-contact--input input {

    background: hsla(0, 0%, 100%, 0.2);

    border: 1px solid #fa4d00;

    border-radius: 20px;

    color: #fff;

    font-size: 14px;

    min-width: 245px;

    padding: 13px 45px 13px 17px;

}

.cta-contact--input input::-moz-placeholder {

    color: #fff;

}

.cta-contact--input input::placeholder {

    color: #fff;

}

.cta-contact--check {

    font-size: 14px;

    position: relative;

}

.cta-contact--check label {

    padding-left: 24px;

    position: relative;

}

.cta-contact--check label:hover {

    cursor: pointer;

}

.cta-contact--check label:before {

    border: 1px solid #fff;

    border-radius: 3px;

    display: block;

    height: 16px;

    width: 16px;

}

.cta-contact--check label:after,

.cta-contact--check label:before {

    content: "";

    left: 0;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

}

.cta-contact--check label:after {

    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 256 256'%3E%3Cpath d='M26.98 5.99a1 1 0 0 0-.687.303L11 21.586l-6.293-6.293a1 1 0 1 0-1.414 1.414l7 7a1 1 0 0 0 1.414 0l16-16a1 1 0 0 0-.727-1.717z' transform='scale(8.53333)' fill='%23fff' stroke-miterlimit='10' font-family='none' font-weight='none' font-size='none' text-anchor='none' style='mix-blend-mode:normal'/%3E%3C/svg%3E");

    background-repeat: no-repeat;

    background-size: contain;

    display: none;

    height: 18px;

    width: 18px;

}

.cta-contact--check input {

    height: 1px;

    left: 0;

    opacity: 0;

    position: absolute;

    top: 0;

    width: 1px;

}

.cta-contact--check input:checked+label:after {

    display: block;

}

@media (max-width: 767px) {

    .cta-contact {

        padding: 30px 20px;

    }

    .cta-contact--title {

        font-size: 24px;

        margin-bottom: 15px;

    }

    .cta-contact--subtitle {

        margin-bottom: 20px;

    }

    .cta-contact--links {

        flex-direction: column;

        margin-bottom: 30px;

    }

    .cta-contact--input input,

    .cta-contact--links>* {

        width: 100%;

    }

}

.faq {

    margin-bottom: 35px;

    margin-top: 25px;

}

.faq--item {

    border: 1px solid #428cdc;

    border-radius: 10px;

    margin-bottom: 20px;

    padding: 20px;

}

.faq--item-title {

    font-size: 20px;

    font-weight: 600;

    line-height: 1.7;

    margin-bottom: 10px;

}

.faq--item-text {

    font-size: 18px;

    line-height: 1.66;

}

.body--inner,

body.-toggle,

html.-toggle {

    overflow: hidden;

}

.body--inner {

    max-width: 100vw;

    min-height: 100vh;

    padding-top: 150px;

    position: relative;

}

@media (max-width: 1024px) {

    .body--inner {

        padding-top: 135px;

    }

}

body {

    background: #002449;

    color: #fff;

    font-family: Roboto, sans-serif;

    font-size: 16px;

    font-weight: 400;

    line-height: 1.4;

}

.container {

    margin: 0 auto;

    max-width: 100%;

    padding: 0 15px;

    width: 1200px;

}

.button--border {

    border: 1px solid #428cdc;

    padding: 12px 18px;

    text-decoration: none;

}

.button--border,

.button--orange,

.wp-block-button__link {

    border-radius: 50px;

    color: #fff;

    display: inline-block;

    font-size: 16px;

    font-weight: 500;

}

.button--orange,

.wp-block-button__link {

    background: #fa4d00;

    padding: 13px 18px;

    text-decoration: none !important;

}

.header {

    background: #003266;

    left: 0;

    position: fixed;

    top: 0;

    width: 100%;

    z-index: 100;

}

.header--bottom-container {

    position: relative;

}

.header--scroll-row {

    background: #428cdc;

    bottom: 0;

    height: 2px;

    left: 0;

    position: absolute;

    transition: all 0.2s ease-out;

    z-index: 1;

}

.header--bottom-row {

    align-items: center;

    display: flex;

    overflow: hidden;

    position: relative;

}

.header--bottom-row:after {

    background: linear-gradient(90deg, rgba(0, 50, 102, 0), #003266 63.75%);

    content: "";

    display: block;

    height: 100%;

    position: absolute;

    right: -45px;

    top: 0;

    width: 128px;

}

.header--bottom-title {

    font-size: 16px;

    font-weight: 500;

    margin-right: 20px;

}

.header--bottom-scroll {

    -ms-overflow-style: none;

    overflow-x: auto;

    position: relative;

    scrollbar-width: none;

}

.header--bottom-scroll::-webkit-scrollbar {

    display: none;

}

.header--bottom-items {

    align-items: center;

    display: flex;

    gap: 14px;

}

.header--bottom-items a {

    background: rgba(66, 140, 220, 0.1);

    border: 1px solid #428cdc;

    border-radius: 20px;

    color: #fff;

    display: inline-block;

    padding: 8px 10px;

    white-space: nowrap;

}

.header--bottom-items a:hover {

    background: #428cdc;

}

.header--bottom {

    border-bottom: 1px solid #254b74;

    border-top: 1px solid #254b74;

    padding: 11px 0;

}

.header--logo {

    margin-right: 24px;

    width: 172px;

}

.header--top {

    padding: 20px 0;

}

.header--row {

    justify-content: space-between;

}

.header--menu-wrap,

.header--row {

    align-items: center;

    display: flex;

}

.header--links a {

    margin-left: 24px;
    margin-right: 24px;

}

.header--right {

    display: none;

}

.header--menu .menu {

    align-items: center;

    display: flex;

    flex-wrap: wrap;

    font-size: 14px;

    margin: 0 -12px;

}

.header--menu .menu>li {

    margin: 0 12px;

}

.header--menu .menu>li.menu-item-has-children:hover>.sub-menu {

    display: block;

}

.header--menu .menu>li.menu-item-has-children>a {

    padding-right: 17px;

}

.header--menu .menu>li.menu-item-has-children>a:after {

    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.558 7.942c.244.244.64.244.884 0l2.5-2.5a.625.625 0 1 0-.884-.884L6 6.616 3.942 4.558a.625.625 0 1 0-.884.884l2.5 2.5Z' fill='%23fff'/%3E%3C/svg%3E");

    content: "";

    display: block;

    height: 12px;

    position: absolute;

    right: 0;

    top: 50%;

    transform: translateY(-50%);

    width: 12px;

}

.header--menu li {

    position: relative;

}

.header--menu a {

    color: #fff;

    display: inline-block;

    padding: 10px 0;

}

.header--menu a:hover {

    color: #fa4d00;

}

.header--menu .sub-menu {

    background: #012;

    border-radius: 5px;

    display: none;

    left: 0;

    padding: 15px 10px;

    position: absolute;

    top: 100%;

    width: 200px;

    z-index: 2;

}

@media (max-width: 1024px) {

    .header--menu-btn {

        align-items: center;

        background: #012449;

        border: none;

        border-radius: 5px;

        display: flex;

        height: 42px;

        justify-content: center;

        width: 42px;

    }

    .header--menu-btn span {

        background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M15 13.125a1.125 1.125 0 0 1 .108 2.245l-.108.005H3a1.125 1.125 0 0 1-.108-2.245L3 13.125h12Zm0-5.25a1.125 1.125 0 0 1 0 2.25H3a1.125 1.125 0 1 1 0-2.25h12Zm0-5.25a1.125 1.125 0 0 1 0 2.25H3a1.125 1.125 0 0 1 0-2.25h12Z' fill='%23428CDC'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h18v18H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");

        height: 18px;

        width: 18px;

    }

    .header--top {

        position: relative;

    }

    .header--right {

        display: block;

    }

    .header--menu a:after {

        display: none !important;

    }

    .header--menu .sub-menu {

        background: transparent;

        display: block;

        left: auto;

        padding: 10px 0 10px 20px;

        position: relative;

        top: auto;

        width: 100%;

    }

    .header--menu .menu {

        align-items: flex-start;

        flex-direction: column;

        margin: 0 0 20px;

    }

    .header--menu .menu>li {

        margin: 0;

    }

    .header--menu-wrap {

        align-items: flex-start;

        background: #003266;

        display: none;

        flex-direction: column;

        left: 0;

        max-height: 80vh;

        overflow-y: auto;

        padding: 20px 15px;

        position: absolute;

        top: 100%;

        width: 100%;

        z-index: 10;

    }

    .header--menu-wrap.-toggle {

        display: flex;

    }

    .header--links {

        align-items: center;

        display: flex;

        flex-wrap: wrap;

        gap: 20px;

    }

    .header--links a {

        margin-left: 0;

    }

    .header--logo {

        width: 180px;

    }

    .header--bottom-items a {

        font-size: 12px;

        padding: 6px 8px;

    }

}

.page--content {

    font-size: 18px;

    padding-bottom: 50px;

}

.page--content ol {

    counter-reset: my-awesome-counter;

    list-style: none;

    margin: 30px 0;

}

.page--content ol li {

    counter-increment: my-awesome-counter;

    margin-bottom: 30px;

    padding-left: 56px;

    position: relative;

}

.page--content ol li:last-child:before {

    display: none;

}

.page--content ol li:before {

    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='2' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1v26' stroke='%23007ACC' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='4 4'/%3E%3C/svg%3E");

    background-repeat: repeat-y;

    bottom: -20px;

    content: "";

    display: block;

    left: 23px;

    position: absolute;

    top: 5px;

    width: 2px;

}

.page--content ol li:after {

    background: #002d56;

    border: 1px solid #007acc;

    border-radius: 50%;

    color: #007acc;

    content: counter(my-awesome-counter);

    display: block;

    font-size: 20px;

    font-weight: 700;

    height: 46px;

    left: 0;

    line-height: 46px;

    position: absolute;

    text-align: center;

    top: -10px;

    width: 46px;

}

.page--content ul {

    margin: 30px 0;

}

.page--content ul li {

    margin-bottom: 15px;

    padding-left: 31px;

    position: relative;

}

.page--content ul li:before {

    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 256 256'%3E%3Cpath d='M25 2C12.317 2 2 12.317 2 25s10.317 23 23 23 23-10.317 23-23c0-4.56-1.34-8.81-3.637-12.389l-1.369 1.618A20.846 20.846 0 0 1 46 25c0 11.579-9.421 21-21 21S4 36.579 4 25 13.421 4 25 4c5.443 0 10.394 2.1 14.129 5.51l1.308-1.545A22.912 22.912 0 0 0 25 2zm18.236 5.754-19.322 22.8-8.133-7.585-1.363 1.463 9.666 9.015 20.68-24.4z' transform='scale(5.12)' fill='%23428cdc' stroke-miterlimit='10' font-family='none' font-weight='none' font-size='none' text-anchor='none' style='mix-blend-mode:normal'/%3E%3C/svg%3E");

    background-position: 50%;

    background-repeat: no-repeat;

    background-size: contain;

    content: "";

    display: block;

    height: 20px;

    left: 0;

    position: absolute;

    top: 2px;

    width: 20px;

}

.page--content a {

    color: inherit;

    text-decoration: underline;

}

.page--content p {

    line-height: 1.66;

    margin-bottom: 22px;

}

.page--content h2 {

    font-size: 28px;

    font-weight: 700;

    line-height: 1.14;

    margin: 60px 0 30px;

    padding-left: 20px;

    position: relative;

}

.page--content h2:before {

    background: #428cdc;

    content: "";

    display: block;

    height: 36px;

    left: 0;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    width: 4px;

}

.page--content .wp-block-buttons {

    margin: 40px 0 70px;

}

.page--content .wp-block-columns {

    margin: 55px 0;

}

.page--content .wp-block-table {

    background: #012;

    border-radius: 10px;

    font-size: 20px;

    margin: 30px 0 60px;

    overflow-x: auto;

    padding: 0 10px 10px;

}

.page--content .wp-block-table table {

    border-spacing: 0;

    width: 100%;

}

.page--content .wp-block-table table strong {

    font-weight: 500;

}

.page--content .wp-block-table td {

    padding: 16px 30px;

}

.page--content .wp-block-table tr {

    vertical-align: top;

}

.page--content .wp-block-table tr:nth-child(2n) td {

    background: #002449;

}

.page--content .wp-block-table tr:nth-child(2n) td:first-child {

    border-radius: 10px 0 0 10px;

}

.page--content .wp-block-table tr:nth-child(2n) td:last-child {

    border-radius: 0 10px 10px 0;

}

.page--banner {

    background-position: 50%;

    background-size: cover;

    padding: 60px 0;

}

.page--banner-row {

    align-items: center;

    display: grid;

    gap: 30px;

    grid-template-columns: 1fr 1fr;

}

.page--banner-title {

    font-size: 32px;

    font-weight: 700;

    margin-bottom: 4px;

}

.page--banner-text {

    font-size: 16px;

    line-height: 1.68;

}

.page--banner-text strong {

    font-weight: 500;

}

.page--banner-text-mobile {

    display: none;

}

.page--banner-bonus {

    align-items: center;

    background: linear-gradient(90deg, #003266, #003a76);

    border-radius: 10px;

    display: flex;

    flex-direction: column;

    overflow: hidden;

    padding: 30px;

    position: relative;

    text-align: center;

}

.page--banner-bonus>* {

    position: relative;

}

.page--banner-bonus:before {

    background-image: url(../../../themes/theme/images/bonus.png);

    background-position: 50%;

    background-size: cover;

    content: "";

    display: block;

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

}

.page--banner-bonus-text {

    font-size: 18px;

    margin-bottom: 20px;

    max-width: 100%;

    width: 384px;

}

.page--banner-bonus-title {

    font-size: 24px;

    font-weight: 900;

    line-height: 1.1;

}

.page--banner-bonus-green {

    color: #88c504;

    font-size: 32px;

    font-weight: 900;

    line-height: 1.1;

    margin-bottom: 15px;

}

.page--banner-bonus-link {

    align-items: center;

    display: flex;

    font-size: 18px;

    padding: 9px 23px;

}

.page--banner-bonus-link span {

    margin-right: 3.5px;

    position: relative;

    top: 2px;

}

@media (max-width: 1024px) {

    .page--banner {

        padding: 30px 0;

    }

    .page--banner-row {

        display: block;

    }

    .page--banner-row>* {

        width: 100%;

    }

    .page--banner-text {

        display: none;

    }

    .page--banner-left {

        margin-bottom: 20px;

    }

    .page--banner-text-mobile {

        display: block;

    }

    .page--banner-title {

        font-size: 24px;

        line-height: 1.15;

    }

    .page--banner-bonus-title {

        font-size: 18px;

    }

    .page--banner-bonus-green {

        font-size: 28px;

    }

    .page--banner-bonus {

        margin-bottom: 20px;

    }

    .page--content {

        font-size: 16px;

    }

    .page--content .wp-block-image img {

        margin-left: auto;

        margin-right: auto;

    }

    .page--content .wp-block-columns {

        flex-wrap: wrap !important;

    }

    .page--content .wp-block-columns>* {

        flex-basis: 100% !important;

    }

    .page--content .wp-block-table {

        font-size: 16px;

    }

    .page--content h2 {

        font-size: 24px;

        margin: 50px 0 23px;

    }

    .page--content h2:before {

        bottom: 0;

        height: auto;

        top: 0;

        transform: none;

    }

}

.footer {

    background: #001932;

    padding: 35px 0 0;

}

.footer--logo {

    margin-bottom: 25px;

}

.footer--row {

    gap: 30px;

    margin-bottom: 40px;

}

.footer--info,

.footer--row {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

}

.footer--info {

    gap: 15px;

}

.footer--info-title {

    font-size: 24px;

    font-weight: 600;

    line-height: 1.7;

    margin-bottom: 5px;

}

.footer--info-text {

    font-size: 14px;

}

.footer--top-logos {

    align-items: center;

    display: flex;

    flex-wrap: wrap;

    gap: 45px;

    justify-content: center;

    margin-bottom: 30px;

}

.footer--menus {

    display: grid;

    gap: 20px;

    grid-template-columns: repeat(2, 1fr);

}

.footer--menu-title {

    font-size: 24px;

    font-weight: 600;

    margin-bottom: 20px;

}

.footer--menu a {

    color: #fff;

    display: inline-block;

    font-size: 18px;

    line-height: 1.66;

    margin-bottom: 20px;

}

.footer--menu a:hover {

    color: #fa4d00;

}

.footer--bottom-logos {

    align-items: center;

    border-bottom: 1px solid hsla(0, 0%, 100%, 0.125);

    border-top: 1px solid hsla(0, 0%, 100%, 0.125);

    display: flex;

    flex-wrap: wrap;

    gap: 60px;

    justify-content: center;

    margin-bottom: 30px;

    padding: 20px 0;

}

.footer--bottom-text {

    font-size: 14px;

    margin-bottom: 30px;

}

.footer--bottom-text p {

    margin-bottom: 10px;

}

.footer--copy {

    background: #000d1a;

    color: hsla(0, 0%, 100%, 0.314);

    font-size: 14px;

    padding: 24px 0;

}

@media (max-width: 767px) {

    .footer--info,

    .footer--row {

        grid-template-columns: repeat(1, 1fr);

    }

    .footer--top-logos {

        gap: 30px;

        justify-content: flex-start;

    }

    .footer--bottom-logos {

        gap: 15px;

    }

}