@font-face {
    font-family: 'Txt Sans';
    src: url(../fonts/txt-semibold.woff2) format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Txt Sans';
    src: url(../fonts/txt-medium.woff2) format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Txt Sans';
    src: url(../fonts/txt-regular.woff2) format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Txt Sans';
    src: url(../fonts/txt-bold.woff2) format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

._hidden {
    display: none
}

.ct-table {overflow: auto}

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

.ct-table td,.ct-table th {border:1px solid;padding:.5em}

.ct-table table[style*=border-top-color] tr:first-child,.ct-table table[style*=border-top-color] tr:first-child td,.ct-table table[style*=border-top-color] tr:first-child th,.ct-table table[style*=border-top-color]>*,.ct-table table[style*=border-top-color]>* td,.ct-table table[style*=border-top-color]>* th {border-top-color:inherit}

.ct-table table[style*=border-top-color] tr:not(:first-child) {border-top-color:currentColor}

.ct-table table[style*=border-right-color] td:last-child,.ct-table table[style*=border-right-color] th,.ct-table table[style*=border-right-color] tr,.ct-table table[style*=border-right-color]>* {border-right-color:inherit}

.ct-table table[style*=border-bottom-color] tr:last-child,.ct-table table[style*=border-bottom-color] tr:last-child td,.ct-table table[style*=border-bottom-color] tr:last-child th,.ct-table table[style*=border-bottom-color]>*,.ct-table table[style*=border-bottom-color]>* td,.ct-table table[style*=border-bottom-color]>* th {border-bottom-color:inherit}

.ct-table table[style*=border-bottom-color] tr:not(:last-child) {border-bottom-color:currentColor}

.ct-table table[style*=border-left-color] td:first-child,.ct-table table[style*=border-left-color] th,.ct-table table[style*=border-left-color] tr,.ct-table table[style*=border-left-color]>* {border-left-color:inherit}

.ct-table table[style*=border-style] td,.ct-table table[style*=border-style] th,.ct-table table[style*=border-style] tr,.ct-table table[style*=border-style]>* {border-style:inherit}

.ct-table table[style*=border-width] td,.ct-table table[style*=border-width] th,.ct-table table[style*=border-width] tr,.ct-table table[style*=border-width]>* {border-style:inherit;border-width:inherit}

:root {
    --offsets: 30px;
    --width-container: 1220px;
    --default-desktop-fz: 16px;
    --default-desktop-lh: 140%;
    --default-mobile-fz: 14px;
    --default-mobile-lh: 130%;
    --color-font-main: #3c4858;
    --color-font-second: #2e2e2e;
    --color-nav-links: #d1d1d1;
    --color-accent: #0A63F6;
    --color-block-bg: #f1f2f5;
    --color-block-border: #e7e9ee;
    --color-bg-footer: #1F2842;
    --ff-primary: 'Txt Sans', Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    --body-bg-color: #090f1e;
    --text-color: #ABB8C3;
    --title-color: #fff;
    --accend-color: #0A63F6;
    --accend-color-2: #fe7b02;
    --main-accent-bg-color: #fff;
    --footer-paddings: 40px
}

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

.outer-container {
    max-width: calc(var(--width-container) - var(--offsets) * 2);
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 1220px) {
    .outer-container {
        width: calc(100% - var(--offsets) * 2)
    }

}

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

::-webkit-scrollbar {
    width: 6px;
    height: 3px
}

::-webkit-scrollbar-thumb {
    background-color: #089e4e;
    border-radius: 10px
}

::-webkit-scrollbar-track {
    background: #1f2842;
    border-radius: 10px
}

p {
    color: #abb8c3;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

p:not([class]):not(:first-child) {
    margin-top: 16px
}

a {
    font-size: 1rem;
    font-weight: 400;
    color: var(--main-accent-bg-color)
}

details summary::-webkit-details-marker, details > summary::marker {
    display: none;
    content: ''
}

a:hover {
    text-decoration: none
}

.page-main ol:not([class]),
.page-main ul:not([class]),
.page-main .ct-list {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.page-main ol:not([class]),
.page-main ul:not([class]),
.page-main .ct-list {
    display: flex;
    flex-direction: column;
    gap: 16px 0;
    list-style: none
}

.page-main ol:not([class]),
.page-main ol.ct-list {
    counter-reset: item
}

.page-main ol:not([class]) li,
.page-main ol.ct-list li {
    position: relative;
    counter-increment: item;
    display: inline;
    padding-left: 30px
}

.page-main ol:not([class]) li:before,
.page-main ol.ct-list li:before {
    content: counter(item);
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-flex;
    min-width: 20px;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
    background: var(--btn, #1d53dd);
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px
}

.page-main ul:not([class]) li,
.page-main ul.ct-list li {
    position: relative;
    display: inline;
    padding-left: 20px
}

.page-main ul:not([class]) li:before,
.page-main ul.ct-list li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    display: inline-flex;
    min-width: 10px;
    width: 10px;
    height: 10px;
    background-color: #0a63f6;
    border-radius: 50px;
    filter: drop-shadow(0 3px 4px rgba(10, 99, 246, .5))
}

@media (max-width: 1024px) {
    .page-main ol:not([class]),
    .page-main ul:not([class]),
    .page-main .ct-list {
        font-size: 16px
    }

}

img {
    max-width: 100%;
    height: auto;
    object-fit: contain
}

h1 {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 47px;
    margin-bottom: 30px
}

h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 16px
}

h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 16px
}

h4 {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.9rem;
    margin-bottom: 1rem
}

h5 {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.7rem;
    margin-bottom: 1rem
}

h6 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    margin-bottom: 1rem
}

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

    h1 {
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 36px;
        margin-bottom: 0
    }

    h2 {
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px
    }

    h3 {
        font-size: 24px;
        font-weight: 600;
        line-height: 30px
    }

}

