.row.dark_three_step_wr {
    margin-top: 40px;
}
.dark_three_step_item_cont_wr {
    min-height: 150px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.dark_three_step_item_cont {
    color: #ffffff;
    z-index: 2;
    position: relative;
    font-weight: 700;
    padding-top: 65px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 1.35;
}
.dark_three_step_item_num {
    color: #4780bb;
    position: absolute;
    z-index: 1;
    line-height: 150px;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 200px;
    font-family: sans-serif;
    font-weight: 700;
    opacity: .6;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.two_step_white_item {
    padding-top: 35px;
    position: relative;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.two_st_wh_item_num_wr {
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #222;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.two_st_wh_item_num {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #222;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
}
.two_st_wh_item_content_wr {
    border: 1px solid #15477b;
    background-color: #15477b;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 53px 30px 40px;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
}
.two_st_wh_item_cont_ttl {
    color: #ffffff;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
}
img.two_st_wh_item_cont_img {
    max-width: 100px;
    width: 100%;
    margin: auto auto 0;
    padding-top: 20px;
}
.blue_two_steps_row {
    padding-bottom: 25px;
}
.blue_two_steps_item_wr {
    margin-top: 45px;
}
.b_t_s_item_num {
    background: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 2px solid #fff;
    position: relative;
}
.b_t_s_item_num_inner {
    color: #15477b;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px;
    line-height: 1.35;
    font-weight: 600;
}
.b_t_s_item_cont_ttl {
    color: #ffffff;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
}
.b_t_s_item_cont_descr {
    font-size: 18px;
    color: #ffffff;
    margin-top: 18px;
    line-height: 1.55;
    font-weight: 400;
}
.blue_block_subtitle {
    font-size: 22px;
    line-height: 1.5;
}
.fin_page_second_bl_wr {
    margin-top: 50px;
}
.crd_p_top_ban_wr img {
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
}
.crd_p_top_cont {
    height: 100%;
    padding: 40px 0;
}
.crd_p_top_cont_title {
    line-height: 1.2;
    font-size: 40px;
    word-break: break-word;
}
.crd_p_top_cont_descr {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 300;
    margin-top: 40px;
}
.crd_p_top_cont_btn_wr {
    margin-top: 44px;
}
.crd_p_top_cont_button {
    color: #ffffff;
    background-image: linear-gradient(0.089turn, rgba(21, 71, 123, 1) 0%, rgba(25, 94, 166, 1) 100%);
    transform: translateZ(0);
    --border-width: 0px;
    border-style: none !important;
    border-radius: 6px;
    box-shadow: 0px 10px 15px -10px rgba(255, 106, 40, 0.5) !important;
    font-size: 18px;
    padding: 20px 40px 20px 40px;
    flex-direction: row-reverse;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
    transition-timing-function: ease-in-out;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    max-width: 300px;
    cursor: pointer;
    text-decoration: none;
}

@media (hover: hover) {
    .crd_p_top_cont_button:hover {
        box-shadow: 0 12px 15px -10px rgba(255, 106, 40, 0.8) !important;
        /*opacity: 0.8;*/
        animation-name: t-button-hover-animation;
        animation-duration: 0s;
        animation-fill-mode: forwards;
        animation-delay: 0.2s;
        animation-timing-function: linear;
    }

    .crd_p_top_cont_button:focus-visible {
        animation-name: t-button-hover-animation;
        animation-duration: 0s;
        animation-fill-mode: forwards;
        animation-delay: 0.2s;
        animation-timing-function: linear;
    }

    @keyframes t-button-hover-animation {
        to {
            opacity: 0.8;
        }
    }
}
.map_wr {
    width: 100%;
    height: 1000px;
}

.map_wrapper {
    position: relative;
}

.contact_card_wr {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    max-width: 1160px;
    z-index: 1;
}

.contact_card {
    max-width: 460px;
    position: absolute;
    background: #fff;
    min-height: 300px;
    padding: 60px;
    box-sizing: border-box;
    width: 100%;
    top: 60px;
    border-radius: 20px !important;
    overflow: hidden;
    color: #ffff;
}

.contact_card_title {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 1.17;
}

.contact_card_text {
    font-size: 18px;
    line-height: 1.55;
}
.fin_page_subtitle {
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 2.5px;
}
.fin_page_second_title {
    padding-top: 8px;
    padding-bottom: 3px;
    font-size: 62px;
    font-weight: 600;
    color: #000000;
    line-height: 1.23;
}

.fin_page_tab_title {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.f_str_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    width: 100%;
}

.f_str_grid_item {
    display: flex;
    flex-direction: column;
}
.f_str_grid_item {
    background-color: #195ea6;
    border-radius: 20px !important;
    overflow: hidden;
    color: white;
    padding: 30px 30px 40px;
}

.f_str_grid_item_divider {
    position: relative;
    height: 1px;
    width: 100%;
    background-color: #fff;
}
.f_str_grid_item_btn a {
    text-decoration: none;
    color: #ffffff;
    border-style: none !important;
    box-shadow: none !important;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform;
    transition-timing-function: ease-in-out;
}

.f_str_grid_item_btn a:after {
    content: " →";
}

.f_str_grid_item_description {
    padding-top: 25px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 1.55;
}

.f_str_grid_item_title a {
    color: #fff;
    text-decoration: none;
}

.f_str_grid_item_title {
    padding-bottom: 25px;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 600;
}
.numeric_step_block {
    width: 100%;
}

.numeric_step_bl_item {
    display: flex;
    justify-content: start;
}

.numeric_step_bl_item.left {
    padding-left: 100px;
}

.numeric_step_bl_item.right {
    justify-content: end;
}

.numeric_step_bl_content {
    position: relative;
    width: 50%;
}

.numeric_step_num {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    color: #15477b;
    opacity: 0.2;
    z-index: 1;
    line-height: 150px;
    font-size: 200px;
    font-weight: 700;
    user-select: none;
}

.numeric_step_title {
    z-index: 2;
    position: relative;
    font-weight: 700;
    padding-top: 65px;
    padding-bottom: 10px;
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 1.35;
}
.numeric_step__wrapper {
    padding-left: 110px;
}

.finstr_dark_block {
    margin-top: 45px;
    margin-bottom: 45px;
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #15477b;
}
.finstr_dark_bl_line_title a {
    color: #000000;
    text-decoration: none !important;
}

.finstr_dark_bl_line_img img {
    height: 260px;
}
.fin_partner_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    margin: -1px;
    padding-top: 45px;
    padding-bottom: 45px;
}

.blue_line {
    margin-bottom: 30px;
    margin-top: 50px;
    border-radius: 30px;
    background-color: #195EA6;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    /*height: 150px;*/
    box-shadow: 10px 10px 10px 5px rgba(69, 72, 84, 0.3);
    transition: transform 0.3s ease-in-out;
}

.blue_line:hover {
    background-color: #15477b;
    transform: translateY(3px);
}

.blue_line_wr {
    padding: 10px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.blue_line_txt_lnk {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18px;
}

.blue_line_img_lnk {
    text-decoration: none;
}

.blue_line_icon_wr {
    /*height: 90px;*/
    width: 110px;
    pointer-events: none;
}

.blue_line_img_lnk img {
    width: 100%;
    padding: 12px;
}

.blue_line_img_round {
    border-radius: 3000px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 20px 15px rgba(255, 255, 255, 0.6);
    opacity: 1;
    transition: opacity 0.3s ease;
}

.blue_line_wr:hover .blue_line_img_round {
    opacity: 0.2;
}

.fin_partner_item {
    border: 1px solid #eee;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 20px;
}

.fin_partner_item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    max-width: 190px;
}
.bnk_ttl {
    margin-top: 60px;
}
.fin_p_tline_item_img img {
    max-width: 100%;
    width: 80px;
    margin-bottom: 14px;
}
@media screen and (max-width: 1200px) {
    .dark_three_step_item_cont {
        font-size: 18px;
    }
    .two_st_wh_item_cont_ttl {
        font-size: 16px;
    }

    .fin_page_subtitle {
        font-size: 14px;
    }
    .map_wrapper {
        max-width: 100%;
    }

    .contact_card_title {
        font-size: 24px;
    }

    .contact_card_text {
        font-size: 16px;
    }
    .fin_partner_grid {
        grid-template-columns: repeat(6, 1fr);
    }
}
@media (max-width: 960px) {
    .blue_block_subtitle {
        font-size: 18px;
        line-height: 1.4;
    }
    .fin_page_second_title {
        font-size: 28px;
    }
    .numeric_step_bl_content {
        width: 100%;
    }

    .numeric_step_bl_item.left {
        padding-left: unset;
    }

    .numeric_step_bl_item {
        margin-top: 45px !important;
    }

    .numeric_step_title {
        font-size: 16px;
    }

    .contact_card_wr {
        max-width: 100%;
        width: 100%;
        margin: 0;
        padding: 45px 20px;
        min-height: auto;
        position: initial;
    }

    .contact_card {
        position: unset;
        border-radius: 0 !important;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .two_st_wh_item_cont_ttl {
        font-size: 16px;
    }
    .b_t_s_item_num_inner {
        font-size: 16px
    }
    .b_t_s_item_cont_ttl {
        font-size: 16px;
    }
    .f_str_grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .fin_partner_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .blue_line_txt_lnk {
        font-size: 12px;
    }

    .blue_line_wr {
        padding: 5px 25px;
    }
}
@media screen and (max-width: 640px) {
    .dark_three_step_item_cont {
        font-size: 16px;
    }
    .fin_page_subtitle {
        font-size: 12px;
    }
    .contact_card_wr {
        padding: 0;
    }

    .contact_card_title {
        font-size: 24px;
    }

    .contact_card_text {
        font-size: 12px;
        line-height: 1.45;
    }
}