.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.text_center {
    text-align: center;
}

.background_color_white_opacity_9 {
    background-color: rgba(255, 255, 255, 0.9);
}

.background_color_white_opacity_6 {
    background-color: rgba(255, 255, 255, 0.6);
}

.color_white {
    color: #ffffff !important;
}

.background_color_white {
    background-color: #ffffff;
}

.background_color_grey {
    background-color: #f4f5f7;
}

html {
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    position: relative;
    line-height: 1.3;
    font-size: 18px;
    font-family: "Heebo";
    font-weight: 400;
    color: #2c2c46;
    min-width: 320px !important;
    max-width: 1920px;
    background-color: #f4f5f7;
    overflow-x: hidden;
    margin: 0 auto;
}

.padding_0 {
    padding: 0;
}

.padding_90 {
    padding: 90px 0;
}

.padding_160 {
    padding: 160px 0;
}

.big_title {
    font-weight: 500;
    font-size: 66px;
    margin-bottom: 15px;
    color: #24536f;
}

.block_title {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #24536f;
}

@media only screen and (max-width: 1700px) {
    .block_title {
        font-size: 50px;
        margin-bottom: 30px;
    }

    .big_title {
        font-size: 70px;
        margin-bottom: 15px;
    }

    .padding_90 {
        padding: 80px 0;
    }

    .padding_160 {
        padding: 140px 0;
    }
}

@media only screen and (max-width: 1500px) {
    .block_title {
        font-size: 46px;
        margin-bottom: 25px;
    }

    .big_title {
        font-size: 60px;
        margin-bottom: 15px;
    }

    .padding_90 {
        padding: 70px 0;
    }

    .padding_160 {
        padding: 130px 0;
    }
}