.wrapper > :not(.outer-container):not(.container) {
    padding-left: var(--offsets);
    padding-right: var(--offsets);
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

.wrapper > :not(:last-child) {
    margin-bottom: 50px
}

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

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

@media (max-width: 1024px) {
    .wrapper > :not(:last-child) {
        margin-bottom: 40px
    }

}

.wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 50px 0
}

html {
    height: 100%;
    font-size: var(--default-desktop-fz);
    line-height: var(--default-desktop-lh)
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow-x: hidden;
    font-family: var(--ff-primary);
    color: var(--color-font-main)
}

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

.scroll-top {
    position: fixed;
    bottom: var(--offsets);
    right: var(--offsets);
    background: linear-gradient(90deg, #31bc69 0, #089e4e 100%);
    border-radius: 100%;
    z-index: 999
}

.scroll-top__button {
    border: none;
    outline: 0;
    cursor: pointer;
    width: 62px;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent
}

.scroll-top__button svg {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@-webkit-keyframes toBigRadius {
    100% {
        border-radius: 100px
    }
}

@keyframes toBigRadius {
    100% {
        border-radius: 100px
    }
}

.header__logo p {
    margin: 0
}

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

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

}

@media screen and (max-width: 900px) {
    :root {
        --offsets: 16px
    }

}

@media (max-width: 767px) {
    .scroll-top__button {
        width: 45px;
        height: 45px
    }

}

@media (max-width: 575px) {
    .header__logo img {
        max-height: 28px
    }

}

.how-to {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column
}

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

.how-to__item:nth-child(2n+1) .how-to__item-label-counter {
    background: var(--accend-color)
}

.how-to__item:nth-child(2n+1)::after {
    background: var(--accend-color)
}

.how-to__item:nth-child(2n+1) .how-to__item-title::after {
    background: var(--accend-color)
}

.how-to__item:nth-child(2n+1) .how-to__item-label::after {
    background: var(--accend-color)
}

.how-to__item:nth-child(2n) .how-to__item-label-counter {
    background: var(--accend-color-2)
}

.how-to__item:nth-child(2n)::after {
    background: var(--accend-color-2)
}

.how-to__item:nth-child(2n) .how-to__item-title::after {
    background: var(--accend-color-2)
}

.how-to__item:nth-child(2n) .how-to__item-label::after {
    background: var(--accend-color-2)
}

.how-to__item {
    display: grid;
    grid-template-columns:min-content 1fr minmax(auto, 555px);
    grid-template-rows:1fr auto auto auto auto auto 1fr;
    gap: 0 35px;
    position: relative;
    padding: 0
}

.how-to__item:before {
    content: '';
    grid-column: 2/3;
    grid-row: 1/2
}

.how-to__item-label::after {
    content: "";
    width: 2px;
    height: 100%;
    flex: 1 1
}

.how-to__item-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
    grid-column: 1/2;
    grid-row: 1/10
}

.how-to__item-label-counter {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #3486e3;
    border-radius: 3px;
    overflow: hidden;
    color: #f4f4f4;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%
}

.how-to__item-subtitle {
    color: #abb8c3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.how-to__item-button {
    justify-self: start;
    margin-top: 16px
}

