.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%;
}
.blue_block {
    padding-top: 30px;
    padding-bottom: 45px;
    background-color: #15477b;
}
.blue_table_col img {
    max-width: 40px;
}
.advantages_item {
    display: flex;
    align-items: start;
    gap: 40px;
}
.advantages_item_icon img {
    width: 55px;
    height: 55px;
    max-width: 100%;
}
.advantages_item_ttl {
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}
.advantages_item_descr {
    font-size: 16px;
    line-height: 1.55;
}
.advantages_item {
    margin-top: 55px;
}
.advantages_block_wr {
    display: flex;
    justify-content: center;
    margin: 0 150px 50px;
}
.blue_block_list {
    margin-top: 60px;
}
.blue_block_list_item_descr {
    font-size: 16px;
    line-height: 1.55;
}
.blue_block_list_item_ttl {
    font-size: 16px;
    font-weight: 700;
}
.blue_block_item {
    background-color: #1f5bff;
    border-radius: 20px !important;
    overflow: hidden;
    position: relative;
    height: 260px;
}
.blue_block_item_wr {
    padding: 30px 30px 40px;
    position: relative;
}
.blue_block_item_content {
    /*transform: translateY(150px);*/
    /*-webkit-transition: -webkit-transform 0.3s*/
    /*ease;*/
    /*-o-transition: transform 0.3s ease;*/
    /*transition: transform 0.3s*/
    /*ease, -webkit-transform 0.3s*/
    /*ease;*/
}
/*.blue_block_item:hover .blue_block_item_content {*/
/*    transform: translateY(0);*/
/*}*/
.blue_block_item_divider {
    position: relative;
    height: 1px;
    width: 100%;
    background-color: #fff;
    transform: translateY(200px);
    -webkit-transition: -webkit-transform 0.3s
    ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s
    ease, -webkit-transform 0.3s
    ease;
}
.blue_block_item:hover .blue_block_item_divider {
    transform: translateY(80px);
}
.blue_block_item_title {
    padding-bottom: 25px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.35;
    position: absolute;
    bottom: 0;
}
.blue_block_item_descr {
    font-size: 16px;
    line-height: 1.55;
    padding-top: 25px;
    padding-bottom: 10px;
    position: absolute;
    top: 0;
}
.blue_blocks {
    margin-top: 50px;
}
.blue_block_row {
    row-gap: 20px;
}
@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);
    }
    .advantages_item_ttl {
        font-size: 16px;
    }
    .advantages_item_descr {
        font-size: 14px;
    }
    .advantages_block_wr {
        margin: 0 10px 50px;
    }
    .blue_block_list_item_descr {
        font-size: 14px;
    }
    .blue_block_list_item_ttl {
        font-size: 20px;
    }
    .blue_block_item_title {
        font-size: 18px;
    }
    .blue_block_item_descr {
        font-size: 14px;
    }
    .blue_block_item_divider {
        transform: translateY(60px);
    }
    /*.blue_block_item_content {*/
    /*    transform: translateY(0);*/
    /*}*/
    .blue_block_item {
        height: 160px;
    }
    .blue_blocks {
        margin-top: 30px;
        margin-bottom: 60px;
    }
}

@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;
    }
    .advantages_item {
        margin-top: 40px !important;
    }
    .advantages_item_icon img {
        max-width: 50px;
        max-height: 50px;
    }
    .advantages_item {
        gap: 20px;
    }
    .blue_block_item_title {
        padding-bottom: 15px;
    }
}

@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;
    }
    .advantages_item_ttl {
        font-size: 14px;
    }
    .advantages_item_descr {
        font-size: 12px;
        line-height: 1.45;
    }
    .advantages_item_icon img {
        max-width: 40px;
        max-height: 40px;
    }
    .blue_block_list_item_descr {
        font-size: 12px;
        line-height: 1.55;
    }
    .blue_block_list_item_ttl {
        margin-bottom: 10px;
    }
    .blue_block_list_item_ttl {
        font-size: 18px;
    }
    .blue_block_item_title {
        font-size: 16px;
    }
    .blue_block_item_descr {
        font-size: 12px;
        line-height: 1.45;
    }
}