* {
    margin: 0;
    padding: 0;
}
a {
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    color: #0d3350;
    transition: opacity 0.3s ease-in;
    opacity: 1;
}
a:hover {
    opacity: 0.7;
    text-decoration: none;
}
@media screen and (max-width: 720px) {
    .body_no-scroll {
        overflow: hidden;
    }
}
.nav-wrapper {
    box-shadow: 0 2px 4px rgba(13, 32, 80, 0.06);
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
}
.close-menu {
    position: absolute;
    top: 80px;
    width: 100%;
}
.page {
    background-image: url(../images/background_6.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    z-index: 1;
    position: relative;
    font-family: Lato, sans-serif;
}
@media screen and (max-width: 720px) {
    .page {
        background-size: cover;
    }
}
.page__content {
    margin: auto;
    background: #fff;
    box-shadow: 0 0 50px rgba(13, 34, 80, 0.05);
    border-radius: 10px;
    padding: 64px 40px 0;
    box-sizing: border-box;
    max-width: 1280px;
    z-index: 1;
    position: relative;
}
.page__content_no-padding-desktop {
    padding: 64px 0 0;
}
@media screen and (max-width: 1100px) {
    .page__content_no-padding-desktop {
        padding: 64px 16px 0;
    }
}
@media screen and (max-width: 720px) {
    .page__content,
    .page__content_no-padding-desktop {
        padding: 40px 16px 0;
    }
}
.page__content_no-padding {
    padding-left: 0;
    padding-right: 0;
}
.page__content_no-margin {
    margin-left: auto !important;
    margin-right: auto !important;
}
.page__content-h1 {
    font-size: 2em;
    font-weight: 700;
}
.page__content_background_blue {
    background: #f9f9ff;
}
.page__content_background_gradient {
    background: linear-gradient(180deg, rgba(174, 191, 255, 0.1), rgba(191, 214, 255, 0.1));
    background-color: #fff;
}
.page__content_no-shadow {
    box-shadow: none;
}
.page__content_flex {
    display: flex;
    flex-direction: column;
}
.page__content_no-border_bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.page__content_no-border_top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.page__content_padding_left-right-20 {
    margin-left: 20px;
    margin-right: 20px;
}
@media screen and (max-width: 720px) {
    .page__content {
        margin-left: 16px;
        margin-right: 16px;
    }
}
.page__title {
    margin: 0 auto;
    padding: 80px 40px 64px;
    text-align: center;
    font-family: Lato;
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    color: #0d3350;
}
@media screen and (max-width: 720px) {
    .page__title {
        padding: 32px 0 30px;
        font-size: 22px;
    }
}
.page__landing-1440 {
    margin: auto;
    box-shadow: 0 0 50px rgba(13, 34, 80, 0.05);
    border-radius: 10px;
    box-sizing: border-box;
    max-width: 1440px;
    z-index: 1;
    position: relative;
}
@media screen and (max-width: 720px) {
    .page__landing-1440 {
        padding: 0;
    }
}
.wrapper {
    position: relative;
    left: 0;
    transition: left 0.5s ease-in;
}
.header {
    max-width: 1440px;
    height: 80px;
    padding: 0 80px;
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 112px 1fr 370px;
    position: relative;
    margin: 0 auto;
}
@media screen and (max-width: 1100px) {
    .header {
        grid-template-columns: 112px 1fr;
        justify-content: flex-end;
        padding: 0 16px;
    }
}
.header__tab {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 196px;
}
@media (max-width: 720px) {
    .header__tab {
        height: 93px;
    }
}
.header__under_construction {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}
.logo {
    width: 112px;
    height: 48px;
}
.login {
    display: flex;
    gap: 12px;
    align-items: center;
}
@media screen and (max-width: 1100px) {
    .login {
        display: none;
    }
}
.login_mobile,
.login_mobile_nonfx {
    display: none;
}
@media screen and (max-width: 1100px) {
    .login_mobile_nonfx {
        display: flex;
        justify-content: flex-end;
    }
}
.lang-switch {
    display: none;
}
.menu {
    display: flex;
    gap: 20px;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
@media screen and (max-width: 1100px) {
    .menu {
        display: none;
    }
}
.menu_mobile {
    display: none;
}
@media screen and (max-width: 1100px) {
    .menu_mobile {
        display: flex;
        justify-self: flex-end;
    }
}
.menu__item {
    flex-direction: column;
    justify-content: center;
    font-family: Lato;
    font-size: 16px;
    line-height: 24px;
    color: #0d3350;
    height: 100%;
    display: flex;
    padding: 0 10px;
    cursor: pointer;
}
.menu__item:hover {
    margin-top: 3px;
}
.menu__item:hover:after {
    content: "";
    background: #4184f0;
    display: block;
    position: relative;
    top: 16px;
    width: 100%;
    height: 3px;
}
.menu__dropdown {
    display: grid;
    position: absolute;
    width: auto;
    top: 80px;
    left: 0;
    right: 0;
    padding: 20px 80px 32px;
    border-radius: 0 0 6px 6px;
    background-color: #f9f9fe;
    color: #0d3350;
    z-index: 5;
    box-shadow: 0 2px 4px rgba(13, 32, 80, 0.06);
    border-radius: 0 0 5px 5px;
    cursor: auto;
    opacity: 0;
    transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    visibility: hidden;
    grid-template-columns: 340px 1fr;
}
.menu__item:hover .menu__dropdown {
    visibility: visible;
    opacity: 1;
}
.menu__dropdown-item {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}
.menu__dropdown-item:hover {
    color: #c6f5ed;
}
.menu__description {
    padding-right: 30px;
    border-right: 1px solid #f8f4ff;
    align-items: center;
    display: flex;
}
.menu__submenu {
    padding-left: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px 40px;
}
.menu__submenu-description,
.menu__submenu-item {
    padding-left: 24px;
    font-family: Lato;
    font-size: 14px;
    line-height: 150%;
    color: #798387;
}
.menu__submenu-item {
    display: block;
}
.menu__submenu-title {
    display: grid;
    grid-template-columns: 16px 1fr;
    align-items: center;
    gap: 8px;
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0d3350;
    text-decoration: none;
}
.menu__submenu-title:before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../images/icon-double-chevron-right.svg);
}
.menu__submenu__column {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-family: Lato;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    color: #0d3350;
}
.menu__submenu__column-title {
    font-weight: 700;
    font-size: 18px;
}
.menu__submenu__column-link {
    text-decoration: none;
    font-family: Lato;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #0d3350;
}
.menu__close {
    cursor: pointer;
}
.menu__close_hide {
    display: none;
}
.menu__open {
    cursor: pointer;
}
.menu__open_hide {
    display: none;
}
.menu__header-link {
    text-decoration: none;
}
.accordion__with-text {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    font-family: Lato;
}
.accordion__with-text__item {
    box-shadow: 0 0 50px 0 #0d33500d;
    background-color: #fff;
    margin-bottom: 24px;
    font-size: 10px;
}
.accordion__with-text__item:last-child {
    margin-bottom: 0;
}
.accordion__with-text__item__title {
    font-size: 2.4em;
    font-weight: 400;
    color: #0d3350;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 36px 56px;
    cursor: pointer;
}
.accordion__with-text__item__dropdown {
    width: 24px;
    height: 24px;
    background-image: url(../images/accordion-arrow.svg);
    transition: all 0.3s;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(90deg);
}
.accordion__with-text__item__dropdown.close {
    transform: rotate(0deg);
}
.accordion__with-text__item__content {
    font-size: 2em;
    line-height: 1.6em;
    color: #798387;
    transition: all 0.3s, padding 0s;
    padding: 0 56px 32px;
    height: auto;
    opacity: 1;
    overflow: visible;
}
.accordion__with-text__item__content ol,
.accordion__with-text__item__content ul {
    margin-left: 40px;
}
.accordion__with-text__item__content.close {
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding-bottom: 0;
    transition: all 0.2s;
}
.accordion__with-text__item__content a {
    color: #1067a1 !important;
    text-decoration: none !important;
}
@media (max-width: 768px) {
    .accordion__with-text__item {
        font-size: 8px;
    }
    .accordion__with-text__item__title {
        padding: 18px 28px;
    }
    .accordion__with-text__item__content {
        padding: 0 28px 16px;
    }
}
.menu-mobile {
    position: fixed;
    top: 80px;
    bottom: 0;
    left: -100%;
    width: 100%;
    z-index: 4;
    background-color: #fff;
    transition: left 0.5s ease-in;
    min-height: calc(100vh - 40px);
    display: flex;
    flex-direction: column;
    overflow: scroll;
}
.menu-mobile__buttons {
    padding-bottom: 60px;
}
@media screen and (max-width: 1100px) {
    .menu-mobile_active {
        left: 0;
        display: flex;
        flex-direction: column;
    }
}
.menu-mobile__header {
    margin: 16px;
    display: flex;
    justify-content: space-between;
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #0d3350;
    cursor: pointer;
}
.menu-mobile__header:after {
    content: "";
    display: flex;
    width: 16px;
    height: 16px;
    background-image: url(../images/icon-chevron-right.svg);
    transition: transform 0.3s ease-in;
}
.menu-mobile__header_active:after {
    transform: rotate(90deg);
}
.menu-mobile__header_no-dropdown:after {
    display: none;
}
.menu-mobile__category {
    font-family: Lato;
    font-size: 15px;
    line-height: 150%;
    color: #0d3350;
    font-weight: 700;
    padding: 25px 16px 5px;
}
.menu-mobile__list {
    display: flex;
    background: #fafafa;
    flex-direction: column;
    list-style-type: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in;
}
.menu-mobile__list_active {
    max-height: 1300px;
}
.menu-mobile__list-item {
    padding: 12px 16px;
    font-family: Lato;
    font-size: 16px;
    line-height: 150%;
    color: #0d3350;
}
.menu-mobile__list-link {
    text-decoration: none;
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #0d3350;
    font-weight: 300;
    display: flex;
}
.menu-mobile__list-link:after {
    content: "";
    display: flex;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    margin-top: 5px;
    background-image: url(../images/icon-double-chevron-right-thin.svg);
}
.button,
.menu-mobile__header-link {
    text-decoration: none;
}
.button {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    background: linear-gradient(90deg, #0f72ac, #1150a2);
    backdrop-filter: blur(80px);
    border-radius: 10px;
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    width: fit-content;
}
.button:hover {
    background: linear-gradient(90deg, #5974cd, #1150a2);
}
@media screen and (max-width: 500px) {
    .button {
        font-size: 16px;
    }
}
@media screen and (max-width: 320px) {
    .button {
        font-size: 14px;
    }
}
.button__icon {
    width: 24px;
    height: 24px;
}
.button_disabled {
    opacity: 0.2;
    cursor: auto;
}
.button_primary {
   background: linear-gradient(90deg, #0f72ac, #1150a2);
    text-transform: uppercase;
    color: #fff;
}
.button_secondary {
    background: transparent;
    color: #0f72ac;
    border: 1px solid #0f72ac;
}
.button_secondary:hover {
    background: transparent;
    color: #5974cd;
    border: 1px solid #5974cd;
}
.button_small {
    font-size: 16px;
    padding: 12px 24px;
}
.button_small-in-text {
   background: linear-gradient(90deg, #0f72ac, #1150a2);
    border-radius: 3px;
    margin-top: 22px;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 150%;
    color: #fff;
    text-transform: none;
    padding: 5px 8px;
}
.button_no-border {
    background: #fff;
    color: #0f72ac;
    padding-left: 0;
    padding-right: 0;
}
.button_no-border:hover {
    background: #fff;
    color: #5974cd;
}
.button_mobile-display {
    display: none;
}
@media (max-width: 720px) {
    .button_mobile-display {
        display: block;
    }
}
.button_mobile-display-important {
    display: none !important;
}
@media (max-width: 720px) {
    .button_mobile-display-important {
        display: block !important;
    }
}
.button_display_mobile_none {
    display: block;
}
@media (max-width: 720px) {
    .button_display_mobile_none {
        display: none;
    }
}
.button_display_none {
    display: none;
}
.button_centered {
    margin: auto;
}
.button_margin-top_32 {
    margin-top: 32px;
}
.button_margin-top_120 {
    margin-top: 120px;
}
.ico {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.ico_16x16 {
    width: 16px;
    height: 16px;
}
.ico_18x18,
.ico_24x24 {
    width: 24px;
    height: 24px;
}
.ico_32x32 {
    width: 32px;
    height: 32px;
}
.ico_42x42 {
    width: 42px;
    height: 42px;
}
.ico_50x50 {
    width: 50px;
    height: 50px;
}
.ico_64x64 {
    width: 64px;
    height: 64px;
}
.ico_80x80 {
    width: 80px;
    height: 80px;
}
.ico_120x120 {
    width: 120px;
    height: 120px;
}
@media screen and (max-width: 720px) {
    .ico_80x80 {
        width: 64px;
        height: 64px;
    }
    .ico_50x50 {
        width: 32px;
        height: 32px;
    }
}
.ico_inline {
    display: inline-flex;
    margin-right: 0.3em;
}
.ico-filled {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: rgba(94, 129, 255, 0.1);
    box-shadow: -8px 2px 35px rgba(127, 140, 159, 0.1);
    border-radius: 10px;
    width: 24px;
    height: 24px;
}
.ico-filled_padding-36 {
    padding: 36px;
}
.icon-fire {
    background-image: url(../images/icon-fire.svg);
}
.icon-support {
    background-image: url(../images/icon-support.svg);
}
.icon-calculator {
    background-image: url(../images/icon-calculator.svg);
}
.icon-coin {
    background-image: url(../images/icon-coin.svg);
}
.icon-coffee {
    background-image: url(../images/icon-coffee.svg);
}
.icon-subtitle {
    background-image: url(../images/icon-subtitle.svg);
}
.icon-check {
    background-image: url(../images/icon-check.svg);
}
.icon-regulations {
    background-image: url(../images/icon-regulations.svg);
}
.icon-study {
    background-image: url(../images/icon-study.svg);
}
.icon-banknote {
    background-image: url(../images/icon-banknote.svg);
}
.icon-thumb-up {
    background-image: url(../images/icon-thumb-up.svg);
}
.icon-money {
    background-image: url(../images/icon-money.svg);
}
.icon-smile {
    background-image: url(../images/icon-smile.svg);
}
.icon-metals {
    background-image: url(../images/icon-metals.svg);
}
.icon-investigation {
    background-image: url(../images/icon-investigation.svg);
}
.icon-graph {
    background-image: url(../images/icon-graph.svg);
}
.icon-terms {
    background-image: url(../images/icon-terms.svg);
}
.icon-lock {
    background-image: url(../images/icon-lock.svg);
}
.icon-key {
    background-image: url(../images/icon-key.svg);
}
.icon-return {
    background-image: url(../images/icon-return.svg);
}
.icon-shield {
    background-image: url(../images/icon-shield.svg);
}
.icon-user-add {
    background-image: url(../images/icon-user-add.svg);
}
.icon-link {
    background-image: url(../images/icon-link.svg);
}
.icon-clipboard-search {
    background-image: url(../images/icon-clipboard-search.svg);
}
.icon-widget {
    background-image: url(../images/icon-widget.svg);
}
.icon-portrait {
    background-image: url(../images/icon-portrait.svg);
}
.icon-earning {
    background-image: url(../images/icon-earning.svg);
}
.icon-data-exploration {
    background-image: url(../images/icon-data-exploration.svg);
}
.icon-dashboard {
    background-image: url(../images/icon-dashboard.svg);
}
.icon-hands-helping {
    background-image: url(../images/icon-hands-helping.svg);
}
.icon-bulb {
    background-image: url(../images/icon-bulb.svg);
}
.icon-hand-holding-usd {
    background-image: url(../images/icon-hand-holding-usd.svg);
}
.icon-message-field {
    background-image: url(../images/icon-message-field.svg);
}
.icon-calendar-checkmark {
    background-image: url(../images/icon-calendar-checkmark.svg);
}
.icon-stats {
    background-image: url(../images/icon-stats.svg);
}
.icon-briefcase {
    background-image: url(../images/icon-briefcase.svg);
}
.icon-database {
    background-image: url(../images/icon-database.svg);
}
.icon-comment {
    background-image: url(../images/icon-comment.svg);
}
.icon-apps-add {
    background-image: url(../images/icon-apps-add.svg);
}
.icon-interactive {
    background-image: url(../images/icon-interactive.svg);
}
.icon-flag {
    background-image: url(../images/icon-flag.svg);
}
.icon-clock {
    background-image: url(../images/icon-clock.svg);
}
.icon-pulse {
    background-image: url(../images/icon-pulse.svg);
}
.icon-subtitles2 {
    background-image: url(../images/icon-subtitles2.svg);
}
.icon-time-quarter-pass {
    background-image: url(../images/icon-time-quarter-pass.svg);
}
.icon-android-filled {
    background-image: url(../images/icon-android-filled.svg);
}
.icon-windows-filled {
    background-image: url(../images/icon-windows-filled.svg);
}
.icon-apple-filled {
    background-image: url(../images/icon-apple-filled.svg);
}
.icon-globe {
    background-image: url(../images/icon-globe.svg);
}
.icon-facebook {
    background-image: url(../images/icon-facebook.svg);
}
.icon-instagram {
    background-image: url(../images/icon-instagram.svg);
}
.icon-linkedin {
    background-image: url(../images/icon-linkedin.svg);
}
.icon-telegram {
    background-image: url(../images/icon-telegram.svg);
}
.icon-arrow-right {
    background-image: url(../images/icon-arrow-right.svg);
}
.icon-arrow-right-long {
    background-image: url(../images/icon-arrow-right-long.svg);
}
.icon-arrow-left {
    background-image: url(../images/icon-arrow-right.svg);
    transform: rotate(180deg);
}
.icon-angle-down {
    background-image: url(../images/icon-angle-down.svg);
}
.icon-angle-double-right {
    background-image: url(../images/icon-angle-double-right.svg);
}
.icon-plus {
    background-image: url(../images/icon-plus.svg);
}
.icon-exclamation {
    background-image: url(../images/icon-exclamation.svg);
}
.icon-lightbulb {
    background-image: url(../images/icon-lightbulb.svg);
}
.icon-form {
    background-image: url(../images/icon-form.svg);
}
.icon-shield-check {
    background-image: url(../images/icon-shield-check.svg);
}
.icon-dollar {
    background-image: url(../images/icon-dollar.svg);
}
.icon-badge {
    background-image: url(../images/icon-badge.svg);
}
.icon-sales-performance {
    background-image: url(../images/icon-sales-performance.svg);
}
.icon-app-16 {
    background-image: url(../images/icon-app-16.svg);
}
.icon-question {
    background-image: url(../images/icon-question.svg);
}
.icon-percent {
    background-image: url(../images/icon-percent.svg);
}
.icon-brain {
    background-image: url(../images/icon-brain.svg);
}
.title {
    font-family: Lato;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #0d3350;
    margin: 0 auto;
    padding: 0;
}
@media (max-width: 720px) {
    .title {
        font-size: 22px;
        line-height: 140%;
    }
}
.title_16px {
    font-size: 16px;
}
@media (max-width: 720px) {
    .title_16px {
        font-size: 14px;
    }
}
.title_18px {
    font-size: 18px;
}
@media (max-width: 720px) {
    .title_18px {
        font-size: 16px;
    }
}
.title_20px {
    font-size: 20px;
}
@media (max-width: 720px) {
    .title_20px {
        font-size: 16px;
    }
}
.title_24px {
    font-size: 24px;
}
@media (max-width: 720px) {
    .title_24px {
        font-size: 16px;
    }
}
.title_28px {
    font-size: 28px;
}
@media (max-width: 720px) {
    .title_28px {
        font-size: 22px;
    }
}
@media (max-width: 720px) {
    .title_mobile_28px {
        font-size: 28px;
    }
}
.title_32px {
    font-size: 32px;
}
@media (max-width: 720px) {
    .title_32px {
        font-size: 22px;
    }
}
.title_36px {
    font-size: 32px;
}
@media (max-width: 720px) {
    .title_36px {
        font-size: 16px;
    }
}
.title_36_20px {
    font-size: 36px;
}
@media (max-width: 720px) {
    .title_36_20px {
        font-size: 20px;
    }
}
.title_48px {
    font-size: 48px;
}
@media (max-width: 720px) {
    .title_48px {
        font-size: 24px;
    }
}
.title_40px {
    font-size: 40px;
}
@media (max-width: 720px) {
    .title_40px {
        font-size: 22px;
    }
}
.title_56px {
    font-size: 56px;
}
@media (max-width: 720px) {
    .title_56px {
        font-size: 24px;
    }
}
.title_color_white {
    color: #fff;
}
.title_underline:after {
    content: "";
    margin: 32px auto;
    background-image: url(../images/icon-underline.svg);
    width: 56px;
    height: 2px;
    display: block;
}
@media (max-width: 720px) {
    .title_underline:after {
        width: 24px;
        margin: 24px auto;
    }
}
.title_underline-align-left {
    text-align: left;
}
.title_underline-align-left:after {
    content: "";
    margin: 32px 0;
    background-image: url(../images/icon-underline.svg);
    width: 56px;
    height: 2px;
    display: block;
}
@media (max-width: 720px) {
    .title_underline-align-left:after {
        width: 24px;
        margin: 24px auto;
    }
}
.title_align-left {
    text-align: left;
}
.landing-title {
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 56px;
    line-height: 120%;
    text-align: center;
    color: #0d3350;
    margin: 0 auto;
    padding: 0;
}
@media (max-width: 720px) {
    .landing-title {
        font-size: 24px;
        line-height: 140%;
    }
}
.subtitle {
    font-family: Lato;
    font-size: 20px;
    line-height: 32px;
    padding: 0;
    color: #0d3350;
}
@media (max-width: 720px) {
    .subtitle {
        font-size: 16px;
        line-height: 150%;
    }
}
.subtitle_align-left {
    text-align: left;
}
.subtitle_align-center {
    text-align: center;
}
.subtitle_color_white {
    color: #fff;
}
.subtitle_no-padding {
    padding: 0;
}
.subtitle_padding-104 {
    padding: 0 104px;
}
@media screen and (max-width: 720px) {
    .subtitle_padding-104 {
        padding: 0 16px;
    }
}
.subtitle_max-width_560 {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.subtitle_max-width_960 {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.subtitle-landing {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #0d3350;
    padding: 0;
}
@media (max-width: 720px) {
    .subtitle-landing {
        font-size: 20px;
        line-height: 140%;
    }
}
.card {
    background: #fff;
    box-shadow: 0 0 50px rgba(13, 34, 80, 0.05);
    border-radius: 10px;
    padding: 32px;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    justify-self: center;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.card,
.card_inline {
    align-items: center;
}
@media screen and (max-width: 720px) {
    .card_inline {
        flex-direction: column;
        gap: 24px;
    }
}
.card_center {
    align-items: center;
}
.card_align-start {
    align-items: start;
}
.card_colored {
    padding: 0;
    overflow: hidden;
}
.card_no-border {
    box-shadow: none;
    border-radius: 0;
    border: none;
    background: transparent;
}
.card_padding-left-right {
    padding: 32px 0;
    max-width: 100%;
}
.card__width-100 {
    max-width: 100%;
}
.card_370 {
    max-width: 370px;
}
.card_375 {
    max-width: 375px;
}
.card__description {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #798387;
    margin: 24px 0 0;
}
.description-list {
    display: flex;
    flex-direction: column;
    padding-left: 16px;
}
.card__description_padding_24 {
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.card__description_center {
    text-align: center;
}
.card__description_font-14 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
}
.card__title {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #0d3350;
    margin: 24px 0 0;
}
.card__title_font-20 {
    font-size: 20px;
    font-weight: 400;
}
@media screen and (max-width: 720px) {
    .card__title_font-20 {
        font-size: 18px;
    }
}
.card__title_font-16 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 16px;
}
.card__title__padding-left-25 {
    padding-left: 25px;
}
.card__title__padding-right-25 {
    padding-right: 25px;
}
.card__title_center {
    text-align: center;
}
.card__title_colored {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #fff;
    background: linear-gradient(180deg, #aec4ff -0.87%, #bfd6ff 99.08%);
    margin: 0;
    padding: 24px 16px;
    text-align: center;
    width: 100%;
}
.card__title_colored_link {
    display: block;
    text-decoration: none;
}
.card__title_no-margin {
    margin: 0;
}
.card__badge {
   background: linear-gradient(90deg, #0f72ac, #1150a2);
    border-radius: 10px 0;
    font-family: Lato;
    font-size: 11px;
    line-height: 150%;
    color: #fff;
    padding: 6px 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.card-dropdown {
    background: #fff;
    box-shadow: 0 0 50px rgba(13, 34, 80, 0.05);
    border-radius: 10px;
    padding: 32px;
    max-width: 500px;
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 0 32px;
}
@media (max-width: 720px) {
    .card-dropdown {
        padding: 16px;
    }
}
.card-dropdown_no-image {
    grid-template-columns: 1fr;
    gap: 0;
}
.card-dropdown_width-100percent {
    max-width: 100%;
}
.card-dropdown__description {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #798387;
    max-height: 0;
    transition: max-height 0.4s ease-in-out;
    grid-column: 1/3;
    overflow: hidden;
}
.card-dropdown__description:before {
    padding-top: 32px;
    display: block;
    content: "";
}
.card-dropdown__description_active {
    max-height: 100%;
}
.card-dropdown__title {
    display: flex;
    justify-content: space-between;
    font-family: Lato, sans-serif;
    color: #0d3350;
    align-items: center;
    cursor: pointer;
    width: 100%;
    gap: 16px;
    text-align: left;
    font-weight: 400;
}
.card-dropdown__title:after {
    content: "";
    display: flex;
    width: 16px;
    height: 16px;
    background-image: url(../images/icon-chevron-right.svg);
    transition: transform 0.3s ease-in;
    flex: 0 0 16px;
}
.card-dropdown__title em {
    background-color: #ff0;
}
.card-dropdown__title_active:after {
    transform: rotate(90deg);
}
.text_align-center {
    text-align: center;
}
.text_align-left {
    text-align: left;
}
@media (max-width: 720px) {
    .text_align-center_mobile {
        text-align: center;
    }
}
.text_line-height_32px {
    line-height: 32px;
}
@media (max-width: 720px) {
    .text_line-height_32px {
        line-height: 150%;
    }
}
.text_link_purlpe a {
    color: #0f72ac;
    text-decoration: none;
}
.tab {
    padding: 4px;
    gap: 4px;
    background: #f3f3f7;
}
.tab,
.tab_v2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 10px;
    list-style-type: none;
    margin: none;
}
.tab_v2 {
    overflow: hidden;
}
.tab_transparent {
    background-color: transparent;
}
@media (max-width: 720px) {
    .tab_page {
        display: none;
    }
}
.tab_select {
    display: none;
    flex-direction: column;
}
@media (max-width: 720px) {
    .tab_select {
        display: flex;
    }
}
.tab__item {
    text-align: center;
    color: #9ea1b9;
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 40px;
    cursor: pointer;
    text-decoration: none;
    min-width: 95px;
}
.tab__item-wrapper {
    background: #f3f3f7;
    padding: 8px;
}
.tab__item-wrapper:nth-of-type(-n + 3) {
    flex-grow: 1;
}
.tab__item_active {
    background: #fff;
    border-radius: 10px;
    color: #0d3350;
    box-shadow: 0 0 7px rgba(13, 19, 80, 0.1);
}
.two-buttons {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    font-family: Lato;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #798387;
    align-items: center;
    margin: 0 auto;
    padding: 0 16px;
    margin-top: 64px;
}
@media screen and (max-width: 750px) {
    .two-buttons {
        width: max-content;
        flex-direction: column;
        gap: 8px;
        margin-top: 40px;
    }
}
@media screen and (max-width: 375px) {
    .two-buttons {
        width: fit-content;
        flex-direction: column;
        gap: 8px;
        margin-top: 40px;
    }
}
@media screen and (max-width: 750px) {
    .two-buttons__button {
        width: 100%;
        box-sizing: border-box;
    }
}
.two-buttons__note {
    margin-top: 32px;
    font-family: Lato;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #798387;
}
.two-buttons__note a {
    text-decoration: none;
    color: #0f72ac;
}
.two-buttons__wrapper {
    max-width: 1440px;
    margin: 0 auto;
}
.two-buttons_space-between {
    align-self: flex-end;
    justify-content: space-between;
    display: flex;
    width: 100%;
}
.two-buttons_column {
    flex-direction: column;
    gap: 0;
    width: 100%;
    box-sizing: border-box;
}
.two-buttons_no-margin {
    align-self: flex-end;
    justify-content: space-between;
    display: flex;
    width: 100%;
    padding: 0;
    z-index: 1;
    position: relative;
}
@media screen and (max-width: 750px) {
    .two-buttons_no-margin {
        margin-left: auto;
        margin-right: auto;
    }
}
.two-buttons_or_text {
    padding: 0 20px;
}
@media screen and (max-width: 750px) {
    .two-buttons_or_text {
        padding: 0;
    }
}
.start-trading {
    background: linear-gradient(180deg, rgba(174, 191, 255, 0.1) -0.87%, rgba(191, 214, 255, 0.1) 99.08%);
    padding: 120px 60px;
    position: relative;
}
@media screen and (max-width: 720px) {
    .start-trading {
        box-shadow: 0 0 50px rgba(13, 34, 80, 0.05);
        border-radius: 10px;
        padding: 64px 16px;
    }
}
.start-trading {
    padding: 64px 60px;
}
@media screen and (max-width: 720px) {
    .start-trading {
        padding: 32px 16px;
    }
}
.start-trading__title {
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 679px) {
    .start-trading__title {
        font-size: 22px;
    }
}
.start-trading__subtitle {
    font-size: 20px;
    text-align: center;
    margin: 32px auto 0;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 679px) {
    .start-trading__subtitle {
        font-size: 16px;
        line-height: 150%;
        margin: 24px auto 0;
    }
}
.start-trading__background-image,
.start-trading__background-image-join {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.start-trading__background-image-join {
    border-radius: 15px;
    opacity: 0.7;
}
.live-pricing__tab {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
@media (max-width: 720px) {
    .live-pricing__tab {
        display: none;
    }
}
.live-pricing__tab-data {
    justify-content: center;
    overflow: auto;
}
@media (max-width: 720px) {
    .live-pricing__tab-data {
        justify-content: flex-start;
    }
}
.live-pricing__tab-title {
    display: flex;
    justify-content: center;
}
.live-pricing__tab-select {
    display: none;
    padding: 0 16px;
    flex-direction: column;
}
@media (max-width: 720px) {
    .live-pricing__tab-select {
        display: flex;
    }
}
.live-pricing__title {
    padding: 0 16px;
}
.live-pricing__subtitle {
    text-align: center;
    max-width: 940px;
    margin: 32px auto 90px;
}
.live-pricing__subtitle a {
    color: #0f72ac;
    text-decoration: none;
}
@media (max-width: 720px) {
    .live-pricing__subtitle {
        margin: 24px auto 40px;
    }
}
.live-pricing__tab-data_slider {
    justify-content: center;
    overflow: auto;
}
@media (max-width: 720px) {
    .live-pricing__tab-data_slider {
        justify-content: center;
    }
}
@media (max-width: 500px) {
    .live-pricing__tab-data_slider {
        justify-content: flex-start;
    }
}
.live-pricing__disclaimer {
    font-family: Lato;
    padding: 0 80px;
    font-size: 12px;
    line-height: 24px;
    color: #798387;
    max-width: 1440px;
    margin: 0 auto;
}
@media screen and (max-width: 720px) {
    .live-pricing__disclaimer {
        padding: 0 16px;
    }
}
.live-pricing-card {
    max-width: 190px;
    min-width: 190px;
    padding: 24px;
    background: #fff;
    box-shadow: 0 0 20px rgba(13, 34, 80, 0.05);
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.live-pricing-card__column-title {
    font-family: Lato;
    font-size: 12px;
    line-height: 24px;
    color: #798387;
    padding-top: 16px;
}
.live-pricing-card__title,
.live-pricing-card__visible-title {
    width: 100%;
    padding-bottom: 16px;
    font-family: Lato;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #0d3350;
    border-bottom: 1px solid #d3dae8;
    grid-column: 1/3;
}
.live-pricing-card__button {
    font-family: Lato;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding-top: 16px;
}
.live-pricing-card__button_buy {
    color: #5176b5;
}
.live-pricing-card__button_sell {
    color: #fe6b6b;
}
.live-pricing-card__column_spread {
    font-weight: 700;
}
.live-pricing-card__column_spread,
.live-pricing-card__column_trend {
    border-bottom: 1px solid #d3dae8;
    padding-bottom: 16px;
}
.live-pricing-card__price {
    padding-bottom: 16px;
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
}
.live-pricing-card__price_center {
    font-size: 22px;
}
.live-pricing-card__price_up {
    color: #5176b5;
}
.live-pricing-card__price_down {
    color: #fe6b6b;
}
.live-pricing-cards {
    display: flex;
    gap: 24px;
    margin: 64px auto 0;
    justify-content: center;
    padding: 16px;
}
@media (max-width: 1320px) {
    .live-pricing-cards {
        margin: 32px auto 0;
        justify-content: flex-start;
        overflow-y: auto;
        padding: 16px 0;
    }
}
@media (max-width: 720px) {
    .live-pricing-cards {
        margin: 32px auto 0;
    }
}
.live-pricing-cards_slider {
    width: 757px;
    overflow: hidden;
    padding: 32px 20px;
    background-color: transparent;
    justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
    .live-pricing-cards_slider {
        width: 280px;
    }
}
@media (max-width: 500px) {
    .live-pricing-cards_slider {
        width: max-content;
    }
}
.live-pricing-card-vert {
    max-width: 640px;
    min-width: 460px;
    padding: 10px 24px;
    background: #fff;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-content: center;
    align-items: center;
    column-gap: 10px;
    font-size: 0;
    text-align: center;
}
@media (max-width: 530px) {
    .live-pricing-card-vert {
        min-width: 324px;
        max-width: 324px;
        padding: 5px 12px;
        column-gap: 0;
        font-size: 0;
        text-align: center;
    }
}
.live-pricing-card-vert_desktop {
    display: block;
    width: 100%;
    border-radius: 12px;
    max-width: 1024px;
}
@media (max-width: 1012px) {
    .live-pricing-card-vert_desktop {
        display: none;
    }
}
.live-pricing-card-vert_mobile {
    display: none;
    width: 100%;
}
@media (max-width: 1012px) {
    .live-pricing-card-vert_mobile {
        display: block;
    }
}
.landing-top-section_mobile {
    display: none;
    width: 100%;
    background: #f9f7ff;
    border-radius: 10px;
}
@media (max-width: 1012px) {
    .landing-top-section_mobile {
        display: block;
        background: #f9f7ff;
        border-radius: 10px;
    }
}
.landing-top-section__title {
    text-align: center;
    display: flex;
    padding: 60px 0 40px;
    justify-content: center;
    align-items: center;
}
.landing-top-section__header {
    text-align: left;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 20px;
}
@media (max-width: 530px) {
    .landing-top-section__header {
        font-size: 14px;
    }
}
.landing-top-section__content {
    background: #fff;
    margin: 0 20px 20px;
    border-radius: 10px;
    height: 100%;
}
.landing-top-section__button {
    width: 100%;
    text-transform: none;
    font-size: 14px;
    background: #f5efff;
    color: #0d3350;
    font-weight: 700;
    padding: 5px;
    text-align: center;
    border-radius: 7px;
}
.landing-top-section__button_right {
    margin: 20px 20px 0 10px;
}
.landing-top-section__button_left {
    margin: 20px 10px 0 20px;
}
.landing-top-section__title_text {
    font-family: Lato;
    font-style: normal;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
@media (max-width: 530px) {
    .landing-top-section__title_text {
        font-size: 16px;
    }
}
.landing-top-section__content_layout {
    display: flex;
    flex-direction: column;
    height: 350px;
}
@media (max-width: 530px) {
    .landing-top-section__content_layout {
        height: 330px;
    }
}
.landing-top-section_desktop {
    max-width: 700px;
    background: #f9f7ff;
    border-radius: 10px;
}
@media (max-width: 1012px) {
    .landing-top-section_desktop {
        display: none;
    }
}
.live-pricing-card-vert-titles {
    max-width: 640px;
    min-width: 460px;
    padding: 24px 24px 0;
    background: #fff;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #798387;
}
@media (max-width: 530px) {
    .live-pricing-card-vert-titles {
        min-width: 324px;
        padding: 12px 12px 0;
        font-size: 12px;
    }
}
.live-pricing-card-vert-titles_top-radius {
    border-radius: 10px 10px 0 0;
}
.live-pricing-card-vert-titles_bottom-radius {
    border-radius: 0 0 10px 10px;
}
.live-pricing-card-vert-title {
    border-bottom: 1px solid #e8e4f4;
    padding-bottom: 10px;
}
.live-pricing-card-wide-tiles {
    max-width: 235px !important;
    min-width: 235px !important;
}
.live-pricing-card-vert__column-title {
    font-family: Lato;
    font-size: 12px;
    line-height: 24px;
    color: #798387;
    padding-top: 16px;
}
.live-pricing-card-vert__title {
    text-align: left;
    width: 100%;
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #0d3350;
}
@media (max-width: 530px) {
    .live-pricing-card-vert__title {
        font-size: 12px;
    }
}
.live-pricing-card-vert__header {
    text-align: left;
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #0d3350;
}
@media (max-width: 530px) {
    .live-pricing-card-vert__header {
        font-size: 16px;
    }
}
@media (max-width: 1012px) {
    .live-pricing-card-vert__top-header {
        text-align: center;
        line-height: 140%;
        margin: 0 0 30px;
    }
}
.live-pricing-card-vert__button {
    font-family: Lato;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding-top: 16px;
}
.live-pricing-card-vert__button_buy {
    color: #5176b5;
}
.live-pricing-card-vert__button_sell {
    color: #fe6b6b;
}
.live-pricing-card-vert__button_start-trading {
    display: flex;
    justify-content: flex-start;
}
@media (max-width: 1012px) {
    .live-pricing-card-vert__button_start-trading {
        display: flex;
        justify-content: center;
    }
}
.live-pricing-card-vert__column_spread {
    font-weight: 700;
    text-align: center;
}
.live-pricing-card-vert__column_trend {
    text-align: center;
}
.live-pricing-card-vert__price {
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
}
@media (max-width: 530px) {
    .live-pricing-card-vert__price {
        font-size: 12px;
    }
}
.live-pricing-card-vert__price_up {
    color: #5176b5;
}
.live-pricing-card-vert__price_down {
    color: #fe6b6b;
}
.live-pricing-card-vert__price_up_trend {
    border-radius: 20px;
    border-spacing: 15px;
    padding: 10px;
    background: rgba(81, 181, 109, 0.4);
}
.live-pricing-card-vert__price_down_trend {
    color: #fe6b6b;
    border-radius: 20px;
    border-spacing: 15px;
    padding: 10px;
    background: rgba(254, 108, 108, 0.4);
}
.live-pricing-cards-vert {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
@media (max-width: 1320px) {
    .live-pricing-cards-vert {
        justify-content: flex-start;
        overflow-y: auto;
    }
}
.footer {
    padding: 200px 0 40px;
    background: #f9fbff;
    position: relative;
    top: -80px;
}
@media screen and (max-width: 720px) {
    .footer {
        padding: 64px 16px;
        top: 0;
    }
}
.footer__column {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-family: Lato;
    font-size: 16px;
    line-height: 24px;
    color: #0d3350;
}
.footer__logo {
    height: 48px;
    max-width: 1400px;
    margin: 0 auto 80px;
    padding: 0 80px;
}
.footer__logo:before {
    content: "";
    background-image: url(#);
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 48px;
}
@media screen and (max-width: 1024px) {
    .footer__logo {
        padding: 0 16px;
    }
}
.footer__column_main {
    margin-bottom: 120px;
}
.footer__column_address {
    max-width: 200px;
}
@media screen and (max-width: 720px) {
    .footer__column_address {
        max-width: 100%;
        grid-column: 1/3;
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 40px 20px;
    }
}
@media screen and (max-width: 720px) {
    .footer__column_copyright {
        margin-bottom: 8px;
    }
}
.footer__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr 0.75fr;
    gap: 20px;
    padding: 0 80px;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
}
@media screen and (max-width: 720px) {
    .footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}
.footer__grid_links {
    padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
    .footer__grid_links {
        padding: 0 16px 60px;
    }
}
.footer__grid_terms {
    padding: 32px 80px;
    align-items: center;
}
@media screen and (max-width: 720px) {
    .footer__grid_terms {
        padding: 28px 16px;
        grid-template-columns: 1fr;
        gap: 16px;
    }
}
.footer__border {
    border-bottom: 1px solid #e5eaf3;
}
.footer__link {
    text-decoration: none;
    font-family: Lato;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #0d3350;
}
@media screen and (max-width: 1024px) {
    .footer__link {
        font-size: 14px;
    }
}
.footer__payments {
    display: flex;
    gap: 32px;
}
@media screen and (max-width: 720px) {
    .footer__payments {
        margin-top: 16px;
    }
}
.footer__payments-master-card {
    width: 52px;
    height: 40px;
}
.footer__payments-visa {
    width: 99px;
    height: 32px;
    padding-top: 2px;
}
.footer__license {
    padding: 40px 80px 0;
    font-family: Lato;
    font-size: 12px;
    line-height: 24px;
    color: #798387;
    max-width: 1440px;
    margin: 0 auto;
}
@media screen and (max-width: 720px) {
    .footer__license {
        padding: 32px 16px 0;
    }
}
.footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
@media screen and (max-width: 720px) {
    .footer__social {
        margin-bottom: 16px;
    }
}
.footer__social-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
@media screen and (max-width: 720px) {
    .footer__social-container {
        grid-row: 2;
        justify-content: space-between;
    }
}
.footer__social-item {
    text-decoration: none;
}
.footer__social-logo {
    width: 24px;
    height: 24px;
    display: block;
}
@media screen and (max-width: 720px) {
    .footer__social-logo {
        width: 20px;
        height: 20px;
    }
}
.footer__bold {
    font-weight: 700;
}
.footer-nonfx {
    padding: 200px 0 40px;
    background: #f9fbff;
    position: relative;
    top: -80px;
}
@media screen and (max-width: 720px) {
    .footer-nonfx {
        padding: 64px 16px;
        top: 0;
    }
}
.footer-nonfx__column {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-family: Lato;
    font-size: 16px;
    line-height: 24px;
    color: #0d3350;
}
@media screen and (max-width: 720px) {
    .footer-nonfx__column {
        display: flex;
        flex-direction: row;
        gap: 16px;
        justify-content: space-between;
        font-family: Lato;
        font-size: 16px;
        line-height: 24px;
        color: #0d3350;
    }
}
.footer-nonfx__logo {
    height: 48px;
    max-width: 1400px;
    margin: 0 auto 80px;
    padding: 0 80px;
}
.footer-nonfx__logo:before {
    content: "";
    background-image: url(../images/footer-logo.svg);
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 48px;
}
@media screen and (max-width: 1024px) {
    .footer-nonfx__logo {
        padding: 0 16px;
    }
}
.footer-nonfx__column_main {
    margin-bottom: 120px;
}
.footer-nonfx__column_address {
    max-width: 200px;
}
@media screen and (max-width: 720px) {
    .footer-nonfx__column_address {
        max-width: 100%;
        grid-column: 1/3;
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 40px 20px;
    }
}
@media screen and (max-width: 720px) {
    .footer-nonfx__column_copyright {
        margin-bottom: 8px;
    }
}
.footer-nonfx__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 5fr;
    gap: 20px;
    padding: 0 80px;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
}
@media screen and (max-width: 720px) {
    .footer-nonfx__grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}
.footer-nonfx__grid_links {
    padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
    .footer-nonfx__grid_links {
        padding: 0 16px 60px;
    }
}
.footer-nonfx__grid_terms {
    padding: 32px 80px;
    align-items: center;
}
@media screen and (max-width: 720px) {
    .footer-nonfx__grid_terms {
        padding: 28px 16px;
        grid-template-columns: 1fr;
        gap: 16px;
    }
}
.footer-nonfx__border {
    border-bottom: 1px solid #e5eaf3;
}
.footer-nonfx__link {
    text-decoration: none;
    font-family: Lato;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #0d3350;
}
@media screen and (max-width: 1024px) {
    .footer-nonfx__link {
        font-size: 14px;
    }
}
.footer-nonfx__payments {
    display: flex;
    gap: 32px;
}
@media screen and (max-width: 720px) {
    .footer-nonfx__payments {
        margin-top: 16px;
    }
}
.footer-nonfx__payments-master-card {
    width: 52px;
    height: 40px;
}
.footer-nonfx__payments-visa {
    width: 99px;
    height: 32px;
    padding-top: 2px;
}
.footer-nonfx__license {
    padding: 40px 80px 0;
    font-family: Lato;
    font-size: 12px;
    line-height: 24px;
    color: #798387;
    max-width: 1440px;
    margin: 0 auto;
}
@media screen and (max-width: 720px) {
    .footer-nonfx__license {
        padding: 32px 16px 0;
    }
}
.footer-nonfx__social {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 16px;
}
.footer-nonfx__social-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
}
@media screen and (max-width: 720px) {
    .footer-nonfx__social-container {
        grid-row: 2;
        justify-content: space-between;
        justify-content: center;
    }
}
.footer-nonfx__social-item {
    text-decoration: none;
}
.footer-nonfx__social-logo {
    width: 24px;
    height: 24px;
    display: block;
}
@media screen and (max-width: 720px) {
    .footer-nonfx__social-logo {
        width: 20px;
        height: 20px;
    }
}
.footer-nonfx__bold {
    font-weight: 700;
}
.veil {
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
}
.euCookiesBanner,
.veil {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
}
.euCookiesBanner {
    min-height: 60px;
    display: block;
    padding: 20px 60px;
    background: linear-gradient(180deg, rgba(174, 191, 255, 0.1) -0.87%, rgba(191, 214, 255, 0.1) 99.08%);
    background-color: #fff;
}
.euPolicyText {
    max-width: 1320px;
    padding: 10px 0;
    font-weight: 600;
    text-align: center;
}
.euPolicyText,
.euPolicyText_link {
    margin: 0 auto;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-style: normal;
    line-height: 32px;
    color: #0d3350;
}
.euPolicyText_link {
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px dashed #0d3350;
}
.euCookiesBannerBtnsWrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.euCookiesBanner_hidden {
    display: none;
}
.euCookiesPopup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100vh;
    width: 95%;
    max-width: 1040px;
    padding: 60px;
    background: linear-gradient(180deg, rgba(174, 191, 255, 0.1) -0.87%, rgba(191, 214, 255, 0.1) 99.08%);
    background-color: #fff;
    overflow-y: auto;
}
.euCookiesPopupTitle {
    font-family: Lato;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    background: linear-gradient(180deg, #0f72ac, #3479bf0.01%, #7229c9);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.euCookiesPopupText {
    color: #0d3350;
    font-family: Lato;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
}
.euCookiesPopupOptionWrapper {
    display: grid;
    grid-template-columns: 1fr 96px 96px;
    gap: 0 10px;
    align-items: center;
    justify-content: center;
}
.euCookiesPopupOptionTitle {
    grid-area: 1/1/2/4;
    color: #0d3350;
    font-family: Lato;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}
.euCookiesPopupOptionText {
    color: #0d3350;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.euCookiesPopupShowExamplesButton {
    background: none;
    border: none;
    padding: 0;
    font-size: inherit;
    color: inherit;
    font-family: Lato;
    text-decoration: none;
    border-bottom: 1px dashed #0d3350;
    cursor: pointer;
    transition: opacity 0.3s;
}
.euCookiesPopupShowExamplesButton:hover {
    opacity: 0.7;
}
.euCookiesPopupOptionButton {
    width: 96px;
}
.euCookiesPopupOptionExamples {
    grid-area: 3/1/4/4;
    max-height: 5000px;
    overflow-y: hidden;
    transition: max-height 0.3s ease-in;
}
.euCookiesPopupOptionExamples__hidden {
    max-height: 0;
}
.examplesContentTitle {
    color: #0d3350;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
}
.exampleTable {
    overflow: hidden;
    margin-top: 5px;
    border-collapse: collapse;
    border: 1px solid #0d3350;
    width: 100%;
}
.exampleTable td,
.exampleTable th {
    padding: 10px;
    color: #0d3350;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    border: 1px solid #0d3350;
}
.exampleTable th {
    font-weight: 700;
}
.exampleTable td {
    font-weight: 400;
}
.euCookiesPopupOptionButton:disabled {
    border-radius: 10px;
    border: 1px solid #c4c4c4;
    backdrop-filter: blur(40px);
    cursor: auto;
    color: #c4c4c4;
    text-transform: uppercase;
}
.euCookiesPopupOptionSaveButton {
    margin-top: 20px;
    height: 70px;
}
@media screen and (max-width: 600px) {
    .euCookiesPopup {
        padding: 10px;
    }
    .euCookiesPopupOptionWrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .euCookiesPopupOptionTitle {
        grid-area: 1/1/2/3;
    }
    .euCookiesPopupOptionText {
        grid-area: 2/1/3/3;
    }
    .euCookiesPopupOptionButton {
        align-self: center;
        justify-self: center;
    }
    .euCookiesPopupOptionSaveButton {
        margin: 30px auto;
    }
    .exampleTable td,
    .exampleTable th {
        padding: 5px;
        font-size: 14px;
    }
}
.cookiesBanner {
    width: 100%;
    min-height: 60px;
    position: fixed;
    display: grid;
    grid-template-columns: 1fr 150px;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    bottom: 0;
    background-color: #011a2b;
    z-index: 7;
    opacity: 0.8;
}
.policyText {
    max-height: 150px;
    overflow: auto;
    padding: 10px 0;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.policyText_link {
    color: #4d77b6;
    text-decoration: none;
    border-bottom: 1px dashed #4d77b6;
}
.policyText_link:hover {
    color: #4d77b6;
}
.cookiesBanner_closeButton {
    right: 15px;
    font-size: 16px;
    color: #fff;
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 1280px) {
    .cookiesBanner_closeButton {
        right: 40px;
    }
}
.banner_hidden {
    display: none;
}
.topDisclaimer {
    padding: 0 40px;
    box-shadow: 0 2px 4px rgba(13, 32, 80, 0.06);
    transition: max-height 0.5s ease-in, opacity 0.5s ease-in;
    max-height: 300px;
    opacity: 1;
}
.disclaimerText {
    overflow: auto;
    padding: 10px 0;
    margin: 0 auto;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #0d3350;
}
.topDisclaimer_hidden {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}
.slider {
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
    grid-template-columns: 1fr;
}
.slider__buttons {
    gap: 10px;
    justify-content: flex-end;
    display: flex;
    max-width: 384px;
    width: 100%;
    margin: 0 auto;
}
.slider__button_prev {
    transform: rotate(180deg);
}
.slider__item {
    display: none;
    max-width: 700px;
}
.slider__item_active {
    display: flex;
    z-index: 2;
    position: relative;
}
.slider__background {
    background-image: url(../images/slider-background.svg);
    background-position: bottom;
    background-size: cover;
    max-width: 780px;
    z-index: 0;
    position: relative;
    padding-bottom: 8%;
}
.select {
    display: flex;
    gap: 10px;
    background: #f3f3f7;
    background-blend-mode: multiply;
    border: 1px solid #4184f0;
    border-radius: 8px;
    justify-content: center;
    padding: 12px 24px;
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #0d3350;
    cursor: pointer;
    position: relative;
}
.select:after {
    content: "";
    display: flex;
    background-image: url(../images/icon-chevron-down.svg);
    width: 24px;
    height: 24px;
    background-size: cover;
    transition: transform 0.3s ease-in;
}
.select__dropdown {
    background: #f3f3f7;
    border-radius: 8px;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    min-width: max-content;
    top: calc(100% + 4px);
    left: auto;
    box-shadow: 0 0 7px rgba(13, 19, 80, 0.1);
    padding: 0 8px;
    display: flex;
    flex-direction: column;
    max-height: 0;
    transition: max-height 0.3s ease-in, padding-top 0.3s ease-in, padding-bottom 0.3s ease-in;
    overflow: hidden;
    z-index: 3;
}
.select__dropdown_white {
    background-color: #fff;
}
.select__dropdown_active {
    padding-top: 8px;
    padding-bottom: 8px;
    height: auto;
    max-height: 500px;
}
.select__item {
    padding: 8px;
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #0d3350;
    text-align: center;
    text-decoration: none;
}
.select__item:hover {
    background: #eee;
}
.select__item .ico.hidden {
    display: none;
}
.select__item_active {
    background: #ddd;
}
.select__item_lang-switch {
    display: flex;
    gap: 5px;
    align-items: center;
}
.select__item_lang-switch img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}
.select_white {
    background-color: #fff;
    border: 1px solid rgba(13, 19, 80, 0.1);
}
.select_navigation,
.select_white {
    box-shadow: 0 0 7px rgba(13, 19, 80, 0.1);
}
.select_navigation {
    background: #fff;
    border-radius: 8px;
    border: none;
}
.select_active:after {
    transform: rotate(180deg);
}
.select_transparent {
    background-color: transparent;
    box-shadow: none;
    border: none;
}
.select_lang-switch {
    padding: 0;
}
.select_lang-switch .ico.hidden,
.select_lang-switch:after {
    display: none;
}
.select_lang-switch img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}
.select__lang {
    margin-top: 2px;
}
.regulator-switch {
    display: none;
    align-items: center;
    padding: 60px 0;
}
.regulator-switch__title {
    margin-right: 1em;
    font-size: 16px;
}
.regulator-switch__select {
    margin-top: 16px;
    box-shadow: 0 0 7px rgba(13, 19, 80, 0.1);
    border-radius: 8px;
    padding: 14px 44px 14px 16px;
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #0d3350;
    border: none;
    display: flex;
    gap: 10px;
    align-items: center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url(../images/icon-chevron-down-2.svg) no-repeat 100%;
}
.regulator-switch__select-option {
    padding: 30px;
}
@media screen and (max-width: 720px) {
    .regulator-switch {
        grid-row: 2;
        padding: 0;
    }
}
.link-list {
    margin: 80px 40px;
}
@media screen and (max-width: 720px) {
    .link-list {
        margin-bottom: 0 !important;
    }
}
.link-list__icon {
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 12px;
}
.link-list__link {
    display: flex;
    align-items: center;
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    color: #0f72ac;
    text-decoration: none;
}
.link-list__links {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
}
@media screen and (max-width: 720px) {
    .link-list__links {
        padding-bottom: 60px;
        flex-direction: column;
    }
}
.link-list__links_column {
    padding-bottom: 60px;
    flex-direction: column;
}
.link-list__title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 40px;
    text-align: center;
}
.overview-panels_item {
    display: flex;
    flex-direction: row;
    padding: 80px 60px;
    gap: 50px;
}
.overview-panels_item:nth-child(2n) {
    padding: 80px 124px;
    margin: 0 -40px;
    flex-direction: row-reverse;
    background: linear-gradient(180deg, rgba(174, 191, 255, 0.1) -0.87%, rgba(191, 214, 255, 0.1) 99.08%);
}
@media screen and (max-width: 1100px) {
    .overview-panels_item,
    .overview-panels_item:nth-child(2n) {
        padding: 60px 15px;
        flex-direction: column-reverse !important;
        align-items: center;
        background: #fff;
        margin: 0;
    }
}
@media screen and (max-width: 720px) {
    .overview-panels_item_description h2,
    .overview-panels_item_description p {
        text-align: center;
    }
}
.overview-panels_item_media {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1100px) {
    .overview-panels_item_media img {
        max-width: 100%;
    }
}
.icon-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.icon-list_item {
    display: flex;
    gap: 20px;
    align-items: center;
    color: #798387;
}
@media screen and (max-width: 720px) {
    .icon-list_item {
        flex-direction: column;
    }
}
.cards {
    margin: 40px 80px;
}
@media screen and (max-width: 720px) {
    .cards {
        margin: 60px 16px;
    }
}
.cards_no-margin {
    margin-left: 0;
    margin-right: 0;
}
.cards_max-width_100pc {
    max-width: 100%;
}
.cards_max-width_800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.cards_margin-left-right-40 {
    margin: 40px;
}
@media screen and (max-width: 720px) {
    .cards_margin-left-right-40 {
        margin: 0;
    }
}
.cards_margin-left-right-20 {
    margin: 40px 20px;
}
@media screen and (max-width: 720px) {
    .cards_margin-left-right-20 {
        margin: 0;
    }
}
.cards_margin-left-right-200 {
    margin: 0 200px;
}
@media screen and (max-width: 720px) {
    .cards_margin-left-right-200 {
        margin: 0;
    }
}
.cards_no-margin-top {
    margin-top: 0;
    margin-bottom: 0;
}
.cards__title {
    margin-bottom: 80px;
}
.cards__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 370px));
    justify-content: center;
    gap: 64px;
}
@media screen and (max-width: 720px) {
    .cards__grid {
        gap: 16px;
    }
}
.cards__grid_sm {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    max-width: 960px;
    margin: 0 auto;
}
.cards__grid_xxs {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.cards__grid_xs {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.cards__grid_one-column {
    grid-template-columns: 1fr;
}
.cards__grid_gap-16 {
    gap: 16px;
}
.cards__grid_gap-25 {
    gap: 25px;
}
.cards__align-items-left {
    align-items: flex-start;
}
.cards__align-items-left-imp {
    align-items: flex-start !important;
}
.cards__grid_max-width_920 {
    max-width: 920px;
    margin: 0 auto;
}
.columns {
    display: grid;
    margin-bottom: 120px;
}
@media screen and (max-width: 720px) {
    .columns {
        margin-bottom: 60px;
    }
}
.columns_max-width_800 {
    max-width: 800px;
    margin: 0 auto;
}
.columns_max-width_920 {
    max-width: 920px;
    margin: 0 auto;
}
.columns_one {
    gap: 24px;
    justify-content: center;
}
.columns_two {
    grid-template-columns: 1fr 1fr;
    gap: 120px 50px;
    align-items: center;
}
@media screen and (max-width: 720px) {
    .columns_two {
        display: block;
    }
}
.columns_two-320-1fr {
    grid-template-columns: 320px 1fr;
    gap: 40px;
    align-items: flex-start;
}
@media screen and (max-width: 720px) {
    .columns_two-320-1fr {
        display: block;
        margin-bottom: 40px;
    }
}
.columns_three {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}
@media screen and (max-width: 720px) {
    .columns_three {
        grid-template-columns: 1fr;
    }
}
.columns_two-with-separator {
    grid-template-columns: 1fr 70px 1fr;
    gap: 120px 25px;
    align-items: center;
}
@media screen and (max-width: 720px) {
    .columns_two-with-separator {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}
.columns__separator {
    justify-self: center;
    max-width: 70px;
}
.columns_no-margin-bottom {
    margin-bottom: 0;
}
.columns_gap_40 {
    gap: 40px;
}
@media screen and (max-width: 720px) {
    .columns_gap_40 {
        grid-template-columns: 1fr;
    }
}
.columns_autofit_320 {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
}
.columns_align_start {
    align-items: flex-start;
}
.flex-columns {
    column-gap: 120px;
    row-gap: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 120px;
}
@media screen and (max-width: 840px) {
    .flex-columns {
        margin-bottom: 60px;
    }
}
.link_button {
    text-decoration: none;
    color: inherit;
}
.container {
    display: flex;
    justify-content: center;
}
.container__box {
    background: #fff;
    box-shadow: 0 0 50px rgba(13, 34, 80, 0.05);
    border-radius: 10px;
    z-index: 1;
    max-width: 1280px;
}
.container_space-between {
    justify-content: space-between;
}
.container__3-col {
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 30px;
}
.container__3-col > .item {
    width: 330px;
}
.background__head {
    background-image: url(../images/background_7.svg);
    background-repeat: no-repeat;
}
.background__second {
    background-image: url(../images/background_8.svg);
    background-repeat: no-repeat;
}
@media (max-width: 720px) {
    .background__second {
        background-image: none;
    }
}
.background__transparent,
.background__transparent:hover {
    background: transparent;
}
.alert {
    background: linear-gradient(180deg, rgba(174, 191, 255, 0.1) -0.87%, rgba(191, 214, 255, 0.1) 99.08%);
    border-radius: 10px;
    margin: 80px 0 120px;
    padding: 80px 120px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
@media screen and (max-width: 720px) {
    .alert {
        margin: 48px 0 64px;
        padding: 40px 16px;
        gap: 32px;
    }
}
.alert__title {
    font-size: 36px;
    margin-bottom: 40px;
}
.alert__description,
.alert__title {
    font-family: Lato;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    color: #0d3350;
}
.alert__description {
    font-size: 20px;
}
@media screen and (max-width: 720px) {
    .alert__description {
        font-size: 16px;
    }
}
.alert__icon {
    display: flex;
    justify-content: center;
}
.alert__stub {
    padding-top: 80px;
}
@media screen and (max-width: 720px) {
    .alert__stub {
        padding-top: 48px;
    }
}
.alert_no-background {
    background: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.icon-text {
    display: inline;
    align-items: center;
    margin-top: 20px;
}
.icon-text__icon {
    display: inline-flex;
    margin-right: 0.3em;
    position: relative;
    top: 5px;
}
.how-it-works_max-920 {
    max-width: 1000px;
    margin: 0 auto;
}
.how-it-works__subtitle {
    margin: auto;
    text-align: center;
    margin-bottom: 104px;
}
@media (max-width: 720px) {
    .how-it-works__subtitle {
        margin: 24px auto 40px;
    }
}
.how-it-works__title {
    margin-top: 120px;
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #0d3350;
}
@media (max-width: 720px) {
    .how-it-works__title {
        margin-top: 60px;
    }
}
.how-it-works__title-tvlanding {
    margin-top: 120px;
    text-align: center;
    color: #0d3350;
}
@media (max-width: 720px) {
    .how-it-works__title-tvlanding {
        margin-top: 60px;
    }
}
.how-it-works__table {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto 96px;
    padding: 0 16px;
    gap: 20px;
}
@media (max-width: 720px) {
    .how-it-works__table {
        grid-template-columns: 1fr;
        gap: 40px;
        margin: 0 auto 40px;
    }
}
.how-it-works__table_two-columns {
    grid-template-columns: repeat(2, 320px);
}
@media screen and (max-width: 720px) {
    .how-it-works__table_two-columns {
        grid-template-columns: 1fr;
    }
}
.live-pricing__tab-content {
    margin: auto;
}
.how-it-works__table-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 320px;
    position: relative;
}
@media (max-width: 720px) {
    .how-it-works__table-item {
        margin: 0 auto;
    }
}
.how-it-works__table-item-title {
    margin: 32px 0 16px;
    font-family: Lato;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #0d3350;
    text-align: center;
}
.how-it-works__table-item-description {
    font-family: Lato;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #798387;
}
.how-it-works__table-item_step-1:after {
    content: "";
    background-image: url(../images/arch-arrow-ccw-8-6.svg);
    display: block;
    position: absolute;
    top: 50px;
    left: 225px;
    width: calc(100% - 100px);
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 720px) {
    .how-it-works__table-item_step-1:after {
        display: none;
    }
}
.how-it-works__table-item_step-2 {
    padding-top: 75px;
    position: relative;
}
.how-it-works__table-item_step-2:after {
    content: "";
    background-image: url(../images/arch-arrow-cw-12-2.svg);
    position: absolute;
    top: 50px;
    left: 225px;
    width: calc(100% - 100px);
    height: 140px;
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 720px) {
    .how-it-works__table-item_step-2 {
        padding-top: 0;
    }
    .how-it-works__table-item_step-2:after {
        display: none;
    }
}
.how-it-works__table-item_step-3 {
    padding-top: 150px;
}
@media (max-width: 720px) {
    .how-it-works__table-item_step-3 {
        padding-top: 0;
    }
}
.how-it-works__table-item_no-padding {
    padding-top: 0;
}
.how-it-works__table-item_arrow:after {
    background-image: url(../images/line-chevron-right-line.svg);
    top: 25px;
    left: 215px;
}
.how-it-works__table-help-text {
    font-size: 20px;
    font-family: Lato;
    font-weight: 400;
    color: #798387;
    line-height: 32px;
    text-align: center;
    margin: 56px 0 0;
}
.how-it-works__table-help-text a {
    color: #1067a1;
    text-decoration: none;
}
@media screen and (max-width: 720px) {
    .how-it-works__table-help-text {
        font-size: 14px;
        margin: 24px 0 0;
        line-height: 18px;
    }
}
.how-it-works__payment-title {
    margin: 120px 0 60px;
}
.how-it-works__payment-subtitle {
    margin: 0 auto 80px;
    text-align: center;
}
@media (max-width: 720px) {
    .how-it-works__payment-subtitle {
        margin: 24px auto 40px;
    }
}
.how-it-works__logos {
    background: #fff;
    box-shadow: 0 0 50px rgba(13, 34, 80, 0.05);
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    padding: 96px 120px;
    max-width: 1000px;
    margin: auto;
    z-index: 1;
    position: relative;
}
@media (max-width: 720px) {
    .how-it-works__logos {
        padding: 32px;
        gap: 30px;
        margin: 0 16px;
        align-items: center;
    }
}
.check-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.check-list__item {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #798387;
    display: grid;
    gap: 16px;
    grid-template-columns: 18px 1fr;
}
.check-list__item:before {
    content: "";
    background-image: url(../images/icon-check.svg);
    width: 18px;
    height: 18px;
    background-size: cover;
    display: block;
    margin-top: 5px;
}
.table__main {
    min-width: 315px;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 auto;
}
.table__main_bottom_bordered tr:last-child td {
    border-bottom: 1px solid #e8e4f4;
}
.table__main thead tr {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-align: left;
}
.table__main thead th {
    background-color: #f5efff;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #516c81;
}
.table__main td,
.table__main thead th {
    font-style: normal;
    padding: 24px 10px 24px 70px;
}
.table__main td {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #0d3350;
}
.table__main_align_center td,
.table__main_align_center thead th {
    padding-left: 8px !important;
    padding-right: 8px !important;
    text-align: center;
}
.table__main td:first-child {
    border-left: 1px solid #e8e4f4;
}
.table__main td:last-child {
    border-right: 1px solid #e8e4f4;
}
.table__main tbody tr {
    background-color: #fff;
}
.table__main tbody tr:nth-child(2n) {
    background-color: #fbfafd;
}
.table__main .table__main_category {
    font-weight: 700;
    text-align: center;
    background-color: #f9f8fe;
    padding-left: 0;
    padding-right: 0;
}
.table__main .table__main_show-more-button {
    text-align: center;
    color: #516c81;
    cursor: pointer;
    background: #fbfafd;
    border-bottom: 1px solid #e8e4f4;
    border-left: 1px solid #e8e4f4;
    border-right: 1px solid #e8e4f4;
    padding: 16px 0;
    font-size: 16px;
}
@media screen and (max-width: 640px) {
    .table__main td,
    .table__main thead th {
        font-size: 12px;
        padding: 16px 0 16px 20px;
    }
}
.table__item-col-header {
    background-color: #f5efff;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #516c81;
}
.table__main-cell_crypto {
    padding: 16px 0 16px 20px !important;
}
@media (max-width: 720px) {
    .table__main-cell_crypto {
        padding: 16px 0 16px 12px !important;
    }
}
.programm {
    display: flex;
    margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
    .programm {
        flex-direction: column;
    }
}
.programm__list {
    margin-top: 32px;
    margin-bottom: 32px;
    box-sizing: border-box;
    width: 50%;
    align-content: flex-start;
    padding: 40px 90px;
    background: linear-gradient(180deg, rgba(174, 191, 255, 0.1) -0.87%, rgba(191, 214, 255, 0.1) 99.08%);
    border-radius: 15px 0 0 15px;
    height: auto;
}
@media screen and (max-width: 1200px) {
    .programm__list {
        width: 100%;
        border-radius: 15px 15px 0 0;
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 600px) {
    .programm__list {
        padding: 20px;
    }
}
.programm__list-item {
    font-family: Lato, sans-serif;
    font-size: 20px;
    line-height: 2;
    color: #0d3350;
    display: flex;
    gap: 16px;
    align-items: center;
}
.programm__list-item:before {
    content: "";
    height: 8px;
    width: 8px;
    background-color: #4184f0;
    border-radius: 4px;
    background-size: cover;
    display: block;
}
@media screen and (max-width: 600px) {
    .programm__list-item {
        flex-direction: column;
        text-align: center;
        padding-bottom: 16px;
        font-size: 20px;
    }
}
.programm__title {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    width: 50%;
    align-items: center;
    text-align: center;
    flex-direction: column;
    height: auto;
    padding: 50px;
    background: #fff;
    box-shadow: 0 0 50px 0 rgba(13, 34, 80, 0.05);
    border-radius: 15px;
}
.programm__title h2 {
    font-family: Lato;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #0d3350;
    margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
    .programm__title {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .programm__title {
        padding: 25px;
    }
    .programm__title h2 {
        font-size: 25px;
    }
}
.custom-form {
    background: #fff;
    box-shadow: 0 0 50px rgba(13, 34, 80, 0.05);
    border-radius: 10px;
    max-width: 920px;
    margin: 0 auto;
}
.custom-form_no-border {
    background: #fff;
    box-shadow: none;
    width: 100%;
}
.custom-form__body {
    padding: 0 80px;
    margin-bottom: 48px;
}
@media screen and (max-width: 440px) {
    .custom-form__body {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.custom-form__section-title {
    font-family: Lato;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #0d3350;
    margin-bottom: 30px;
}
.custom-form__section-title_additional {
    opacity: 0.5;
}
.custom-form__fieldset_error {
    border-color: red !important;
}
.custom-form__fieldset_error legend {
    color: red !important;
}
div.custom-form__fieldset_error {
    outline: 1px solid red !important;
}
@media screen and (max-width: 440px) {
    .custom-form__recaptcha {
        transform: scale(0.77);
        transform-origin: 0 0;
    }
}
.custom-form__title {
    padding: 48px 16px;
    background: linear-gradient(180deg, #aec4ff -0.87%, #bfd6ff 99.08%);
    border-radius: 10px 10px 0 0;
    margin-bottom: 80px;
}
.field {
    min-width: 0;
    padding: 0;
    margin: 15px 0;
    position: relative;
    border: 1px solid #dadfec;
    border-radius: 3px;
    width: 100%;
}
.field_checkbox {
    display: flex;
    position: relative;
    padding-left: 36px;
    user-select: none;
    cursor: pointer;
    border: none;
    font-family: Lato;
    font-size: 20px;
    line-height: 32px;
    color: #0d3350;
    align-items: center;
    height: 24px;
    margin: 16px 16px 16px 0;
}
.field__input {
    margin: 0;
    overflow: visible;
    font-family: Lato;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    height: 50px;
    outline: none;
    padding: 10px 15px;
    background-color: transparent;
    border: transparent;
    box-sizing: border-box;
}
.field__input::placeholder {
    color: #9ca0bb;
}
.field__input_checkbox {
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.field__legend {
    display: block;
    max-width: 100%;
    line-height: inherit;
    white-space: normal;
    width: auto;
    padding: 2px 6px;
    margin-left: 10px;
    font-family: Lato;
    font-size: 12px;
    line-height: 160%;
    color: #0d3350;
    font-weight: 400;
    position: absolute;
    top: -14px;
    background: #fff;
}
.field__legend_blue {
    background: #f9f8ff;
}
.field__checkmark {
    display: block;
    background-image: url(../images/icon-unchecked.svg);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
}
.field__input_checkbox:checked ~ .field__checkmark {
    background-image: url(../images/icon-checkbox-checked.svg);
}
.field__checkmark_radio {
    background-image: url(../images/icon-radio-unchecked.svg);
}
.field__input_checkbox:checked ~ .field__checkmark_radio {
    background-image: url(../images/icon-radio-checked.svg);
}
.display_none {
    display: none !important;
}
@media screen and (max-width: 720px) {
    .display_none_720 {
        display: none;
    }
}
.display__flex {
    display: flex;
}
.display__flex_justify-content-center {
    justify-content: center;
}
@media screen and (max-width: 1012px) {
    .display__flex_justify-content_center_1012 {
        justify-content: center !important;
    }
}
.display__flex__align-items-center {
    align-items: center;
}
@media screen and (max-width: 720px) {
    .display__flex__flex-direction_720px_column {
        flex-direction: column;
    }
}
.display__flex_flex-direction_row {
    flex-direction: row;
}
.display__flex_mobile_align-items-center {
    align-items: center;
}
@media screen and (max-width: 720px) {
    .display__flex_mobile_align-items-center {
        align-items: center;
    }
}
.display__mobile_none {
    display: block;
}
@media screen and (max-width: 1012px) {
    .display__mobile_none {
        display: none;
    }
}
.display__desktop_none {
    display: none;
}
@media screen and (max-width: 1012px) {
    .display__desktop_none {
        display: block;
    }
}
.display__mobile_none-flex {
    display: flex;
}
@media screen and (max-width: 720px) {
    .display__mobile_none-flex {
        display: none;
    }
}
.display__desktop_none-flex {
    display: none;
}
@media screen and (max-width: 720px) {
    .display__desktop_none-flex {
        display: flex;
    }
}
.vertical-links {
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 0 50px rgba(13, 34, 80, 0.05);
    border-radius: 10px;
    overflow: hidden;
    max-width: 380px;
}
.vertical-links__item {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #0d3350;
    position: relative;
    padding: 24px 32px;
    border-bottom: 1px solid #d6d7e5;
    text-decoration: none;
}
.vertical-links__item:last-child {
    border-bottom: 0;
}
.vertical-links__item_active:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 7px;
   background: linear-gradient(90deg, #0f72ac, #1150a2);
}
.section {
    padding: 1px 0 120px;
    margin: 120px 0 0;
    width: 100%;
}
@media screen and (max-width: 720px) {
    .section {
        padding: 64px 0;
        margin: 64px 0 0;
    }
}
.section_blue {
    background: linear-gradient(180deg, rgba(174, 191, 255, 0.1) -0.87%, rgba(191, 214, 255, 0.1) 99.08%);
}
.section_no-margin {
    margin: 0;
    padding: 0;
}
.section_padding-top-64 {
    padding-top: 64px;
}
.slider-buttons {
    display: grid;
    grid-template-columns: 64px 1fr 64px;
    align-items: center;
    gap: 25px;
}
@media (max-width: 1024px) {
    .slider-buttons {
        gap: 5px;
    }
}
@media (max-width: 500px) {
    .slider-buttons {
        grid-template-columns: 1fr;
    }
}
.slider-buttons__button {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-size: cover;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.slider-buttons__button:after {
    content: "";
    display: block;
    background-image: url(../images/icon-chevron-left.svg);
    width: 24px;
    height: 24px;
    background-size: cover;
}
@media (max-width: 1024px) {
    .slider-buttons__button {
        width: 48px;
        height: 48px;
    }
}
@media (max-width: 500px) {
    .slider-buttons__button {
        display: none;
    }
}
.slider-buttons__button_right {
    transform: rotate(180deg);
}
.slider-buttons__active {
    transform: scale(1.1);
}
@media (max-width: 500px) {
    .slider-buttons__active {
        transform: scale(1);
    }
}
.slider-buttons__button_disabled {
    cursor: auto;
    opacity: 0.3;
    width: 32px;
}
@media (max-width: 720px) {
    .slider-buttons__button_disabled {
        width: 20px;
    }
}
.slider-buttons__card {
    transition: transform 0.3s ease-in-out, margin-left 0.3s ease-in-out;
    position: relative;
    left: 0;
}
@media (max-width: 1024px) {
    .slider-buttons__card {
        left: -246px;
    }
}
@media (max-width: 500px) {
    .slider-buttons__card {
        left: 0;
    }
}
.slider-buttons__container {
    width: 757px;
    overflow: hidden;
}
.notification-container {
    position: sticky;
    z-index: 8;
    max-width: 600px;
    width: 100%;
    display: flex;
    margin: auto;
    top: 80px;
    justify-content: center;
}
.notification-content {
    position: fixed;
    height: 0;
    padding-top: 80px;
}
.notification-container .notification-item {
    position: absolute;
    top: 10px;
    width: 100%;
    border-radius: 4px;
    background-color: #464fae;
    box-shadow: "0 2px 4px 0 rgba(0;0;0;0.4)";
    color: #fff;
    font-family: Lato, Bai Jamjuree, sans-serif;
    font-size: 14px;
    cursor: pointer;
    padding: 18px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-image: url(../images/notification_close.svg);
    background-position: right 25px center;
    background-repeat: no-repeat;
    user-select: none;
    position: relative;
    margin: 10px auto;
}
.notification-container .notification-item:first-of-type {
    margin-top: 0;
}
.notification-container .message {
    padding: 0 35px;
    max-width: 90%;
    overflow: hidden;
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 17px;
}
.notification-container .info {
    background-color: #464fae;
}
.notification-container .info .message {
    background-image: url(../images/notification_info.svg);
}
.notification-container .error {
    background-color: #ac3c5d;
}
.notification-container .error .message {
    background-image: url(../images/notification_error.svg);
}
@media screen and (max-width: 600px) {
    .notification-container .notification-item {
        margin: 10px 16px;
        width: calc(100% - 70px);
    }
}
.tab-panel {
    display: none;
}
.tab-panel_visible {
    display: flex;
    justify-content: center;
}
.tab-panel_live-pricing {
    width: calc(100% - 32px);
    margin: 0 auto;
}
.block-hidden {
    display: none !important;
}
.margin_auto {
    margin: auto;
}
.margin_mobile-0px {
    margin: 0;
}
.margin_top_0 {
    margin-top: 0 !important;
}
@media screen and (max-width: 720px) {
    .margin_top_0 {
        margin-top: 0 !important;
    }
}
.margin_top_24 {
    margin-top: 24px !important;
}
@media screen and (max-width: 720px) {
    .margin_top_24 {
        margin-top: 24px !important;
    }
}
.margin_top_40 {
    margin-top: 40px !important;
}
@media screen and (max-width: 720px) {
    .margin_top_40 {
        margin-top: 20px !important;
    }
}
.margin_top_64 {
    margin-top: 64px !important;
}
@media screen and (max-width: 720px) {
    .margin_top_64 {
        margin-top: 64px !important;
    }
}
.margin_top_80 {
    margin-top: 80px !important;
}
@media screen and (max-width: 720px) {
    .margin_top_80 {
        margin-top: 32px !important;
    }
}
.margin_top_120 {
    margin-top: 120px !important;
}
@media screen and (max-width: 720px) {
    .margin_top_120 {
        margin-top: 60px !important;
    }
}
.margin_bottom_0 {
    margin-bottom: 0 !important;
}
@media screen and (max-width: 720px) {
    .margin_bottom_0 {
        margin-bottom: 0 !important;
    }
}
.margin_bottom_12 {
    margin-bottom: 12px !important;
}
@media screen and (max-width: 720px) {
    .margin_bottom_12 {
        margin-bottom: 12px !important;
    }
}
.margin_bottom_24 {
    margin-bottom: 24px !important;
}
@media screen and (max-width: 720px) {
    .margin_bottom_24 {
        margin-bottom: 24px !important;
    }
}
.margin_bottom_32 {
    margin-bottom: 32px !important;
}
@media screen and (max-width: 720px) {
    .margin_bottom_32 {
        margin-bottom: 16px !important;
    }
}
.margin_bottom_54 {
    margin-bottom: 54px !important;
}
@media screen and (max-width: 720px) {
    .margin_bottom_54 {
        margin-bottom: 32px !important;
    }
}
.margin_bottom_64 {
    margin-bottom: 64px !important;
}
@media screen and (max-width: 720px) {
    .margin_bottom_64 {
        margin-bottom: 32px !important;
    }
}
.margin_bottom_40 {
    margin-bottom: 40px !important;
}
@media screen and (max-width: 720px) {
    .margin_bottom_40 {
        margin-bottom: 20px !important;
    }
}
.margin_bottom_48 {
    margin-bottom: 48px !important;
}
@media screen and (max-width: 720px) {
    .margin_bottom_48 {
        margin-bottom: 24px !important;
    }
}
.margin_bottom_80 {
    margin-bottom: 80px !important;
}
@media screen and (max-width: 720px) {
    .margin_bottom_80 {
        margin-bottom: 40px !important;
    }
}
.margin_bottom_120 {
    margin-bottom: 120px !important;
}
@media screen and (max-width: 720px) {
    .margin_bottom_120 {
        margin-bottom: 60px !important;
    }
}
@media screen and (max-width: 720px) {
    .margin_mobile-0px {
        margin: 0;
    }
}
@media screen and (max-width: 720px) {
    .margin_bottom_mobile_0 {
        margin-bottom: 0 !important;
    }
}
.margin_top_negative_110 {
    margin-top: -110px !important;
}
@media screen and (max-width: 720px) {
    .margin_top_negative_110 {
        margin-top: 0 !important;
    }
}
.margin_left_12 {
    margin-left: 12px;
}
@media screen and (max-width: 720px) {
    .margin_left_12 {
        margin-left: 8px;
    }
}
.margin_left_40 {
    margin-left: 40px;
}
@media screen and (max-width: 720px) {
    .margin_left_40 {
        margin-left: 0;
    }
}
.margin_left_160_16 {
    margin-left: 160px;
}
@media screen and (max-width: 1012px) {
    .margin_left_160_16 {
        margin-left: 16px;
    }
}
.margin_right_12 {
    margin-right: 12px;
}
@media screen and (max-width: 720px) {
    .margin_right_40 {
        margin-right: 8px;
    }
}
.margin_right_40 {
    margin-right: 40px;
}
@media screen and (max-width: 720px) {
    .margin_right_40 {
        margin-right: 0;
    }
}
.margin_right_100 {
    margin-right: 100px;
}
@media screen and (max-width: 720px) {
    .margin_right_100 {
        margin-right: 0;
    }
}
.margin_right_160_16 {
    margin-right: 160px;
}
@media screen and (max-width: 1012px) {
    .margin_right_160_16 {
        margin-right: 16px;
    }
}
.padding_bottom_0 {
    padding-bottom: 0 !important;
}
.padding_bottom_12 {
    padding-bottom: 12px !important;
}
.padding_bottom_25-40 {
    padding-bottom: 25px !important;
}
@media screen and (max-width: 720px) {
    .padding_bottom_25-40 {
        padding-bottom: 40px !important;
    }
}
.padding_bottom_32 {
    padding-bottom: 32px !important;
}
.padding_bottom_40 {
    padding-bottom: 40px !important;
}
@media screen and (max-width: 720px) {
    .padding_bottom_40 {
        padding-bottom: 20px !important;
    }
}
.padding_bottom_53-31 {
    padding-bottom: 53px !important;
}
@media screen and (max-width: 720px) {
    .padding_bottom_53-31 {
        padding-bottom: 31px !important;
    }
}
.padding_bottom_64 {
    padding-bottom: 64px !important;
}
@media screen and (max-width: 720px) {
    .padding_bottom_64 {
        padding-bottom: 40px !important;
    }
}
.padding_bottom_80 {
    padding-bottom: 80px !important;
}
@media screen and (max-width: 720px) {
    .padding_bottom_80 {
        padding-bottom: 40px !important;
    }
}
.padding_bottom_80-0 {
    padding-bottom: 80px !important;
}
@media screen and (max-width: 720px) {
    .padding_bottom_80-0 {
        padding-bottom: 0 !important;
    }
}
.padding_bottom_90 {
    padding-bottom: 90px !important;
}
@media screen and (max-width: 720px) {
    .padding_bottom_90 {
        padding-bottom: 50px !important;
    }
}
.padding_bottom_100 {
    padding-bottom: 100px !important;
}
@media screen and (max-width: 720px) {
    .padding_bottom_100 {
        padding-bottom: 80px !important;
    }
}
.padding_bottom_120 {
    padding-bottom: 120px !important;
}
@media screen and (max-width: 720px) {
    .padding_bottom_120 {
        padding-bottom: 80px !important;
    }
}
.padding_right_10 {
    padding-right: 10px;
}
.padding_right_10-mobile {
    padding-right: 10px;
}
@media screen and (max-width: 720px) {
    .padding_right_10-mobile {
        padding-right: 10px !important;
    }
}
.padding_left_16 {
    padding-left: 16px !important;
}
.padding_left_20 {
    padding-left: 20px !important;
}
.padding_left_40_720px_0 {
    padding-left: 40px;
}
@media screen and (max-width: 750px) {
    .padding_left_40_720px_0 {
        padding-left: 0 !important;
    }
}
.padding_sides_0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
@media screen and (max-width: 720px) {
    .padding_sides_0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media screen and (max-width: 720px) {
    .padding_sides_16 {
        padding: 0 16px;
    }
}
.padding_sides_80 {
    padding: 0 80px;
}
@media screen and (max-width: 720px) {
    .padding_sides_80 {
        padding: 0 16px;
    }
}
.padding_sides_desktop_16 {
    padding: 0 16px;
}
@media screen and (min-width: 1101px) {
    .padding_sides_desktop_0 {
        padding-left: 0;
        padding-right: 0;
    }
}
.max-width_700 {
    max-width: 700px;
}
.max-width_750 {
    max-width: 750px;
}
.max-width_804 {
    max-width: 804px;
}
.max-width_960 {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.max-width_1040 {
    max-width: 1040px;
}
.max-width_1120 {
    max-width: 1120px;
}
.max-width_1190 {
    max-width: 1190px;
}
.max-width_1440 {
    max-width: 1440px;
}
.max-width_1060 {
    max-width: 1060px;
}
.two-columns-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #e8e4f4;
    border-radius: 0 0 10px 10px;
    background-color: #f5efff;
    max-width: 1024px;
    margin: 0 auto;
}
.two-columns-table__key {
    background-color: #f5efff;
    border-right: 1px solid #e8e4f4;
    font-weight: 700;
    line-height: 24px;
}
.two-columns-table__key,
.two-columns-table__value {
    padding: 20px 0;
    text-align: center;
    color: #516c81;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
}
.two-columns-table__value {
    font-weight: 400;
    line-height: 150%;
    justify-content: center;
    display: flex;
    background-color: #f9f8ff;
    align-items: center;
}
.two-columns-table__value:nth-child(4n) {
    background-color: #fff;
}
.table__main_position_static {
    position: static;
}
.width_40 {
    width: 40px;
}
.width_47 {
    width: 47px;
}
.width_50 {
    width: 50px;
}
.width_min_200 {
    min-width: 200px;
}
@media (max-width: 375px) {
    .width_mobile-100pc {
        width: 100%;
    }
}
.width_100pc {
    width: 100%;
}
.padding_4 {
    padding: 4px !important;
}
.padding_32 {
    padding: 32px;
}
.padding_top_0 {
    padding-top: 0 !important;
}
@media screen and (max-width: 720px) {
    .padding_top_0 {
        padding-top: 0 !important;
    }
}
.padding_top_80 {
    padding-top: 80px !important;
}
.padding_top_90 {
    padding-top: 90px !important;
}
@media screen and (max-width: 1012px) {
    .padding_top_90 {
        padding-top: 0 !important;
    }
}
.padding_top_10 {
    padding-top: 10px !important;
}
@media screen and (max-width: 720px) {
    .padding_top_10 {
        padding-top: 10px !important;
    }
}
.padding_top_20 {
    padding-top: 20px !important;
}
@media screen and (max-width: 1012px) {
    .padding_top_20 {
        padding-top: 0 !important;
    }
}
.padding_top_32 {
    padding-top: 32px !important;
}
.padding_top_40 {
    padding-top: 40px !important;
}
.padding_top_48 {
    padding-top: 48px !important;
}
.padding_top_64 {
    padding-top: 64px !important;
}
.padding_top_120 {
    padding-top: 120px !important;
}
@media screen and (max-width: 720px) {
    .padding_top_120 {
        padding-top: 60px !important;
    }
}
@media screen and (max-width: 720px) {
    .padding_top_mobile-10px {
        padding-top: 10px;
    }
}
@media screen and (max-width: 720px) {
    .padding_top_mobile-20px {
        padding-top: 20px !important;
    }
}
@media screen and (max-width: 720px) {
    .padding_top_mobile-32 {
        padding-top: 32px !important;
    }
}
.font {
    font-family: Lato;
    font-size: 20px;
    color: #0d3350;
}
.font_size_32 {
    font-size: 32px;
}
.font_size_36 {
    font-size: 36px;
}
.font_size_48 {
    font-size: 48px;
}
.font_size_56 {
    font-size: 56px;
}
.font_size_20 {
    font-size: 20px;
}
.font_size_18 {
    font-size: 18px;
}
.font_size_16 {
    font-size: 16px;
}
.font_size_14 {
    font-size: 14px;
}
.font_size_12 {
    font-size: 12px;
}
.font_weight_400 {
    font-weight: 400 !important;
}
.font_color_7D7987 {
    color: #798387;
}
@media screen and (max-width: 720px) {
    .font__mobile_size_16 {
        font-size: 16px;
    }
}
@media screen and (min-width: 1024px) {
    .create-mt4account-block {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        margin: 5% 10%;
    }
}
@media screen and (max-width: 1024px) {
    .create-mt4account-block {
        grid-template-rows: 1fr 1fr 1fr 1fr;
    }
}
.ico-image-styles {
    margin: auto;
    width: 48px;
    height: 48px;
}
@media screen and (min-width: 1024px) {
    .how_to_mt4acc_class1 {
        text-align: center;
        margin: auto;
        padding-left: 25%;
        padding-right: 25%;
        font-family: Lato;
        font-style: normal;
        height: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .how_to_mt4acc_class1 {
        text-align: center;
        margin: auto;
        font-family: Lato;
        font-style: normal;
        padding: 10%;
        height: 100%;
    }
}
@media screen and (min-width: 1024px) {
    .how_to_mt4acc_class2 {
        text-align: center;
        margin: auto;
        padding: 25%;
        padding-top: 20%;
        font-family: Lato;
        font-style: normal;
        height: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .how_to_mt4acc_class2 {
        text-align: center;
        margin: auto;
        padding: 10%;
        font-family: Lato;
        font-style: normal;
        height: 100%;
    }
}
@media screen and (min-width: 1024px) {
    .how_to_mt4acc_class3 {
        margin: auto;
        padding: 25%;
        padding-top: 40%;
        font-family: Lato;
        font-style: normal;
        text-align: center;
        height: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .how_to_mt4acc_class3 {
        margin: auto;
        padding: 10%;
        font-family: Lato;
        font-style: normal;
        text-align: center;
        height: 100%;
    }
}
@media screen and (min-width: 1024px) {
    .how_to_mt4acc_class4 {
        margin: auto;
        padding: 25%;
        padding-top: 60%;
        font-family: Lato;
        font-style: normal;
        text-align: center;
        height: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .how_to_mt4acc_class4 {
        margin: auto;
        padding: 10%;
        font-family: Lato;
        font-style: normal;
        text-align: center;
        height: 100%;
    }
}
.how-to-create-mt4acc-arrow-image1 {
    position: absolute;
    margin-left: 25%;
    margin-top: 5%;
    width: 8%;
}
.how-to-create-mt4acc-arrow-image2 {
    position: absolute;
    margin-left: 45%;
    margin-top: 8%;
    width: 8%;
}
.how-to-create-mt4acc-arrow-image3 {
    position: absolute;
    margin-left: 66%;
    margin-top: 9%;
    width: 8%;
}
@media (max-width: 720px) {
    .how-to-create-mt4acc-arrow-image1 {
        display: none;
    }
}
@media (min-width: 1200px) {
    .main_trade-with-mt4-mobile-layout {
        display: none;
    }
    .main_trade-with-mt4 {
        background-image: url(../images/background_5.svg);
        background-repeat: no-repeat;
        background-position: 100% 0;
        height: 506px;
        margin-bottom: 5%;
        position: relative;
    }
    .main_trade-with-mt4-grid-composition {
        max-width: 1440px;
        margin: auto;
        height: 506px;
        grid-row: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .main_trade-with-mt4-text-composition {
        padding-right: 1%;
        padding: 7%;
        height: auto;
        display: grid;
        font-family: Lato;
        text-align: center;
    }
    .main_trade-with-mt4-text-main-h1 {
        text-align: left;
        padding-bottom: 5%;
        font-size: 56px;
        font-weight: 800;
    }
    .main_trade-with-mt4-text-main-h2 {
        text-align: left;
        padding-bottom: 5%;
        font-size: 42px;
        font-weight: 400;
    }
    .main_trade-with-mt4-text-main-p {
        text-align: left;
        padding-bottom: 5%;
        font-size: 20px;
        font-weight: 400;
    }
    .main_trade-with-mt4-buttons {
        margin: 10%;
        margin-top: 4%;
        margin-left: 0;
        text-align: center;
        display: flex;
        justify-content: space-between;
    }
    .main_trade-with-mt4-buttons-OR {
        color: #798387;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main_trade-with-mt4-img-composition {
        padding-top: 10%;
        padding-left: 10%;
        display: grid;
        font-family: Lato;
        height: 100%;
        bottom: 10%;
    }
    .mt4_image {
        position: relative;
        top: 10%;
    }
    .main_trade-with-mt4-additional {
        max-width: 1440px;
        margin: auto;
        height: 20%;
    }
    .main_trade-with-mt4-additional-awards {
        padding-left: 4%;
        margin-bottom: 5%;
        width: 50%;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .main_trade-with-mt4-additional-os {
        padding-left: 4%;
        width: 50%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .os-text {
        color: #0f72ac;
        text-align: left;
    }
    .os-div {
        display: grid;
        grid-template-columns: 1fr 4fr;
    }
    .main_trade-with-mt4-medals {
        padding-top: 20px;
        padding-left: 50px;
    }
}
@media screen and (max-width: 1200px) {
    .main_trade-with-mt4,
    .main_trade-with-mt4-additional {
        display: none;
    }
    .main_trade-with-mt4-mobile-version {
        background-image: url(../images/background_5.svg);
        background-repeat: no-repeat;
        background-position: 100% 0;
        background-size: 50%;
        height: 300px;
        margin-bottom: 5%;
        position: relative;
        display: grid;
        grid-template-rows: 1fr 1fr;
    }
    .main_trade-with-mt4-text-main-h1-mobile {
        text-align: left;
        padding: 10%;
        padding-bottom: 4%;
        font-size: 40px;
        font-family: Lato;
        font-weight: 800;
        text-align: center;
    }
    .main_trade-with-mt4-text-main-h2-mobile {
        padding: 10%;
        padding-top: 4%;
        padding-bottom: 4%;
        font-family: Lato;
        font-size: 32px;
        font-weight: 400;
        text-align: center;
    }
    .main_trade-with-mt4-img-composition-mobile {
        margin: 0 auto;
        display: grid;
        height: 100%;
        bottom: 10%;
        text-align: center;
    }
    .mt4_image-mobile {
        margin: auto;
    }
    .main_trade-with-mt4-text-main-p-mobile {
        text-align: center;
        padding: 5%;
        font-size: 22px;
        font-family: Lato;
        font-weight: 200;
    }
    .main_trade-with-mt4-text-main-mobile-buttons {
        display: grid;
        grid-template-rows: 1fr 1fr 1fr;
        padding: 8%;
    }
    .mt4_two-buttons__button {
        width: 100%;
        box-sizing: border-box;
    }
    .main_trade-with-mt4-buttons-OR-mobile {
        color: #798387;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main_trade-with-mt4-additional-os-mobile {
        text-align: center;
        padding-left: 5%;
        padding-rightt: 5%;
        display: grid;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    }
    .os-div-mobile {
        margin: auto;
        width: auto;
        display: block;
        white-space: nowrap;
    }
    .os-text-mobile {
        display: inline-block;
        color: #0f72ac;
        text-align: left;
    }
    .mt4-trustpilot-mobile {
        width: 50%;
        margin: auto;
    }
    .main_trade-with-mt4-medals-mobile,
    .mt4-trustpilot-mobile {
        padding-top: 40px;
        text-align: center;
    }
}
.images-with-description {
    display: flex;
    flex-direction: column;
}
.images-with-description__image {
    max-width: 100%;
    margin: 25px auto 0;
    display: flex;
}
.images-with-description__image.position-center {
    margin: auto;
    padding-top: 25px;
}
.images-with-description__image.position-bottom {
    margin: auto auto 0;
    padding-top: 25px;
}
.images-with-description__text {
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-align: center;
    margin-top: 12px;
    max-width: 950px;
    margin: 0 auto;
}
.images-with-description__title {
    color: #0d3350;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    margin-top: 32px;
}
.text-with-image {
    display: grid;
    gap: 20px;
    grid-template-columns: 620px 1fr;
    margin: 0 20px;
}
@media screen and (max-width: 1024px) {
    .text-with-image {
        gap: 20px;
        grid-template-columns: 1fr;
    }
}
.text-with-image__text {
    color: #0d3350;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.text-with-image__image {
    max-width: 100%;
}
.text-with-image__image-container {
    display: flex;
    justify-content: center;
}
.trustpilot-image {
    width: 147px;
    overflow: hidden;
    margin: 0;
}
.trustpilot-image__image {
    width: 100%;
}
.overflow_x_auto {
    overflow-x: auto;
}
.under_construction_content_wrapper {
    margin: 158px auto 0;
    padding: 0 16px;
    max-width: 765px;
}
.under_construction_content_img {
    display: block;
    margin: 0 auto;
    width: 323px;
    max-width: 100%;
}
.under_construction_content_title {
    margin-top: 70px;
    color: #0d3350;
    text-align: center;
    font-family: Lato;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.5px;
}
.under_construction_content_text {
    margin-top: 30px;
    color: #54577c;
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.under_construction_socials_wrapper {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
}
.under_construction_footer__social-item {
    text-decoration: none;
}
.under_construction_footer__social-logo {
    display: block;
    height: 24px;
}
@media (max-width: 720px) {
    .under_construction_content_wrapper {
        margin: 96px auto 0;
    }
    .under_construction_content_img {
        width: 237px;
    }
    .under_construction_content_title {
        font-size: 40px;
    }
}
.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-spinner div {
    transform-origin: 32px 32px;
    animation: a 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background: #275cc5;
}
.lds-spinner div:first-child {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes a {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