@media (max-width: 1024px) {
    .how-to__item {
        display: grid;
        grid-template-columns:min-content 1fr;
        grid-template-rows:auto;
        gap: 0 8px
    }

    .how-to__item-label {
        grid-row: 1/10;
        gap: 10px 0
    }

    .how-to__item-label-counter {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        width: 32px;
        height: 32px
    }

    .how-to__item-label + * {
        margin-top: 42px
    }

    .how-to__item-button {
        width: 100%;
        grid-row: 9/10
    }

    .how-to__item::before {
        content: unset
    }

}

.faq__item {
    display: flex;
    flex-direction: column;
    padding: 20px 16px;
    border-radius: 10px;
    border: 1px solid #0a63f6;
    background: #090f1e
}

.faq__item + .faq__item {
    margin-top: 16px
}

.faq__question {
    display: flex;
    gap: 10px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0
}

.faq__question:before {
    content: url('data:image/svg+xml,<svg width="24" height="23" viewBox="0 0 24 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3333 8.69026C17.3333 5.00692 13.4542 2.02359 8.66667 2.02359C3.87917 2.02359 0 5.00692 0 8.69026C0 10.1194 0.5875 11.4361 1.58333 12.5236C1.025 13.7819 0.104167 14.7819 0.0916667 14.7944C0 14.8903 -0.025 15.0319 0.0291667 15.1569C0.0833333 15.2819 0.2 15.3569 0.333333 15.3569C1.85833 15.3569 3.12083 14.8444 4.02917 14.3153C5.37083 14.9694 6.95833 15.3569 8.66667 15.3569C13.4542 15.3569 17.3333 12.3736 17.3333 8.69026ZM22.4167 17.8569C23.4125 16.7736 24 15.4528 24 14.0236C24 11.2361 21.7708 8.84859 18.6125 7.85276C18.65 8.12776 18.6667 8.40692 18.6667 8.69026C18.6667 13.1028 14.1792 16.6903 8.66667 16.6903C8.21667 16.6903 7.77917 16.6569 7.34583 16.6111C8.65833 19.0069 11.7417 20.6903 15.3333 20.6903C17.0417 20.6903 18.6292 20.3069 19.9708 19.6486C20.8792 20.1778 22.1417 20.6903 23.6667 20.6903C23.8 20.6903 23.9208 20.6111 23.9708 20.4903C24.025 20.3694 24 20.2278 23.9083 20.1278C23.8958 20.1153 22.975 19.1194 22.4167 17.8569Z" fill="%230A63F6"/></svg>');
}

.faq__item summary {
    display: flex;
    justify-content: space-between;
    gap: 0 10px;
    cursor: pointer
}

.faq__item details[open] summary svg {
    transform: rotate(180deg)
}

.faq__item .faq__answer {
    color: #abb8c3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 12px
}

@media (max-width: 1024px) {
    .faq__item {
        padding: 12px 16px
    }

}

body {
    background-color: var(--body-bg-color);
    color: var(--text-color)
}

h1, h2, h3, h4, h5, h6 {
    color: var(--title-color)
}

.header {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: var(--header-bg-color);
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.header__logo {
    display: flex;
    align-items: center;
    margin-right: auto
}

.header__logo img {
    max-width: 140px
}

.header__nav {
    display: flex;
    flex: 1 1 100%
}

header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    gap: 0 10px
}

header .menu .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
    background: var(--header-bg-color)
}

header .menu .menu-item > a, header .menu .menu-item > span {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    color: #abb8c3;
    width: 100%;
    height: 100%;
    transition: .2s
}

.header__burger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 21px;
    min-width: 26px;
    cursor: pointer
}

.header__burger > span {
    width: 100%;
    height: 3px;
    border-radius: 4px;
    background: #fff
}

@media (min-width: 1025px) {
    header .menu .menu-item > a:hover {
        background-color: var(--header-active-bg-color)
    }

    header .menu .menu-item:hover > a:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

}

@media (max-width: 1024px) {
    .header {
        padding: 16px 0
    }

    .header__nav {
        display: none
    }

    header .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding-top: 20px;
        background-color: var(--header-bg-color);
        overflow: auto
    }

    header .menu .menu-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: auto
    }

    header .menu .menu-item > a, header .menu .menu-item > span {
        width: 100%;
        padding: 10px 0
    }

    .header__burger {
        display: flex;
        order: 5
    }

    header._burger-active .header__nav {
        display: flex;
        order: 15
    }

}

