@font-face {
    font-family: Dubai;
    src: url(../fonts/Dubai-Light.ttf) format("ttf"), url(../fonts/Dubai-Light.woff2) format("woff2"), url(../fonts/Dubai-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Dubai;
    src: url(../fonts/Dubai-Regular.ttf) format("ttf"), url(../fonts/Dubai-Regular.woff2) format("woff2"), url(../fonts/Dubai-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Dubai;
    src: url(../fonts/Dubai-Medium.ttf) format("ttf"), url(../fonts/Dubai-Medium.woff2) format("woff2"), url(../fonts/Dubai-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Dubai;
    src: url(../fonts/Dubai-Bold.ttf) format("ttf"), url(../fonts/Dubai-Bold.woff2) format("woff2"), url(../fonts/Dubai-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Jost;
    src: url(../fonts/Jost-Medium.ttf) format("ttf"), url(../fonts/Jost-Medium.woff2) format("woff2"), url(../fonts/Jost-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Jost;
    src: url(../fonts/Jost-SemiBold.ttf) format("ttf"), url(../fonts/Jost-SemiBold.woff2) format("woff2"), url(../fonts/Jost-SemiBold.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

*,
::after,
::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased!important;
    -webkit-tap-highlight-color: transparent;
    outline: 0!important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

a,
body,
div,
form,
h1,
h2,
h3,
h4,
h5,
li,
p,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    line-height: 1
}

button,
input,
textarea {
    outline: 0!important;
    -webkit-transition: .125s;
    -o-transition: .125s;
    transition: .125s;
    font-family: inherit
}

input:active,
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus,
input[type=text]:focus {
    outline: 0!important
}

::-webkit-input-placeholder {
    color: #222
}

::-moz-placeholder {
    color: #222
}

:-moz-placeholder {
    color: #222
}

:-ms-input-placeholder {
    color: #222
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

html {
    height: 100%;
    scroll-behavior: smooth;
    width: 100%
}

svg {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

path,
svg {
    -webkit-transition: .125s;
    -o-transition: .125s;
    transition: .125s
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 125ms;
    -o-transition: 125ms;
    transition: 125ms
}

a:focus,
a:hover {
    text-decoration: none!important
}

li,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

i {
    line-height: 100%
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

button {
    cursor: pointer;
    border: none;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 125ms;
    -o-transition: 125ms;
    transition: 125ms;
    background-color: inherit;
    font-size: 1em
}

.swiper-button-next,
.swiper-button-prev {
    z-index: 2
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none
}

html.fixed-body {
    overflow-y: hidden
}

.wrapper {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.m-page {
    font-variant-numeric: lining-nums proportional-nums;
    width: calc(100vw - (100vw - 100%));
    overflow-x: hidden;
    font-family: Dubai, sans-serif;
    font-weight: 400;
    color: #222;
    font-size: calc(1280px * (16 / 1280))
}

@media screen and (max-width:1280px) {
    .m-page {
        font-size: calc(100vw * (16 / 1280))
    }
}

.m-page.fixed-body,
.m-page.fixed-body2 {
    overflow-y: hidden
}

.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 2.5em
}

a:hover {
    color: #0549df
}

@media screen and (max-width:992px) {
    .m-page {
        font-size: calc(100vw * (16 / 768))
    }
    .container {
        padding: 0 .9375em
    }
    .container._mob-full {
        padding: 0
    }
}

@media screen and (max-width:576px) {
    .m-page {
        font-size: calc(100vw * (16 / 320))
    }
}

.text50 {
    font-size: 3.125em;
    line-height: 129%
}

.text22 {
    font-size: 1.375em;
    line-height: 118%
}

.text20 {
    font-size: 1.25em;
    line-height: 145%
}

.text li,
.text p,
.text18 {
    font-size: 1.125em;
    line-height: 167%
}

.text16 {
    font-size: 1em;
    line-height: 162%
}

.text12 {
    font-size: .75em;
    line-height: 167%
}

.light-text {
    font-weight: 300
}

.medium-text {
    font-weight: 500
}

.dark-gray-text {
    color: #9fa8b0
}

.primary-text {
    color: #0549df
}

.text ul {
    font-size: 1em;
    display: grid;
    grid-template-columns: 100%;
    gap: 1.125em
}

.text ul li {
    position: relative;
    padding-left: 1.55em
}

.text ul li:before {
    content: '';
    position: absolute;
    background-image: url(../img/check.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: .89em;
    height: .89em;
    top: .28em;
    left: 0
}

@media screen and (min-width:993px) {
    .text22-desktop {
        font-size: 1.375em
    }
}

@media screen and (max-width:992px) {
    .text50 {
        font-size: 1.375em;
        line-height: 136%
    }
    .text22 {
        font-size: .875em;
        line-height: 171%
    }
    .text li,
    .text p,
    .text18,
    .text20 {
        font-size: .75em
    }
    .text12 {
        font-size: .625em
    }
    .text ul {
        gap: .625em
    }
    .text ul li {
        padding-left: 2.17em
    }
    .text ul li:before {
        width: 1.16em;
        height: 1.16em;
        top: .35em
    }
}

.m-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .225s ease-out;
    -o-transition: .225s ease-out;
    transition: .225s ease-out;
    padding: 0 2.5em;
    height: 4.3125em;
    border-radius: 18.75em;
    font-family: Jost, sans-serif
}

.m-btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.m-btn span {
    font-size: 1.25em
}

.m-btn-blue {
    -webkit-box-shadow: 0 .125em .25em 0 rgba(5, 73, 223, .02), 0 .625em 2.5em 0 rgba(5, 73, 223, .05), 0 .125em .25em 0 rgba(5, 73, 223, .02), 0 .625em 2.5em 0 rgba(5, 73, 223, .05);
    box-shadow: 0 .125em .25em 0 rgba(5, 73, 223, .02), 0 .625em 2.5em 0 rgba(5, 73, 223, .05), 0 .125em .25em 0 rgba(5, 73, 223, .02), 0 .625em 2.5em 0 rgba(5, 73, 223, .05);
    background-color: #0549df;
    color: #fff
}

.m-btn-blue:hover {
    background-color: #033194;
    color: #fff
}

.m-btn-white {
    -webkit-box-shadow: 0 .125em .25em 0 rgba(5, 73, 223, .02), 0 .625em 2.5em 0 rgba(5, 73, 223, .05), 0 .125em .25em 0 rgba(5, 73, 223, .02), 0 .625em 2.5em 0 rgba(5, 73, 223, .05);
    box-shadow: 0 .125em .25em 0 rgba(5, 73, 223, .02), 0 .625em 2.5em 0 rgba(5, 73, 223, .05), 0 .125em .25em 0 rgba(5, 73, 223, .02), 0 .625em 2.5em 0 rgba(5, 73, 223, .05);
    background-color: #fff;
    color: #0549df
}

.m-btn-white:hover {
    background-color: #d9d9d9;
    color: #0549df
}

@media screen and (max-width:992px) {
    .m-btn {
        height: 2.5em
    }
    .m-btn span {
        font-size: .875em
    }
}

.form-group {
    position: relative;
    margin: 0 0 30px
}

.form-group input {
    border: none;
    border-bottom: 1px solid #000;
    padding: 0 10px;
    height: 47px;
    width: 100%;
    font-size: 18px;
    background-color: transparent;
    color: #000
}

.form-group input::-webkit-input-placeholder {
    color: #000
}

.form-group input::-moz-placeholder {
    color: #000
}

.form-group input:-ms-input-placeholder {
    color: #000
}

.form-group input::-ms-input-placeholder {
    color: #000
}

.form-group input::placeholder {
    color: #000
}

.form-group input:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .3)
}

.form-group input:focus::-moz-placeholder {
    color: rgba(0, 0, 0, .3)
}

.form-group input:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, .3)
}

.form-group input:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, .3)
}

.form-group input:focus::placeholder {
    color: rgba(0, 0, 0, .3)
}

.check {
    position: relative
}

.check input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer
}

.check input:checked+label::before {
    border: 3px solid #fff
}

.check input:disabled+label {
    color: #aaa;
    pointer-events: none
}

.check label {
    padding-left: 40px;
    position: relative;
    min-height: 20px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer
}

.check label:before {
    content: '';
    position: absolute;
    z-index: 1;
    border-radius: 2px;
    background: rgba(255, 255, 255, .01);
    border: 1px solid rgba(255, 255, 255, .45);
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}

.back-btn {
    z-index: 4;
    position: absolute;
    right: 11em;
    bottom: 9em;
    width: 4.625em;
    height: 4.625em;
    border-radius: 50%;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.back-btn:hover {
    color: #fff;
    opacity: .75
}

.back-btn svg {
    width: .8125em;
    height: auto;
    margin-bottom: .25em
}

.back-btn._blue {
    border-color: #0549df
}

.back-btn._blue:hover {
    color: #222
}

@media screen and (max-width:1750px) {
    .back-btn {
        right: 2em;
        bottom: 5em
    }
}

@media screen and (max-width:992px) {
    .back-btn {
        width: 2.5em;
        height: 2.5em;
        right: .94em;
        bottom: .94em
    }
    .back-btn._blue {
        background-color: #0549df;
        color: #fff
    }
    .back-btn._blue path {
        stroke: #fff
    }
    .back-btn._blue:hover {
        color: #fff
    }
    .back-btn svg {
        width: .625em;
        margin-bottom: .125em
    }
    .back-btn span {
        font-size: .5em
    }
}

.breadcrumbs {
    margin-top: 60px
}

.breadcrumbs__item {
    font-size: 16px;
    line-height: 110%;
    position: relative;
    font-weight: 400;
    display: inline
}

.breadcrumbs__item:last-child {
    font-weight: 600
}

.breadcrumbs__item:not(:first-child) {
    margin-left: 24px
}

.breadcrumbs__item:not(:first-child):before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 3.51px;
    height: 3.51px;
    background-color: #0549df;
    border-radius: 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
    right: 100%;
    margin-right: 10px
}

.modal-backdrop.show {
    opacity: .7
}

.footer__logo,
.header__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3.0625em
}

.footer__logo img,
.header__logo img {
    width: 100%;
    display: block
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.875em 0;
    z-index: 10
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header .container {
    max-width: 100%
}

.lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.lang__item {
    margin-left: 1.75em;
    font-size: 1em;
    line-height: 143%;
    font-weight: 600;
    font-family: Jost, sans-serif;
    text-transform: uppercase;
    color: rgba(34, 34, 34, .3);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.lang__item._active,
.lang__item:hover {
    color: #0549df
}

@media screen and (max-width:992px) {
    .header {
        padding: .625em 0
    }
    .lang__item {
        font-size: .875em;
        margin-left: 1.14em
    }
}

.footer__inner {
    border-top: 1px solid #eff3f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.875em 0
}

.footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__logo {
    margin-right: .875em
}

.footer__conf {
    text-decoration: underline
}

.footer__by {
    padding-right: 3.75em;
    position: relative
}

.footer__by img {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: .625em
}

@media screen and (max-width:992px) {
    .footer__inner {
        padding: 1.25em 0
    }
    .footer .text12 {
        font-size: .75em
    }
}

@media screen and (max-width:576px) {
    .footer__inner {
        border-top: none;
        padding-top: 2.1875em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .footer__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: .875em
    }
    .footer__logo {
        margin: 0 0 .875em
    }
    .footer__by {
        margin-top: .875em
    }
}

.main {
    position: relative
}

.main__video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.main__video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main__video video::-webkit-media-controls-panel {
    display: none!important;
    -webkit-appearance: none
}

.main__video video::-webkit-media-controls-play-button {
    display: none!important;
    -webkit-appearance: none
}

.main__video video::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none
}

.main__inner {
    position: relative;
    z-index: 2;
    padding: 10.12em 0 6.19em
}

.main .container {
    position: relative;
    z-index: 2
}

.main__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 5.625em;
    line-height: 94%;
    text-transform: uppercase;
    font-weight: 300
}

.main__title>* {
    line-height: inherit
}

.main__title>:first-letter {
    color: #0549df
}

.main__text {
    max-width: 39em;
    margin-top: 1.875em
}

.main__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.875em
}

