.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;
}

.osago_steps {
    padding-top: 60px;
    padding-bottom: 45px;
}

.osago_step_item {
    margin-top: 55px;
    padding-left: 200px;
    max-width: 900px;
    margin-left: 20px;
    margin-right: 20px;
    width: 100%;
    display: flex;
}

.osago_step_item:first-child {
    margin-top: 0 !important;
}

.osp_st_item_txt_wr {
    padding-left: 40px;
    vertical-align: top;
    height: 100%;
}

.osp_st_item_ttl {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
}

.osp_st_item_descr {
    font-size: 16px;
    line-height: 1.55;
}

.osp_st_item_num {
    color: #1f5bff;
    border: 2px solid #1f5bff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    white-space: nowrap;
    font-size: 20px;
    overflow: hidden;
}

.top_btn_wr {
    margin-top: 105px;
    padding-bottom: 45px;
}

.osago_btn {
    border-radius: 30px;
    background-color: #1f5bff !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform;
    transition-timing-function: ease-in-out;
    padding: 22px 60px !important;
}

.osago_btn:hover {
    color: #1f5bff !important;
    background-color: #ffffff !important;
    border: 1px solid #1f5bff !important;
}

.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;
}
.osago_inline_steps {
    padding-top: 75px;
    padding-bottom: 15px;
}

.osago_inl_st_item_img_wr {
    position: relative;
}

.osago_inl_st_item_img {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
}

.osago_inl_st_item_txt {
    margin-top: 25px;
}

.osago_inl_st_item_ttl {
    font-size: 22px;
    line-height: 1.35;
    font-weight: 600;
}

.osago_inl_st_item_decr {
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.55;
}

.osago_inl_st_item_arrow {
    max-width: 100px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.osago_last_step {
    max-width: 360px;
}

.osago_last_step_wr {
    display: flex;
    justify-content: center;
    padding-top: 0px;
    padding-bottom: 60px;
}
.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;
}

@media screen and (max-width: 1200px) {
    .osago_step_item {
        padding-left: 0;
    }

    .osago_subtitle {
        font-size: 13px;
    }

    .osago_title {
        font-size: 60px;
    }

    .osago_descr {
        font-size: 20px;
    }

    .osago_title_h2 {
        font-size: 58px;
    }

    .osp_st_item_txt_wr {
        padding-left: 20px !important;
    }

    .osp_st_item_ttl {
        font-size: 16px;
    }

    .osp_st_item_descr {
        font-size: 14px;
    }
    .osago_inl_st_item_ttl {
        font-size: 20px;
    }

    .osago_inl_st_item_decr {
        font-size: 12px;
    }

    .osago_inl_st_item_arrow {
        left: -10px;
    }
    .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 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;
    }
    .osago_inl_st_item_arrow {
        position: relative;
        top: auto;
        left: auto;
        margin: 45px auto;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .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) {
    .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_st_item_descr {
        font-size: 12px;
    }

    .top_btn_wr {
        margin-top: 45px;
    }

    .osp_quest_item_icn {
        max-width: 40px;
        max-height: 40px;
    }
    .osago_inl_st_item_ttl {
        font-size: 18px;
    }

    .osago_inl_st_item_decr {
        font-size: 10px;
        line-height: 1.45;
    }
    .contact_card_wr {
        padding: 0;
    }
    .contact_card_title {
        font-size: 24px;
    }
    .contact_card_text {
        font-size: 12px;
        line-height: 1.45;
    }
}