.header__logo img {
    height: auto
}

@media (max-width: 1024px) {
    header .menu {
        padding-top: 0;
        padding-left: 0
    }

}

@media (min-width: 1025px) {
    header .menu .menu-item > a:hover svg, header .menu .menu-item > span:hover svg {
        transform: rotate(180deg)
    }

}

:root {
    --main-font-color: var(--text-color)
}

header .menu .menu-item .sub-menu .menu-item > a:hover, header .menu .menu-item .sub-menu .menu-item > span, header .menu .menu-item > a:hover, header .menu .menu-item > span {
    color: #fff
}

.header__container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 0;
    width: 100%
}

@media (max-width: 767px) {
    .wrapper {
        margin: 40px 0
    }

}

.breadcrumbs {
    margin-top: -1px;
    background-color: #1f2842;
    width: 100%
}

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

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

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

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

.breadcrumbs__list-link--no-active {
    color: var(--text-color)
}

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

.breadcrumbs__list {
    width: 100%
}

a.breadcrumbs__list-link:hover {
    color: #fff
}

.payment-systems {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    list-style: none;
    flex-wrap: wrap;
    padding: 30px 0;
    width: 100%
}

.payment-systems img {
    max-height: 30px;
    object-fit: contain;
    width: auto
}

.button, .page-header__button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 15px 28px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 5px;
    background: linear-gradient(90deg, #7e55e0 0, #0ba7f2 100%);
    transition: all .3s ease-in-out;
    text-decoration: none;
    cursor: pointer
}

.button.button_white {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    color: #182337;
    background: #fff;
    backdrop-filter: blur(4px)
}

.button:hover, .page-header__button:hover {
    opacity: .7
}

.page-header__button {
    padding: 12px 20px
}

.page-header__button--first {
    background: #209ffa
}

.page-header__button--second {
    background: linear-gradient(90deg, #31bc69 0, #089e4e 100%)
}

.page-main .wrapper > :not(.container):not(.outer-container) {
    margin-right: auto;
    margin-left: auto;
    padding-left: var(--offsets);
    padding-right: var(--offsets);
    max-width: var(--width-container)
}

header .menu {
    margin: 0;
    padding: 0
}

.page-header__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px
}

@media (max-width: 1024px) {
    .page-header__buttons {
        width: 100%;
        order: 10
    }

    .header__logo {
        order: 1
    }

    .payment-systems {
        justify-content: center
    }

    .payment-systems img {
        max-height: 20px
    }

}

@media (max-width: 767px) {
    .page-header__button {
        flex-grow: 1
    }

}

.text-image {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 0 32px;
    justify-items: flex-start
}

.text-image > img {
    grid-row: 1/10;
    border-radius: 10px
}

.wrapper:first-child > .text-image > img {
    grid-row: 2/10
}

.about > :not(:first-child):not(img):not(.text-image__info) {
    margin-top: 16px
}

.about .text-image__info {
    grid-row: 10/11;
    grid-column: 1/3;
    margin-top: 30px;
    border: none
}

.about .text-image__info tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px
}

.about .text-image__info tbody tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 10px;
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    border: none;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.about .text-image__info tbody td, .about .text-image__info tbody th {
    background-color: unset;
    text-align: unset;
    border: none;
    font-size: 16px;
    font-style: normal;
    line-height: 22px;
    padding: 0
}

.about .text-image__info tbody th {
    display: flex;
    align-items: center;
    gap: 0 6px;
    color: #abb8c3;
    font-weight: 400
}

.about .text-image__info tbody td {
    color: #fff;
    font-weight: 500;
    text-align: right
}

.about .text-image__info tbody th:not(:has(svg)):not(:has(img)):before {
    content: url('data:image/svg+xml,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><g><path d="M14.2072 0.285645H5.79235C4.98701 0.285645 4.33691 0.938658 4.33691 1.74254V18.8302C4.33691 19.6334 4.98701 20.2856 5.79235 20.2856H14.2072C15.0111 20.2856 15.6626 19.6334 15.6626 18.8302V1.74254C15.6626 0.938658 15.0111 0.285645 14.2072 0.285645ZM7.92339 1.17042H12.0776C12.1826 1.17042 12.2678 1.32711 12.2678 1.52098C12.2678 1.71484 12.1826 1.87226 12.0776 1.87226H7.92339C7.81771 1.87226 7.7339 1.71484 7.7339 1.52098C7.7339 1.32711 7.81771 1.17042 7.92339 1.17042ZM10.0005 18.8477C9.48814 18.8477 9.07126 18.4308 9.07126 17.9177C9.07126 17.4047 9.48814 16.9892 10.0005 16.9892C10.5114 16.9892 10.9283 17.4047 10.9283 17.9177C10.9283 18.4308 10.5114 18.8477 10.0005 18.8477ZM14.5723 15.6635H5.42794V2.74392H14.5723V15.6635Z" fill="%23209FFA"/></g><defs><clipPath><rect width="20" height="20" fill="white" transform="translate(0 0.285645)"/></clipPath></defs></svg>');
    display: flex;
    align-items: center
}