.main-quote {
    z-index: 2;
    position: absolute;
    right: 6em;
    bottom: 6em;
    padding: .625em .625em .625em 1.875em;
    border-radius: 0 1.875em 1.875em;
    border: 1px solid #0549df;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, .06)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .06) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .06) 100%);
    -webkit-backdrop-filter: blur(24.46638px);
    backdrop-filter: blur(24.46638px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-quote__content {
    display: grid;
    grid-template-columns: 100%;
    gap: .25em
}

.main-quote__img {
    width: 3.5625em;
    height: 3.5625em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: .875em
}

.main-quote__img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.main-quote__icon {
    width: 2.3125em;
    position: absolute;
    top: -1.19em;
    left: -1.19em
}

.contacts {
    padding: 80px 0 40px
}

.contacts__inner {
    display: grid;
    grid-template-columns: 28.625em calc(100% - 29.25em);
    gap: .625em
}

.contacts__items {
    display: grid;
    grid-template-columns: 100%;
    gap: 1.875em
}

.contacts-item {
    max-width: 38.25em;
    display: grid;
    grid-template-columns: 100%;
    gap: .9375em
}

.contacts-item__desc {
    font-size: 2.375em;
    line-height: 105%;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.contacts-item__desc a {
    line-height: 132%
}

.why {
    padding: 5em 0;
    background-color: #0549df
}

.why .text50 {
    color: #fff
}

.why__grid {
    margin-top: 1.5em;
    display: grid;
    grid-template-columns: repeat(3, calc(100% / 3 - 2.5em / 3));
    gap: 1.25em
}

.why__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.13em
}

.why-card {
    padding: 1.875em;
    border-radius: 1em;
    border: 1px solid #eff3f3;
    background-color: #fff
}

.why-card__icon {
    display: block;
    height: 1.375em;
    margin-bottom: 1.25em
}

.why-card__icon img {
    height: 100%;
    width: auto
}

.why-card__text {
    margin-top: 1.25em
}

.investment {
    padding: 5em 0;
    position: relative
}

.investment__top {
    display: grid;
    grid-template-columns: 38.875em calc(100% - 38.875em)
}

.investment__top .text {
    margin-top: 1.875em;
    max-width: 34em
}

.investment__content {
    max-width: 37em
}

.investment__img img {
    width: 100%;
    display: block
}

.investment__bottom {
    margin-top: 1.125em
}

@media screen and (min-width:993px) {
    .investment__bottom ul {
        display: block;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.875em;
        -moz-column-gap: 1.875em;
        column-gap: 1.875em
    }
    .investment__bottom li {
        display: inline-block;
        width: 100%
    }
    .investment__bottom li:not(:last-child) {
        margin: 0 0 1em
    }
}

.investment__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: .75em
}

.risk {
    background-color: #eff3f3;
    padding: 5em 0;
    position: relative
}

.risk__top {
    position: relative;
    display: grid;
    grid-template-columns: 49.5em calc(100% - 49.5em)
}

.risk__top .text {
    margin-top: 1.56em;
    max-width: 45.5em
}

.risk__img {
    position: absolute;
    right: -3.12em;
    width: 29.9375em;
    top: -4.06em
}

.risk__img img {
    display: block;
    width: 100%
}

.risk__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.875em;
    position: relative;
    z-index: 2
}

