.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_title {
    padding-top: 8px;
    padding-bottom: 3px;
    font-size: 64px;
    line-height: 1.23;
    font-weight: 600;
    color: #000000;
}

.fin_strah_txt {
    padding: 41px 0 0;
    font-size: 22px;
    line-height: 1.5;
}

.f_str_tabs_ctrl_item {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #15477b;
    margin-bottom: 20px;
    transition: font-weight, color 0.3s ease;
    /* text-align: inherit; */
    cursor: pointer;
    font-size: 20px;
    color: #15477b;
    font-weight: 400;
    padding-top: 14px;
    padding-bottom: 14px;
}

.f_str_tabs_ctrl_item.active {
    color: #c72229 !important;
    font-weight: 600 !important;
    border-bottom: 2px solid #c72229;
}

.js_tab_item_content {
    display: none;
}

.js_tab_item_content.active {
    display: block;
}

.fin_page_second_title {
    padding-top: 8px;
    padding-bottom: 3px;
    font-size: 50px;
    font-weight: 600;
    color: #000000;
}

.fin_page_tab_title {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.f_str_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    width: 100%;
}

.f_str_grid_item {
    display: flex;
    flex-direction: column;
}

.f_str_tabs {
    margin-top: 45px;
}

.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 {
    margin-top: 20px;
}

.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: 22px;
    line-height: 1.35;
}

.numeric_step_description {
    z-index: 2;
    position: relative;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 300;
}

.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_txt {
    background-color: white;
}

.finstr_dark_bl_line_descr_a {
    color: #000000;
    text-decoration: none !important;
    font-size: 18px;
    line-height: 1.55;
}

.finstr_dark_bl_line_title a {
    color: #000000;
    text-decoration: none !important;
}

.finstr_dark_bl_line_title {
    color: #000000;
    font-size: 20px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
}

.finstr_dark_bl_line_txt {
    padding: 30px 30px 40px;
}

.finstr_dark_bl_line_img {
    height: 260px;
    /*width: 240px;*/
    /*overflow: hidden;*/
}

.finstr_dark_bl_line_img img {
    height: 260px;
}

.finstr_dark_block_line {
    display: flex;
    height: 260px;
    border-radius: 20px !important;
    overflow: hidden;
}

.finstr_dark_bl_line_btn {
    margin-top: 20px;
}
.fin_partner_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    margin: -1px;
    padding-top: 45px;
    padding-bottom: 45px;
}

.blue_line {
    margin-bottom: 30px;
    margin-top: 40px;
    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: 170px;
    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;
}

.fin_page_timeline_wr {
    margin-top: 50px;
}
.fin_p_tline_item_img img {
    max-width: 100%;
    width: 80px;
    margin-bottom: 14px;
}
.fin_page_timeline_item_wr {
    width: 100%;
    display: flex;
    align-items: center;
}
.fin_page_timeline_item {
    width: 50%;
    padding-right: 56px;
    padding-left: 56px;
}
.fin_page_timeline_item_wr.right{
    justify-content: end;
}
.fin_page_timeline_row {
    position: relative;
}
.f_p_line {
    width: 2px;
    background-color: rgb(224, 224, 224);
    top: 10px;
    position: absolute;
    inset: 0;
    margin: 0 auto;
}
.f_p_line.top {
    top: 95px;

}
.f_p_line_circle_num {
    color: #ffffff;
}
.f_p_line_circle_num {
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.f_p_line_circle {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    left: 0;
    top: 5px;
    margin: 0 auto;
    border-radius: 100%;
    border: 2px solid rgb(21, 71, 123);
    /*border-color: rgb(21, 71, 123);*/
    background: rgb(21, 71, 123);
}
.f_p_line_circle.top {
    top: 95px;

}
.fin_p_tline_item_ttl{
    margin-bottom: 6px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}
.fin_p_tline_item_descr {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.55;
    padding: 0 40px;
}
.f_p_line.bottom {
    height: 100px;
}

@media screen and (max-width: 1200px) {
    .fin_page_timeline_item {
        width: 100%;
        padding-right: unset;
        padding-left: unset;
    }
    .f_p_line {
        margin: unset;
        left: 14px;
    }
    .f_p_line_circle {
        margin: unset;
    }
    .fin_page_subtitle {
        font-size: 14px;
    }

    .fin_page_title {
        font-size: 60px;
    }

    .fin_strah_txt {
        font-size: 20px;
    }
    .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) {
    .finstr_dark_block_line {
        display: flex;
        height: unset;
    }

    .finstr_dark_block_line {
        flex-direction: column;
    }

    .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;
    }

    .numeric_step_description {
        font-size: 12px;
        line-height: 1.45;
    }

    .numeric_step_bl_item_row {
        flex-direction: column;
    }
    .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) {
    .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) {
    .fin_page_subtitle {
        font-size: 12px;
    }

    .fin_page_title {
        font-size: 60px;
    }

    .fin_strah_txt {
        font-size: 18px;
    }
    .contact_card_wr {
        padding: 0;
    }

    .contact_card_title {
        font-size: 24px;
    }

    .contact_card_text {
        font-size: 12px;
        line-height: 1.45;
    }
}