.about .text-image__info tbody th img,
.about .text-image__info tbody th svg {
    width: auto;
    min-width: 20px;
    max-height: 21px;
}

@media (max-width: 1024px) {
    .text-image {
        display: grid;
        grid-template-columns:1fr;
        gap: 16px 0
    }

    .text-image:not(.reversed) > img, .text-image > img, .wrapper:first-child > .text-image .text-image__content, .wrapper:first-child > .text-image .text-image__title, .wrapper:first-child > .text-image > img {
        grid-row: unset;
        grid-column: unset
    }

    .text-image > img {
        justify-self: center
    }

    .about {
        gap: 0
    }

    .about:has(.button) .button {
        margin-left: auto;
        margin-right: auto;
        order: 10
    }

    .about .text-image__info {
        margin-top: 20px;
        grid-row: unset;
        grid-column: 1/2
    }

    .about .text-image__info tbody th {
        flex: 1 1 40%
    }

    .about .text-image__info tbody td {
        flex: 1 1 60%
    }

    .about .text-image__info tbody tr {
        flex: 1 1 100%;
        max-width: unset;
    }

    .about .text-image__info tbody tr:last-child {
        margin-bottom: 0
    }

}

.toc {
    display: grid;
    grid-template-columns:1fr auto;
    gap: 0 10px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.toc__title {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 17px;
    margin-bottom: 0
}

.toc__list {
    display: none;
    grid-template-columns:repeat(5, 1fr);
    gap: 16px;
    grid-column: 1/3;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    list-style: none
}

@media (max-width: 1200px) {
    .toc__list {
        grid-template-columns:repeat(4, 1fr)
    }

}

@media (max-width: 900px) {
    .toc__list {
        grid-template-columns:repeat(3, 1fr)
    }

}

@media (max-width: 767px) {
    .toc__list {
        grid-template-columns:repeat(2, 1fr)
    }

}

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

}

.toc._active .toc__list {
    display: grid
}

.toc__item:before {
    content: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.98143 4.01857L0.168183 6.83182C0.0764469 6.92355 0.0764469 7.07645 0.168183 7.16818L2.98143 9.98143C3.07317 10.0732 3.22606 10.0732 3.3178 9.98143L6.13105 7.16818C6.22278 7.07645 6.22278 6.92355 6.13105 6.83182L3.3178 4.01857C3.22606 3.92683 3.07317 3.92683 2.98143 4.01857ZM6.71204 0.287956L3.8988 3.1012C3.80706 3.19294 3.80706 3.34584 3.8988 3.43757L6.71204 6.25082C6.80378 6.34256 6.95667 6.34256 7.04841 6.25082L9.8693 3.42993C9.96104 3.33819 9.96104 3.1853 9.8693 3.09356L7.05605 0.280312C6.95667 0.19622 6.80378 0.19622 6.71204 0.287956ZM6.71204 7.74918L3.8988 10.5624C3.80706 10.6542 3.79941 10.7994 3.8988 10.8988L6.71969 13.7197C6.80378 13.8038 6.95667 13.8038 7.04841 13.712L9.86166 10.8988C9.95339 10.8071 9.95339 10.6542 9.86166 10.5624L7.04841 7.74918C6.94903 7.6498 6.80378 7.65744 6.71204 7.74918ZM10.4427 4.01857L7.62941 6.83182C7.53767 6.92355 7.53767 7.07645 7.62941 7.16818L10.4503 9.98908C10.542 10.0808 10.6949 10.0808 10.7867 9.98908L13.6076 7.16818C13.6993 7.07645 13.6993 6.92355 13.6076 6.83182L10.7867 4.01092C10.6796 3.91919 10.5344 3.92683 10.4427 4.01857Z" fill="%230A63F6"/></svg>')
}

.toc__toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    background: 0 0;
    border: none;
    cursor: pointer;
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 17px
}

