.osago_subtitle {
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 40px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2.5px;
}

.osago_title {
    padding-top: 8px;
    padding-bottom: 3px;
    font-size: 60px;
    line-height: 1.23;
    font-weight: 600;
}

.osago_descr {
    padding: 45px 0;
    font-size: 22px;
    line-height: 1.5;
}

.osago_top_img {
    padding-top: 15px;
    padding-bottom: 45px;
}

.osago_top_img img {
    border-radius: 20px !important;
    overflow: hidden;
    max-width: 100%;
}

.osago_title_h2 {
    padding-top: 8px;
    padding-bottom: 3px;
    font-size: 62px;
    line-height: 1.23;
    font-weight: 600;
}

.osago_title_h2_sm {
    max-width: 960px;
}

.osago_title_h2_wr {
    display: flex;
    justify-content: center;
}
.fin_partner_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 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 {
    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;
}

.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;
}
.ksk_grid_item_el_wr:hover .ksk_grid_item_img {
    transform: scale(1.05);
}
.kasko_text_image_bl_item img {
    max-width: 100%;
}
.kasko_t_bl_item_img img {
    width: 65px;
    height: 65px;
    max-width: 100%;
}
.r_help_item {
    display: flex;
    align-items: start;
    gap: 20px;
    padding-bottom: 90px;
}
.r_help_item_ttl {
    margin: 0;
    padding-bottom: 13px;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
}
.r_help_item_descr{
    font-size: 14px;
    line-height: 1.55;
}
.r_help_circle {
    background-color: #195ea6;
    color: #ffffff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 600;
}
.blue_block {
    padding-top: 30px;
    padding-bottom: 45px;
    background-color: #15477b;
}
.blue_block_table_wr {
    border-radius: 25px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    background-color: white;
    margin: 0 100px;
}
.blue_table_hdr_item {
    padding: 22px 20px;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
}
.blue_table_col img {
    max-width: 40px;
}
.blue_table_col {
    padding: 22px 20px;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    display: table-cell;
    overflow: hidden;
}
.blue_table_col:not(.last, .header) {
    border-bottom: 1px solid #eee;
}
.blue_table_col.left {
    border-right: 1px solid #eee;
}
.blue_table_col.center {
    border-right: 1px solid #eee;
}
.bl_tbl_btn {
    height: 45px!important;
}
.bl_tbl_btn_wr {
    display: flex;
    justify-content: center;
}
.blue_tbl_row {
    display: table;
    width: 100%;
    table-layout: fixed;
}
@media screen and (max-width: 1200px) {
    .osago_subtitle {
        font-size: 13px;
    }

    .osago_title {
        font-size: 60px;
    }

    .osago_descr {
        font-size: 20px;
    }

    .osago_title_h2 {
        font-size: 58px;
    }
    .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);
    }
    .r_help_item_ttl {
        font-size: 14px;
    }
    .r_help_item_descr {
        font-size: 12px;
    }
    .r_help_item {
        padding-bottom: 45px;
    }
    .blue_block_table_wr {
        margin: unset;
        width: 100%;
        overflow-x: auto;
    }
    .blue_table {
        min-width: 700px;
    }
}

@media screen and (max-width: 960px) {
    .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%;
    }
    .kasko_t_bl_item_img img {
        max-width: 50px !important;
        max-height: 50px !important;
    }
    .r_help_circle {
        max-width: 40px;
        max-height: 40px;
        font-size: 18px !important;
        line-height: 40px !important;
    }
    .r_help_item_ttl {
        padding-bottom: 10px;
    }
    .r_help_item_descr {
        margin-bottom: 18px;
    }
}

@media (max-width: 767px) {
    .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) {
    .osago_subtitle {
        font-size: 11px;
    }

    .osago_title {
        font-size: 28px;
    }

    .osago_descr {
        font-size: 18px;
        line-height: 1.4;
    }

    .osago_title_h2 {
        font-size: 28px;
    }
    .contact_card_wr {
        padding: 0;
    }

    .contact_card_title {
        font-size: 24px;
    }

    .contact_card_text {
        font-size: 12px;
        line-height: 1.45;
    }
    .r_help_item_ttl {
        font-size: 12px;
    }
    .r_help_item_descr {
        font-size: 10px;
        line-height: 1.45;
    }
}