.risk .why__grid {
    margin-top: 1.06em;
    position: relative;
    z-index: 2
}

.risk__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 46.5em;
    pointer-events: none
}

.msfo,
.strategy {
    padding: 5em 0;
    overflow: hidden
}

.msfo {
    position: relative
}

.msfo__grid {
    display: grid;
    grid-template-columns: 38.3125em calc(100% - 40.9625em);
    gap: 2.65em
}

.msfo .text {
    margin-top: 1.56em;
    max-width: 36em
}

.msfo .text ul {
    margin-top: 1.56em;
    gap: .56em
}

.msfo__nav {
    margin-top: 1.81em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.msfo__img {
    width: 49em;
    position: relative
}

.msfo__img img {
    position: absolute;
    top: -12em;
    left: 0;
    width: 100%;
    display: block
}

.operation {
    padding: 5em 0;
    background-color: #0549df;
    color: #fff;
    position: relative;
    z-index: 2
}

.operation__top {
    display: grid;
    grid-template-columns: 44.875em calc(100% - 45.685em);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.operation__top .text {
    margin-top: 1.56em;
    max-width: 42em
}

.operation__img {
    width: 37.3125em;
    margin-top: -7.125em
}

.operation__img img {
    width: 100%;
    display: block
}

.operation__img ._view2 {
    display: none
}

.operation__grid {
    margin-top: .3125em;
    display: grid;
    grid-template-columns: calc(100% - 54.125em) 13.9375em 13.25em 17.5625em;
    gap: 3.125em
}

.operation-item__img {
    height: 9.25em;
    margin-bottom: .56em
}

.operation-item__img img {
    height: 100%;
    width: auto;
    display: block
}

.strategy {
    position: relative
}

.strategy__top {
    display: grid;
    grid-template-columns: 41em calc(100% - 41em)
}

.strategy__top .text {
    margin-top: 1.31em
}

.strategy__img {
    margin-top: -5.125em;
    margin-left: -4em
}

.strategy__img img {
    height: 21.3125em;
    display: block
}

.strategy__bottom {
    max-width: 55em
}

.strategy__bottom ul {
    gap: .875em
}

@media screen and (min-width:993px) {
    .strategy .why__grid {
        margin-top: 3.75em;
        grid-template-columns: repeat(4, calc(25% - 3.75em / 4))
    }
    .strategy .why-card {
        padding: 1.5em
    }
}

.offer {
    padding: 5em 0;
    background-color: #eff3f3;
    -webkit-backdrop-filter: blur(24.46638px);
    backdrop-filter: blur(24.46638px);
    position: relative
}

.offer__bg {
    position: absolute;
    top: 0;
    left: 10.19em;
    width: 32.9375em
}

.offer .text50,
.offer__grid {
    position: relative;
    z-index: 2
}

.offer__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.875em;
    width: calc(100% + 1.25em)
}

.offer-card {
    min-height: 17.0625em;
    width: calc(100% / 4 - 1.25em);
    margin: 1.25em 1.25em 0 0;
    padding: 1.875em 1.875em .25em;
    border-radius: 1em;
    background-color: #fff;
    position: relative
}

.offer-card:nth-child(-n+3){
    width: calc(100% / 3 - 1.25em);
}

.offer-card__img {
    margin-top: .75em;
    max-height: 12em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.offer-card__img img {
    max-width: 100%;
    max-height: 100%
}

.offer-card__btn {
    display: none
}

.offer-card._big {
    width: calc(50% - 1.25em)
}

@media screen and (min-width:577px) {
    .offer-card._big .offer-card__top {
        max-width: 12.18em
    }
    .offer-card._big .offer-card__img {
        position: absolute;
        height: 100%;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 1em .37em;
        width: 28.375em
    }
    .offer-card._big .offer-card__img img {
        width: 100%;
        max-height: unset
    }
}

.offer-card._active .offer-card__info {
    opacity: 1;
    pointer-events: unset
}

.offer-card__info {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    border-radius: inherit;
    background-color: #0549df;
    padding: 1.875em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.offer-card__info .text22 {
    font-weight: 300
}

.offer-card__info .text16 {
    margin: 1.25em 0
}

.offer-card__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.offer-card__btn2 {
    padding: 0 1.875em;
    height: 2.6875em
}

.offer-card__btn2 span {
    font-size: 1em
}

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

}
.form_wrapper{
    padding: 40px 61px;
    background: rgb(255, 255, 255,0.5);
    border: 1px solid #98B6FF;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    max-width: 522px;
    
}
.form_wrapper p{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(3, 49, 148);
    margin-bottom: 28px;
}
.form_input{
    padding-bottom: 5px;
}
.form_input:nth-child(2){
    margin-top: 8px;
}
.form_input label{
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 4px;
}
.form_input input{
    border: 1px solid rgba(199, 212, 245);
    padding: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: rgba(34, 34, 34, 1);
    border-radius: 8px;
    width: 100%;
}
.form_input input::placeholder{
    color: rgba(147, 147, 158);
}

.spacer{
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    color:rgba(65, 124, 253, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.space{
    width: 80px;
    height: 1px;
    background-color: rgba(199, 212, 245, 1);
}
.form_btn{
    padding: 12px 24px 12px 24px;
    border-radius: 20px;
    background: rgba(5, 73, 223, 1);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    width: 100%;
    margin-top: 16px;
}
.form_btn:hover,.form_btn:active,.form_btn:focus{
    background: rgba(3, 49, 148, 1);
}
.contact-form{
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(4, 81, 252, 0.17) inset;
    padding-top: 80px;
    padding-bottom: 80px;
}
.form2{
    display: flex;
}
.form2 h2{
    font-size: 50px;
    font-weight: 400;
    line-height: 65px;
    width: 30%;
    color: rgba(5, 73, 223, 1);
}
.form2 form{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
.modal {
    display: none; 
    position: fixed; 
    z-index: 100; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0, 0, 0, 0.5); 
  }
  
  .modal-content {
    background-color: white;
    margin: 15% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 80%; 
  }
  
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  
  .footer_thnk{
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .main_thnk{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .thank_you{
    color:#0549df;
    margin-bottom: 20%;
  }
  .error {
    border: 1px solid red;
}
.error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    height: 12px;
}
.success-message {
    color: green;
    font-size: 14px;
    margin-top: 10px;
}
.error-message-global {
    color: red;
    font-size: 14px;
    margin-top: 10px;
}

@media screen and (max-width:992px) {
    .main {
        font-size: 1.875em;
        padding: 0 0 1.875em
    }
    .main__inner {
        padding: 6.5em 0 1em;
        background-image: url(../img/main-bg.webp);
        background-size: auto 100%;
        background-position: center
    }
    .main__title {
        font-size: 3.125em;
        line-height: 100%
    }
    .main__nav,
    .main__text {
        margin-top: .94em
    }
    .main__text {
        max-width: 19em
    }
    .main__video {
        display: none
    }
    .main-quote {
        position: relative;
        bottom: unset;
        right: unset;
        margin: .81em .94em 0 auto;
        padding-left: 1.25em;
        width: 17em;
        border-radius: 0 1.25em 1.25em
    }
    .main-quote .text18 {
        line-height: 125%
    }
    .main-quote .text12 {
        line-height: 140%
    }
    .main-quote__img {
        width: 2.5em;
        height: 2.5em;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
    .main-quote__icon {
        width: 1.625em;
        top: -.8em;
        left: -.8em
    }
    .contacts {
        padding: .9375em 0 1.25em
    }
    .contacts__inner {
        grid-template-columns: 100%
    }
    .contacts__items {
        gap: .625em
    }
    .contacts-item {
        gap: 0
    }
    .contacts-item .text12 {
        line-height: 170%
    }
    .contacts-item__desc {
        font-size: 1.125em;
        line-height: 167%;
        margin-top: -.11em
    }
    .contacts-item__desc a {
        line-height: 167%
    }
    .why {
        padding: 1.25em 0
    }
    .why__grid {
        margin-top: .625em;
        grid-template-columns: repeat(2, calc(50% - .3125em));
        gap: .3125em
    }
    .why__nav {
        margin-top: .625em;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }
    .why-card {
        padding: 1em;
        border-radius: .5em
    }
    .why-card__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .why-card__icon {
        height: auto;
        width: .875em;
        margin: 0 .625em 0 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .why-card__text {
        margin-top: .625em
    }
    .investment__top,
    .risk__top {
        grid-template-columns: 100%;
        gap: .625em
    }
    .investment__top .text,
    .risk__top .text {
        margin-top: .625em
    }
    .investment__img,
    .risk__img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        max-width: 25em
    }
    .investment {
        padding: 1.56em 0
    }
    .investment .back-btn {
        bottom: 1.56em
    }
    .investment__bottom,
    .investment__nav {
        margin-top: .625em
    }
    .investment .text,
    .investment__content {
        max-width: 100%
    }
    .risk {
        padding: 1.25em 0
    }
    .risk .back-btn {
        bottom: 1.25em
    }
    .risk__bg {
        display: none
    }
    .risk__img {
        position: static;
        width: 100%
    }
    .risk__nav {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }
    .risk .why__nav {
        margin-top: .625em
    }
    .risk .why-card {
        padding: .75em
    }
    .risk .why-card__top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .risk .text br {
        display: none
    }
    .msfo {
        padding: 1em 0 2.1875em
    }
    .msfo .back-btn {
        bottom: 2.1875em
    }
    .msfo__grid {
        grid-template-columns: 100%;
        gap: .625em
    }
    .msfo__img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-bottom: 81.7%;
        width: 100%;
        max-width: 25em
    }
}

@media screen and (max-width:992px) and (min-width:577px) {
    .msfo__img {
        padding-bottom: 50%
    }
    .offer-card._big .offer-card__img {
        width: 14em
    }
    .offer-card._big .offer-card__top {
        max-width: 8.5em
    }
}

@media screen and (max-width:992px) {
    .msfo__img img {
        width: 130%;
        top: 50%;
        -webkit-transform: translateY(-55%);
        -ms-transform: translateY(-55%);
        transform: translateY(-55%)
    }
    .msfo .text {
        margin-top: .625em;
        max-width: 100%
    }
    .msfo .text ul,
    .msfo__nav {
        margin-top: .625em
    }
    .operation {
        padding: 1.875em 0
    }
    .operation .back-btn {
        bottom: 1.875em
    }
    .operation__top {
        grid-template-columns: 100%;
        gap: .625em
    }
    .operation__top .text {
        margin-top: .625em
    }
    .operation__img {
        max-width: 25em;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 0;
        width: 100%
    }
    .operation__grid {
        margin-top: .625em;
        grid-template-columns: repeat(2, calc(50% - .625em));
        gap: 1.25em
    }
    .strategy {
        padding: 1.69em 0 .94em
    }
    .strategy__top {
        grid-template-columns: 100%;
        gap: .625em
    }
    .strategy__top .text {
        margin-top: .625em
    }
    .strategy__img {
        margin: 0;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        max-width: 25em
    }
    .strategy__img img {
        width: 100%;
        height: auto
    }
    .strategy__bottom {
        margin-top: .625em
    }
    .strategy__bottom ul {
        gap: .625em
    }
    .strategy .text br,
    .strategy .text50 br {
        display: none
    }
    .strategy .why-card {
        padding: .75em
    }
    .strategy .why-card__top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .offer {
        padding: 1.25em 0
    }
    .offer__bg {
        display: none
    }
    .offer__grid {
        margin-top: 0;
        width: calc(100% + .625em)
    }
    .offer-card {
        padding: 1em;
        min-height: 11em;
        margin: .625em .625em 0 0;
        width: calc(100% / 3 - .625em)
    }
    .offer-card:nth-child(-n + 3) {
        padding: 1em;
        min-height: 11em;
        margin: .625em .625em 0 0;
        width: calc(100% / 3 - .625em)
    }
    .offer-card__top {
        margin-bottom: 1.25em
    }
    .offer-card__info {
        display: none
    }
    .offer-card__img {
        max-height: 6em
    }
    .offer-card .text22 {
        line-height: 135%
    }
    .offer-card._big {
        width: calc(50% - .625em)
    }
}

@media screen and (max-width:576px) {
    .main {
        font-size: 1em
    }
    .main-quote {
        margin-left: 1.75em
    }
    .why__grid {
        grid-template-columns: 100%
    }
    .operation__grid {
        grid-template-columns: 100%;
        gap: .625em
    }
    .offer__grid {
        display: grid;
        grid-template-columns: 100%;
        gap: .625em;
        width: 100%;
        margin-top: .625em
    }
    .offer-card {
        width: 100%!important;
        margin: 0
    }
    .offer-card__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .offer-card__btn {
        width: 1.9375em;
        height: 1.9375em;
        border-radius: 50%;
        background-color: #eff3f3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 2em;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .offer-card__btn svg {
        width: .75em;
        height: auto
    }
    .offer-card__img {
        margin-top: 0
    }
    .offer-card__img img {
        max-height: 7.875em
    }
    .form_wrapper{
        background: white;
        border: none;
        backdrop-filter: none;
        padding: 32px 16px;
    }
    .form2{
        flex-direction: column;
    }
    .form2 h2{
        width: 100%;
        font-size: 24px;
        font-size: 24px;
        font-weight: 500;
        line-height: 31.2px;
    }
    .contact-form{
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

html:not([lang=ru]) ._show-ru {
    display: none
}

html:not([lang=ru]) .lang__item._eng {
    color: #0549df;
    pointer-events: none
}

html[lang=ru] ._show-eng {
    display: none
}

html[lang=ru] .lang__item._ru {
    color: #0549df;
    pointer-events: none
}


/*# sourceMappingURL=../sourcemaps/style.min.css.map */

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

.header__linkedin {
    width: 1.5em;
    flex-shrink: 0;
}

.header__linkedin svg {
    width: 100%;
    height: auto;
}

.risk {
    background-color: transparent
}

.accounting {
    -webkit-backdrop-filter: blur(48.93275px);
    backdrop-filter: blur(48.93275px);
    background-color: #eff3f3;
    padding: 7.5em 0 7.1875em;
    overflow: hidden;
    position: relative
}

.management {
     padding: 5em 0;
    background-color: #0549df;
    color: #fff;
    position: relative;
    z-index: 2
}

.management .text50{
    color: #fff;
}

.management .text18{
    color: #222222;
}

@media screen and (min-width:993px) {
    .accounting {
        background-image: url(../img/accounting-bg.svg);
        background-repeat: no-repeat;
        background-size: 33.0625em auto;
        background-position: left 10.25em, top 0
    }
    .accounting .risk__top {
        grid-template-columns: 36em 36em;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .accounting .risk__img {
        width: 40.5em;
        top: -2.5em;
        right: -4.625em
    }
    .accounting .why__grid {
        margin-top: 5.875em;
        position: relative;
        z-index: 2
    }
    .accounting .back-btn {
        display: none
    }
    .accounting ._show-eng .text {
        max-width: 30em
    }
    .management .risk__top {
        grid-template-columns: 36em 36em;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .management .risk__img {
        width: 40.5em;
        top: -2.5em;
        right: -4.625em
    }
    .management .why__grid {
        padding-top: 8.875em;
        position: relative;
        z-index: 2
    }
    .management .back-btn {
        display: none
    }
    .management ._show-eng .text {
        max-width: 30em
    }
    .offer-card {
        min-height: 17.125em
    }
}

.offer-card__info .text16 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

@media screen and (max-width:992px) {
    .accounting {
        padding: 1.25em 0
    }
    .accounting .why-card {
        padding: .75em
    }
    .accounting .why-card__top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .accounting .why-card__icon {
        width: 1em
    }
    .accounting .back-btn {
        bottom: 1.25em
    }

    .management {
        padding: 1.25em 0
    }
    .management .why-card {
        padding: .75em
    }
    .management .why-card__top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .management .why-card__icon {
        width: 1em
    }
    .management .back-btn {
        bottom: 1.25em
    }
}

.phone-input-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.custom-country-select {
    position: absolute;
    height: calc(100% + 2px);
    width: 100%;
    top: 0;
    left: 0;
}

.selected-option {
    position: absolute;
    width: auto;
    opacity: 0;
    border: 1px solid rgba(199, 212, 245);
    padding: 16px 0px 16px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: rgba(34, 34, 34, 1);
    border-radius: 8px;
}

.country-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(199, 212, 245);
  background: white;
  z-index: 1000;
  display: none;
   font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: rgba(34, 34, 34, 1);
    border-radius: 8px;
}

.country-options li {
  padding: 16px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.country-options li:hover{
    color: rgba(3, 49, 148);
}