.toc__toggle:after {
    display: flex;
    align-items: center;
    content: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 18L12 10.5L19.5 18" stroke="white" stroke-opacity="0.8" stroke-width="1.5"/><path d="M4.5 12L12 4.5L19.5 12" stroke="white" stroke-opacity="0.8" stroke-width="1.5"/></svg>')
}

.toc .toc__toggle:after {
    transform: rotate(180deg)
}

.toc._active .toc__toggle:after {
    transform: unset
}

.toc__link {
    text-decoration: unset
}

.toc__link:hover {
    opacity: .7
}

.toc__item {
    display: flex;
    gap: 0 8px
}

.bonuses {
    display: grid;
    grid-template-columns:1fr auto;
    gap: 16px 10px
}

.bonuses__title {
    margin-bottom: 0
}

.bonuses__list {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 0 20px;
    grid-column: 1/3
}

.bonuses__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px 20px;
    border-radius: 10px;
    min-height: 278px
}

.bonuses__item:nth-child(1) {
    background: linear-gradient(90deg, #8a29f1 0, #6261f5 100%)
}

.bonuses__item:nth-child(2) {
    background: linear-gradient(90deg, #fdb54a 0, #f56e1d 100%)
}

.bonuses__item:nth-child(3) {
    background: linear-gradient(90deg, #7361f4 0, #c106f6 100%)
}

.bonuses__item-title {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px
}

.bonuses__item > :not(img) {
    z-index: 2
}

.bonuses__item img {
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: auto;
    object-fit: cover;
    z-index: 1
}

.bonuses__btn {
    max-width: 202px
}

@media (max-width: 1024px) {
    .bonuses__list {
        grid-template-columns:1fr;
        gap: 23px 0
    }

    .bonuses__item {
        padding: 20px;
        min-height: 216px
    }

    .bonuses__item-title {
        font-size: 20px
    }

    .bonuses__btn {
        max-width: 173px
    }

}

.ct-table {
    border-radius: 12px;
    overflow: auto;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .4)
}

.page-main > .wrapper > .ct-table {
    padding: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: calc(var(--width-container) - var(--offsets) * 2) !important
}

.ct-table table {
    border-collapse: collapse;
    width: 100%;
    overflow: hidden
}

.ct-table table th {
    padding: 12px;
    text-align: center;
    background-color: #1d53dd;
    border-top: 1px solid #1d53dd;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px
}

.ct-table td {
    color: #abb8c3;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding: 12px 18px;
    border: 1px solid rgba(255, 255, 255, .05)
}

.ct-table td:not(:last-child), .ct-table th:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .4)
}

@media (max-width: 1220px) {
    .page-main > .wrapper > .ct-table {
        padding: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: calc(100% - var(--offsets) * 2) !important
    }

}

.footer {
    display: flex;
    flex-direction: column;
    background-color: var(--color-bg-footer);
    padding-top: 40px;
    padding-bottom: 40px
}

.footer__col {
    display: flex;
    justify-content: center;
    gap: 10px 16px;
    width: 100%
}

.footer__col:not(:last-of-type) {
    padding-bottom: var(--footer-paddings);
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.footer__col.footer__col_1 {
    border-bottom: none;
    gap: 30px 16px
}

.footer__col.footer__col_3 {
    padding-bottom: 0
}

.footer__col.footer__col_4 {
    flex-direction: column;
    gap: 20px 0;
    color: #abb8c3;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    padding-top: var(--footer-paddings)
}

.footer__col_1 img {
    width: auto;
    max-height: 46px
}

.footer__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1
}

.footer__nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px 16px;
    flex-wrap: wrap;
    list-style: none
}

.footer__nav-list .menu-item a {
    text-decoration: none
}

.footer__nav-list .menu-item a:hover {
    opacity: .7
}

@media (max-width: 1220px) {
    .footer__col {
        width: calc(100% - var(--offsets) * 2)
    }

}

@media (max-width: 1024px) {
    :root {
        --footer-paddings: 30px
    }

    .footer {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .footer__col.footer__col_1 {
        flex-wrap: wrap
    }

    .footer__col.footer__col_1 img {
        order: 1
    }

    .footer__nav {
        flex: 1 1 100%;
        order: 3
    }

}

@media (max-width: 500px) {
    .footer__nav-list {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%
    }

    .footer__copyright {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px
    }

    .footer__col.footer__col_4 {
        gap: 16px 0
    }

}

.ct-table table:has(td:nth-child(3)) {
    min-width: 700px;
}

.header__menu-wrap {
    width: 100%;
}