@media only screen and (max-width: 1200px) {
    .block_title {
        font-size: 40px;
        margin-bottom: 25px;
    }

    .big_title {
        font-size: 55px;
        margin-bottom: 10px;
    }

    .padding_90 {
        padding: 60px 0;
    }

    .padding_160 {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 860px) {
    .block_title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .big_title {
        font-size: 42px;
        margin-bottom: 10px;
    }

    .padding_90 {
        padding: 50px 0;
    }

    .padding_160 {
        padding: 50px 0;
    }
}

.hero {
    position: relative;
}

.hero video {
    display: block;
    width: 100%;
    height: auto;
}

.hero .video_decor {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.hero .video_decor:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 52%;
    background-image: url(../images/video_decor.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.hero .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
}

.hero .container .hero_description {
    margin-top: 170px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 35px;
    border-radius: 10px;
    width: 100%;
    max-width: 690px;
    color: #2c2c46;
}

.hero .container .hero_description .big_title {
    color: #2c2c46;
}

.hero .container .botton {
    margin-top: 40px;
}

.hero .next_block {
    position: sticky;
    display: block;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: auto auto 0 auto;
    background-color: #0077b6;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    transform: translateY(50%);
}

.hero .next_block::after {
    transition: all 0.2s;
    position: absolute;
    content: "";
    width: 25px;
    height: 28px;
    background-image: url(../images/two_arrows_icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.hero .next_block:hover::after {
    transform: translateY(10px);
    transform-origin: top;
}

@media only screen and (max-width: 1700px) {
    .hero .container .hero_description {
        margin-top: 130px;
        padding: 30px;
        max-width: 650px;
    }

    .hero .container .botton {
        margin-top: 40px;
    }

    .hero .next_block {
        width: 70px;
        height: 70px;
    }

    .hero .next_block::after {
        width: 24px;
        height: 26px;
    }
}

@media only screen and (max-width: 1500px) {
    .hero .container .hero_description {
        margin-top: 107px;
        padding: 20px 30px;
        max-width: 600px;
    }

    .hero .container .botton {
        margin-top: 35px;
    }

    .hero .next_block {
        width: 60px;
        height: 60px;
        min-height: 60px;
    }

    .hero .next_block::after {
        width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .hero .container .hero_description {
        margin-top: 92px;
        padding: 20px;
        max-width: 540px;
    }

    .hero .container .botton {
        margin-top: 30px;
    }

    .hero .next_block {
        width: 54px;
        height: 54px;
    }

    .hero .next_block::after {
        width: 18px;
        height: 18px;
    }
}

@media only screen and (max-width: 980px) {
    .hero .container .hero_description {
        margin: 0 auto;
        padding: 20px 10px;
        max-width: 500px;
        text-align: center;
    }

    .hero .next_block {
        width: 54px;
        height: 54px;
        background-color: initial;
        bottom: 0;
        transform: translateY(0px);
    }

    .hero .next_block::after {
        width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width: 460px) {
    .hero .container .hero_description .h1 {
        font-size: 18px;
    }

    .hero .video_decor::after {
        right: 5vw;
        width: 150%;
        background-image: url(../images/video_decor.svg);
        background-size: contain;
        background-position: bottom right;
        background-repeat: no-repeat;
    }
}

.header {
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.2s;
}

.header.top-nav-collapse .header_content {
    padding: 5px 0;
}

.header.top-nav-collapse .header_content .logo {
    width: fit-content;
}

.navbar-nav > .nav-item > .nav-link {
    padding: 0;
    color: #2c2c46;
    font-weight: 400;
}

.nav-link.dropdown-toggle.show:after {
    transform: rotate(180deg);
}

@media (min-width: 1200px) {
    .header .navbar-nav > .nav-item > .nav-link {
        /* min-height: 106px; */
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .header .navbar-expand-xl {
        padding: 0;
    }
}

.navbar-nav > .nav-item > .nav-link:hover {
    opacity: 1;
    color: #2c2c46;
}

.navbar-nav > .nav-item > .nav-link.active,
.navbar-nav > .nav-item > .nav-link.show {
    color: #2c2c46;
}

.dropdown-toggle::after {
    display: none;
}

.navbar-nav > .nav-item.dropdown .toggle {
    vertical-align: middle;
    border: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6' viewBox='0 0 9 6' fill='none'%3E%3Cpath d='M1 1.35303L4.5 4.64715L8 1.35303' stroke='%232C2C46' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    margin-left: 10px;
    width: 12px;
    height: 12px;
    margin-top: 0;
    position: relative;
    display: inline-block;
}

[dir="rtl"] .navbar-nav > .nav-item.dropdown .toggle {
    margin-left: 0;
    margin-right: 9px;
}

@media (min-width: 1200px) {
    .navbar-nav > .nav-item.dropdown:hover .toggle {
        transform: rotate(180deg);
    }
}

.navbar-nav > .nav-item {
    margin: 0 20px 0 0;
}

.navbar-nav .dropdown-menu {
    border: none;
    border-top: 1px solid #d9d9d9;
    padding: 35px 40px;
    border-radius: 0;
    /*   right: -40px; */
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}

.navbar-nav .dropdown-menu li:not(:last-child) {
    margin: 0 0 10px 0;
}

.navbar-nav .dropdown-item {
    padding: 0;
    color: #2c2c46;
}

.navbar-nav .dropdown-item:hover {
    background: transparent;
    color: #015581;
    opacity: 1;
}

.header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.header_content .mail {
    display: block;
    width: 22px;
    height: 17px;
    background-image: url(../images/mail_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.header_content .logo {
    transition: all 0.2s;
    width: fit-content;
}

.header_content .logo img {
    display: block;
    width: fit-content;
    max-width: none;
    max-height: 71px;
}

@media (max-width: 1700px) {
    .header_content .logo img {
        max-height: 62px;
    }
}

@media (max-width: 1500px) {
    .header_content .logo img {
        max-height: 57px;
    }
}

@media (max-width: 1200px) {
    .header_content .logo img {
        max-height: 53px;
    }
}

@media (max-width: 480px) {
    .header_content .logo img {
        max-height: 44px;
    }
}

.header_content .nav-link {
    color: #2c2c46;
}

@media only screen and (max-width: 1700px) {
    .header_content {
        padding: 10px 0;
    }

    .header_content .logo {
        width: fit-content;
    }
}

@media only screen and (max-width: 1500px) {
    .header_content {
        padding: 5px 0;
    }

    .header_content .logo {
        width: fit-content;
    }
}

@media only screen and (max-width: 1200px) {
    .header_content {
        padding: 5px 0;
    }

    .header_content .logo {
        width: fit-content;
    }
}

@media only screen and (max-width: 980px) {
    .header_content {
        padding: 5px 0;
    }

    .header_content .logo {
        width: fit-content;
    }
}

.botton {
    text-decoration: none;
    color: #2c2c46;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 150px;
    height: 42px;
    color: #1d1d28;
    border: 1px solid #1d1d28;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-radius: 50px;
    transition: all 0.3s;
    position: relative;
    padding-left: 55px;
}

.botton:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 15px;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../images/button_arrow_dark_blue.svg);
    transition: all 0.3s;
}

.botton:hover {
    background-color: #2c2c46;
    color: #ffffff;
}

.botton:hover:after {
    left: 5px;
    background-image: url(../images/botton_arrow_white.svg);
}

.botton_green_blue {
    color: #24536f;
}

.botton_green_blue:after {
    background-image: url(../images/botton_arrow_green_blue.svg);
}

.botton_white {
    color: #ffffff;
    border-color: #ffffff;
}

.botton_white:after {
    background-image: url(../images/botton_arrow_white.svg);
}

.no_border {
    border: none;
}

.only_title {
    margin-top: -10px;
}

.text_block p {
    font-size: 24px;
    margin-bottom: 0;
}

.text_block p:not(:last-of-type) {
    margin-bottom: 15px;
}

.text_block .botton {
    margin-top: 35px;
}

.image_block img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.text_block_with_title p {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.3;
    width: 100%;
    max-width: 435px;
}

.text_block_with_title p:not(:last-of-type) {
    margin-bottom: 15px;
}

.text_block_with_title .botton {
    margin-top: 35px;
}

.padding_right_80 {
    padding-right: 80px;
}

@media only screen and (max-width: 1700px) {
    .text_block p {
        font-size: 22px;
        margin-bottom: 0;
    }

    .text_block p:not(:last-of-type) {
        margin-bottom: 15px;
    }

    .text_block .botton {
        margin-top: 30px;
    }

    .text_block_with_title p:not(:last-of-type) {
        margin-bottom: 15px;
    }

    .text_block_with_title .botton {
        margin-top: 30px;
    }

    .padding_right_80 {
        padding-right: 50px;
    }
}

@media only screen and (max-width: 1500px) {
    .text_block p {
        font-size: 20px;
        margin-bottom: 0;
    }

    .text_block p:not(:last-of-type) {
        margin-bottom: 15px;
    }

    .text_block .botton {
        margin-top: 30px;
    }

    .text_block_with_title p:not(:last-of-type) {
        margin-bottom: 15px;
    }

    .text_block_with_title .botton {
        margin-top: 30px;
    }

    .padding_right_80 {
        padding-right: 40px;
    }
}

@media only screen and (max-width: 1200px) {
    .text_block p {
        font-size: 18px;
        margin-bottom: 0;
    }

    .text_block p:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .text_block .botton {
        margin-top: 25px;
    }

    .text_block_with_title p:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .text_block_with_title .botton {
        margin-top: 25px;
    }

    .padding_right_80 {
        padding-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .news_preview_item .image_block_wrap {
        order: 0;
        margin-bottom: 30px;
    }

    .news_preview_item .text_block_wap {
        order: 1;
    }

    .padding_right_80 {
        padding-right: 0px;
    }
}

.services .services_item_wrap:first-of-type .services_item {
    border-right: 1px solid rgba(44, 44, 70, 0.15);
}

.services .services_item {
    padding: 50px 30px 30px 30px;
    position: relative;
    border-left: 1px solid rgba(44, 44, 70, 0.15);
    height: 100%;
}

.services .services_item::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../images/arrow_bottom_right.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 15px;
    left: 15px;
    opacity: 0.15;
    transition: all 0.3s;
}

.services .services_item .icon {
    height: 50px;
    transition: all 0.3s;
}

.services .services_item .icon img {
    display: block;
    height: 100%;
    width: auto;
}

.services .services_item .name {
    margin: 50px 0 20px 0;
    font-size: 24px;
    font-weight: 600;
}

.services .services_item .description {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    padding-bottom: 0px;
    width: -moz-fit-content;
    width: fit-content;
}

.services .services_item .description:not(:last-of-type) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(44, 44, 70, 0.15);
}

.services .services_item:hover::after {
    opacity: 1;
    transform: translate(10px, 10px);
}

.services .services_item:hover .icon {
    opacity: 1;
}

@media only screen and (max-width: 1200px) {
    .services .services_item_wrap {
        border-left: none;
    }

    .services .services_item_wrap .services_item {
        border: none;
    }

    .services .services_item_wrap:first-of-type {
        border: none;
    }

    .services .services_item_wrap:first-of-type .services_item {
        border: none;
    }
}

@media only screen and (max-width: 980px) {
    .services .services_item_wrap {
        border-right: none;
        height: 100%;
    }

    .services .services_item_wrap:first-of-type {
        border-right: none;
    }
}

@media only screen and (max-width: 575px) {
    .services .services_item_wrap {
        border-right: none;
        height: 100%;
    }

    .services .services_item_wrap:first-of-type {
        border-right: none;
    }

    .services .services_item_wrap:not(:last-of-type) .services_item {
        border-bottom: 1px solid rgba(44, 44, 70, 0.15);
    }
}

.article_preview {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
}

.article_preview .image {
    display: block;
    width: 100%;
    max-width: 500px;
    margin-bottom: 15px;
    overflow: hidden;
}

.article_preview .image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
    transition: all 0.3s;
}

.article_preview .name {
    display: block;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    color: #2c2c46;
    transition: all 0.3s;
}

.article_preview .botton {
    margin-top: auto;
    min-width: 100px;
}

.article_preview:hover .image img {
    transform: scale(1.1);
}

.article_preview:hover .name {
    color: #24536f;
}

.article_preview:hover .botton {
    background-color: #2c2c46;
    color: #ffffff;
}

.article_preview:hover .botton:after {
    left: 5px;
    background-image: url(../images/botton_arrow_white.svg);
}

@media only screen and (max-width: 760px) {
    .article_preview_wrap:not(:last-of-type) {
        margin-bottom: 35px;
    }
}

.nvestment {
    padding: 40px;
    border-radius: 5px;
    height: 100%;
}

.nvestment .name {
    position: relative;
    padding-right: 25px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.nvestment .name:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background-image: url(../images/check_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.nvestment .description {
    font-weight: 400;
    font-size: 18px;
}

@media only screen and (max-width: 991px) {
    .nvestment_item_wrap:not(:last-of-type) {
        margin-bottom: 20px;
    }
}

.contacts {
    background: rgb(27, 37, 80);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgb(27, 37, 80)), color-stop(100%, rgb(1, 84, 129)));
    background: linear-gradient(45deg, rgb(27, 37, 80) 0%, rgb(1, 84, 129) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b2550", endColorstr="#015481", GradientType=1);
    margin-top: 20px;
    color: #ffffff;
    border-radius: 5px;
    padding: 100px 20px;
}

.contacts .botton {
    margin: 50px auto 0 auto;
}

@media only screen and (max-width: 860px) {
    .contacts {
        margin-top: 20px;
        padding: 70px 20px;
    }

    .contacts .botton {
        margin: 40px auto 0 auto;
    }
}

@media only screen and (max-width: 460px) {
    .contacts {
        margin-top: 20px;
        padding: 30px 20px;
    }

    .contacts .botton {
        margin: 20px auto 0 auto;
    }
}

.footer {
    background-color: #1d1d28;
    padding: 90px 0 50px 0;
}

.footer .logo {
    width: 115px;
    margin-right: auto;
}

.footer .logo img {
    display: block;
    width: 100%;
    height: auto;
}

.footer .footer_info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
}

.footer .footer_info .first_item {
    margin-right: auto;
}

.footer .footer_info a,
.footer .footer_info p {
    margin: 10px 0;
    text-decoration: none;
    color: #ffffff;
    opacity: 0.5;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.footer .footer_info a:not(:last-of-type),
.footer .footer_info p:not(:last-of-type) {
    margin-right: 20px;
}

.footer .footer_info a {
    transition: all 0.2s;
}

.footer .footer_info a:hover {
    opacity: 1;
}

@media only screen and (max-width: 1700px) {
    .footer {
        padding: 80px 0 50px 0;
    }

    .footer .logo {
        width: 110px;
    }

    .footer .footer_info a,
    .footer .footer_info p {
        margin: 10px 0;
    }

    .footer .footer_info a:not(:last-of-type),
    .footer .footer_info p:not(:last-of-type) {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 1500px) {
    .footer {
        padding: 60px 0 40px 0;
    }

    .footer .logo {
        width: 100px;
    }

    .footer .footer_info a,
    .footer .footer_info p {
        margin: 10px 0;
    }

    .footer .footer_info a:not(:last-of-type),
    .footer .footer_info p:not(:last-of-type) {
        margin-right: 25px;
    }
}

@media only screen and (max-width: 1200px) {
    .footer {
        padding: 40px 0 40px 0;
    }

    .footer .logo {
        width: 80px;
    }

    .footer .footer_info a,
    .footer .footer_info p {
        margin: 10px 0;
    }

    .footer .footer_info a:not(:last-of-type),
    .footer .footer_info p:not(:last-of-type) {
        margin-right: 25px;
    }
}

@media only screen and (max-width: 860px) {
    .footer .logo {
        margin: 0 auto;
    }

    .footer .footer_info {
        justify-content: center;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .footer .footer_info .first_item {
        margin: 10px auto;
    }
}

@media only screen and (max-width: 460px) {
    .footer .logo {
        margin: 0 auto;
    }

    .footer .footer_info {
        justify-content: center;
    }

    .footer .footer_info .first_item {
        margin: 10px auto;
    }

    .footer .footer_info a,
    .footer .footer_info p {
        margin: 10px;
        width: -moz-fit-content;
        width: fit-content;
    }

    .footer .footer_info a:not(:last-of-type),
    .footer .footer_info p:not(:last-of-type) {
        margin-right: 10px;
    }
}

.footer .logo {
    display: inline-block;
}

.badge {
    background-color: #015581;
}

@media (max-width: 480px) {
    .badge {
        max-width: 54px;
        white-space: normal;
        padding: 0;
    }
}

@media only screen and (max-width: 415px) {
    .hero video {
        height: 100vh;
        object-fit: cover;
    }

    .hero .container {
        height: calc(var(--vh, 1vh) * 100);
    }
}

html {
    scroll-padding-top: 100px;
    scroll-margin-top: 100px;
}