.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: 64px;
    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;
}

.osp_st_item_ttl {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
}

.osp_quest_item {
    display: flex;
    margin-top: 55px;
}

.osp_quest_item_icn {
    width: 30px;
    height: 30px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSI+CiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE2IDMxQzI0LjI4NDMgMzEgMzEgMjQuMjg0MyAzMSAxNkMzMSA3LjcxNTczIDI0LjI4NDMgMSAxNiAxQzcuNzE1NzMgMSAxIDcuNzE1NzMgMSAxNkMxIDI0LjI4NDMgNy43MTU3MyAzMSAxNiAzMVpNMjQuNzE0IDExLjU1NjZMMjMuMjIzNSAxMC4xMzA5TDEzLjYzOTkgMjAuMTUwMkw5LjIyOTIgMTUuNzM5NUw3Ljc3MDggMTcuMTk4TDEzLjY3MjYgMjMuMDk5OEwyNC43MTQgMTEuNTU2NloiIGZpbGw9ImJsYWNrIiBzdHlsZT0iZmlsbDogcmdiKDMxLCA5MSwgMjU1KTsiLz4KPC9zdmc+);
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 20px;
}

.osp_quest {
    padding-bottom: 150px;
}

.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 {
    margin-left: 0;
    margin-right: 0;
    padding: 0 5px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    padding-bottom: 45px;
}
.ksk_grid_item {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}
.ksk_grid_item_el {
    overflow: hidden;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
}
.ksk_grid_item_el_wr {
    padding-bottom: 100%;
    overflow: hidden;
    flex-grow: 1;
    position: relative;
}
.ksk_grid_item_el_wr_half {
    padding-bottom: 50%;
}
.ksk_grid_item_el_cont {
    -webkit-transition: transform
    ease-in-out 0.45s, opacity
    ease-in-out 0.45s;
    transition: transform
    ease-in-out 0.45s, opacity
    ease-in-out 0.45s;
    z-index: 2;
    padding: 30px;
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.ksk_grid_item_el_cont_fw {
    padding-bottom: 50px;
}
.ksk_grid_item_ttl {
    color: #fff;
    word-break: normal;
    overflow-wrap: anywhere;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 600;
}
.ksk_grid_item_descr {
    color: #fff;
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.55;
}
.ksk_grid_item_overlay {
    -webkit-transition: transform
    ease-in-out 0.45s, opacity
    ease-in-out 0.45s;
    transition: transform
    ease-in-out 0.45s, opacity
    ease-in-out 0.45s;
    z-index: 1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ksk_grid_item_img {
    z-index: 0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: transform
    ease-in-out 0.45s, opacity
    ease-in-out 0.45s;
    transition: transform
    ease-in-out 0.45s, opacity
    ease-in-out 0.45s;
}
.ksk_grid_item_el_wr:hover .ksk_grid_item_img {
    transform: scale(1.05);
}
.ksk_grid_item_el_fw {
    display: flex;
}
.ksk_grid_callback_lnk {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.35;
    color: #fff;
    word-break: normal;
    overflow-wrap: anywhere;
    text-decoration: none;
}
.kasko_text_image_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.kasko_text_image_bl_item {
    width: 50%;
}
.kasko_text_image_bl_item img {
    max-width: 100%;
}
.kasko_text_bl_item {
    display: flex;
    align-items: start;
    gap: 30px;
}
.kasko_t_bl_item_img img {
    width: 65px;
    height: 65px;
    max-width: 100%;
}
.kasko_t_bl_item_descr {
    font-size: 14px;
    line-height: 1.55;
}
.kasko_text_bl_item:not(:last-child) {
    margin-bottom: 50px;
}
.kasko_t_bl_item_img {
    min-width: 65px;
}
.kasko_text_image_block {
    padding-top: 45px;
    padding-bottom: 45px;
}
@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;
    }

    .osp_st_item_ttl {
        font-size: 16px;
    }

    .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);
    }
    .ksk_grid_item_ttl {
        font-size: 20px;
    }
    .ksk_grid_item_descr {
        font-size: 14px;
    }
    .kasko_t_bl_item_descr {
        font-size: 12px;
    }
}

@media screen and (max-width: 960px) {
    .osp_quest_item_icn {
        margin-right: 20px !important;
    }

    .osp_quest_item {
        margin-top: 40px !important;
    }

    .osp_quest {
        padding-bottom: 90px !important;
    }

    .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%;
    }
    .ksk_grid {
        display: block;
    }
    .ksk_grid_item_el {
        width: 50%;
        flex-grow: 1;
    }
    .kasko_image_block {
        height: auto;
        margin-bottom: 75px;
    }
    .kasko_text_image_block {
        display: block;
    }
    .kasko_text_image_bl_item {
        width: 100%;
    }
    .kasko_t_bl_item_img img {
        max-width: 50px !important;
        max-height: 50px !important;
    }
}

@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;
    }

    .osp_st_item_ttl {
        font-size: 14px;
    }

    .osp_quest_item_icn {
        max-width: 40px;
        max-height: 40px;
    }

    .contact_card_wr {
        padding: 0;
    }

    .contact_card_title {
        font-size: 24px;
    }

    .contact_card_text {
        font-size: 12px;
        line-height: 1.45;
    }
    .ksk_grid_item_el {
        width: 100%;
    }
    .ksk_grid_item_ttl {
        font-size: 18px;
    }
    .ksk_grid_item_descr {
        font-size: 12px;
        line-height: 1.45;
    }
    .ksk_grid_item_el_cont_fw {
        padding-bottom: 100px;
    }
    .kasko_t_bl_item_descr {
        font-size: 10px;
        line-height: 1.45;
    }
}