* {
    box-sizing: border-box;
}

img{
    flex-shrink: 0;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.ui_button_blue__outline{
    width: 303px;
    padding: 12px 18px;
    gap: 6px;
    border-radius: 10px;
    border: 1px solid #3C6B9B;
    color: #3C6B9B;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 28px */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.ui_button_green {
    display: flex;
    width: 280px;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #39B54A;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    cursor: pointer;
}

.container h1.center{
    display: none;
}

.head_container{
    padding: 76px 0;
    text-align: center;
    margin-bottom: 80px;
}

.head_container > div {
    margin-bottom: 30px;
}

.head_container .insurance_head_subheader {
    margin-bottom: 20px;
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 35.1px */
    font-variant: all-small-caps;
    letter-spacing: 2.6px;
}

.head_container .insurance_head_header {
    color: #000;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 62.1px */
    text-transform: uppercase;
}

.insurance_head_header .gradient {
    background: rgb(60,107,155);
    background: linear-gradient(90deg, rgba(60,107,155,1) 58%, rgba(57,181,74,1) 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.insurance_head_content {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 33.6px */
}

.insurance_head_button-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.head_container .insurance_head_button-container {
    margin-bottom: 0;
}

.insurance-objects_container {
    margin-bottom: 150px;
}

.insurance-objects_container header, .insurance-cases_container header, .insurance-what-do_container header, .insurance-company_container header{
    color: #1F1F1F;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%; /* 48.6px */
    width: 100%;
    margin-bottom: 60px;
}

.insurance-objects_list {
    display: flex;
    gap: 40px;
    flex-direction: row;
    flex-wrap: wrap;
}

.insurance-objects_item{
    max-width: 340px;
}

.insurance-object_icon {
    border-radius: 30px;
    margin-bottom: 30px;
}

.insurance-object_content {
    display: flex;
    gap: 20px;
}

.insurance-object_text {
    color: #1F1F1F;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 33.6px */
}

.insurance-object_icon {
    flex-shrink: 0;
}

.insurance-object_subicon {
    flex-shrink: 0;
}

.insurance-cases_container {
    margin-bottom: 150px;
}

.insurance-cases_list {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.insurance-cases_item {
    padding: 40px;
    border-radius: 30px;
    border: 1px solid #F1F2F4;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 31, 61, 0.08);
    width: 262px;
    height: 248px;
}

.insurance-cases_icon {
    margin-bottom: 20px;
}

.insurance-cases_text {
    color: #1F1F1F;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.insurance-cases_subcontent {
    max-width: 1040px;
    display: flex;
    gap: 13px;
    margin-left: 47px;
}

.insurance-cases_subtext {
    color: #60676F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.insurance-what-do_container {
    border-radius: 30px;
    border: 1px solid #E8EAED;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 31, 61, 0.08);
    padding: 50px;
    margin-bottom: 60px;
}

.insurance-what-do_item {
    display: flex;
    gap: 30px;
    margin-bottom: 48px;
}

.insurance-what-do_content > h2 {
    color: #1F1F1F;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
}

.insurance-what-do_content > p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}


.insurance-what-do_content > div {
    color: #1F1F1F;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.insurance-what-do_content ul {
    margin: 0;
    padding: 0;
}

.insurance-what-do_content li {
    margin-left: 15px;
}

.insurance-what-do_content li span {
    position: relative;
    left: 8px;
}

.insurance-what-do_content li {
    list-style: none;
}
.insurance-what-do_content li:before {
    content:"·";
    font-size:50px;
    vertical-align:middle;
    line-height:20px;
}

.insurance-what-do_icon {
    flex-shrink: 0;
}

.insurance-what-do_subcontent {
    display: flex;
    gap: 12px;
}

.insurance-what-do_subcontent_text {
    color: #60676F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.insurance-what-do_subcontent_icon {
    flex-shrink: 0;
}

.insurance-section_buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 108px;
    flex-wrap: wrap;
}

.insurance-section-buttons_container {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.insurance-event-occurs_container {
    display: flex;
    width: 100%;
    padding: 50px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 30px;
    background: #3C6B9B;
}

.insurance-event-occurs_container header {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    max-width: 725px;
    margin-bottom: 50px;
}

.insurance-event-occurs_container {
    position: relative;
    margin-bottom: 150px;
}

.insurance-event-occurs_item {
    display: flex;
    gap: 30px;
}

.insurance-event-occurs_item-icon {
    flex-shrink: 0;
    display: flex;
    width: 45px;
    height: 45px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #FFF;
    color: #3C6B9B;
    text-align: center;
    font-size: 24.231px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 33.923px */
}

.insurance-event-occurs_item-text {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 546px;
}

.insurance-event-occurs_image {
    position: absolute;
    right: -96px;
    top: -2px;
}

.insurance-company_container {
    margin-bottom: 200px;
}

.insurance-company_list {
    display: flex;
    gap: 20px;
    width: 100%;
}

.insurance-company_item {
    height: 384px;
    padding: 50px;
    flex-shrink: 0;
    border-radius: 30px;
    border: 1px solid #E8EAED;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 31, 61, 0.08);
}

.insurance-company_item1_text {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    margin-bottom: 30px;
}

.insurance-company_item a {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    text-decoration-line: underline;
}

.insurance-company_item header, .insurance-company_subitem p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 0;
    text-align: left;
}

.insurance-company_item header {
    margin-bottom: 24px ;
}

.insurance-company_subitem header {
    color: #000;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 155%;
    margin-bottom: -7px;
    text-align: left;
}

.insurance-company_subitem {
    margin-bottom: 17px;
}

.item1 {
    width: 416px;
}

.item2 {
    width: 305px;
}
.item3 {
    width: 350px;
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 31px */
    padding: 40px;
}

@media (max-width: 1200px){

    .insurance-objects_list {
        gap: 20px;
        display: flex;
        flex-direction: column;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .insurance-event-occurs_image {
        display: none;
    }

    .insurance-company_list {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .insurance-company_item {
        width: 358px;
    }

    .head_container {
        padding: 50px 0 0 0;
        margin-bottom: 94px;
    }

    .head_container .insurance_head_subheader {
        font-size: 22px;
    }

    .head_container .insurance_head_header {
        font-size: 36px;
    }

    .head_container > div {
        font-size: 18px;
        padding: 0 10px;
    }

    .insurance-objects_container header, .insurance-cases_container header, .insurance-what-do_container header, .insurance-company_container header{
        color: #1F1F1F;
        text-align: center;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 135%;
        margin-bottom: 35px;
    }

    .insurance-object_icon {
        display: none;
    }

    .insurance-objects_container {
        margin-bottom: 80px;
    }

    .insurance-objects_container > .insurance-objects_list {
        padding: 0 28px 0 25px;
        gap: 20px;
    }

    .insurance-object_subicon > img {
        width: 24px;
        height: 24px;
    }

    .insurance-object_text {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .insurance-object_content {
        align-items: center;
    }

    .insurance-cases_item {
        display: flex;
        width: 330px;
        padding: 40px 20px 40px 35px;
        justify-content: start;
        align-items: center;
        gap: 20px;
        height: min-content;
    }

    .insurance-cases_icon {
        margin-bottom: 0;
        width: 51px;
        height: 40px;
        flex-shrink: 0;
    }

    .insurance-cases_icon > img {
        width: 51px;
        height: 40px;
        flex-shrink: 0;
    }

    .insurance-cases_text {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .insurance-cases_subcontent {
        margin: 0;
        padding: 0 25px 0 36px;
    }

    .insurance-cases_subicon {
        flex-shrink: 0;
    }

    .insurance-cases_list {
        justify-content: center;
        margin-bottom: 35px;
        padding: 0 15px;
    }

    .insurance-cases_container {
        margin-bottom: 70px;
    }

    .insurance-what-do_container {
        padding: 50px 20px;
    }

    .insurance-what-do_icon > img {
        width: 24px;
        height: 24px;
    }

    .insurance-what-do_content > h2 {
        color: #1F1F1F;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        margin: 0;
    }

    .insurance-what-do_container header {
        margin-bottom: 50px;
    }

    .insurance-what-do_item {
        margin-bottom: 30px;
    }

    .insurance-what-do_additional-content {
        text-align: center;
    }

    .insurance-what-do_additional-content > p {
        text-align: left;
        color: #1F1F1F;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        margin-bottom: 30px;
    }

    .insurance-what-do_additional-content > img {
        margin-bottom: 30px;
    }

    .insurance-what-do_additional-content > div {
        text-align: left;
        color: #1F1F1F;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        min-width: 300px;
        margin-bottom: 28px;
    }

    .insurance-section-buttons_container {
        justify-content: center;
    }

    .insurance-event-occurs_container header {
        color: #FFF;
        text-align: center;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 135%; /* 29.7px */
        margin-bottom: 30px;
    }

    .insurance-event-occurs_container {
        padding: 50px 20px;
        margin-bottom: 70px;
    }

    .insurance-event-occurs_item-icon {
        width: 30px;
        height: 30px;
        font-size: 20px;
        font-weight: 600;
    }

    .insurance-event-occurs_item {
        gap: 20px;
    }

    .insurance-event-occurs_item-text {
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .insurance-company_item {
        height: auto;
    }

    .item1 {
        padding: 50px 30px 30px 30px;
    }

    .insurance-company_item1_text {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 155%;
    }

    .insurance-company_item a {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 155%;
    }

    .item2 {
        padding: 40px;
    }

    .item2 header{
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 135%;
        text-align: left;
        margin-bottom: 15px;
    }

    .insurance-company_subitem header{
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 155%;
        margin-bottom: 15px;
    }

    .item3 {
        padding: 40px;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 155%;
    }

    .insurance-company_subitem p {
        font-size: 16px;
    }

    .insurance-company_container {
        margin-bottom: 10px;
        gap: 30px;
    }

    .insurance-objects_list-container {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 0 0 23px;
    }
    .insurance-objects_container > .insurance-objects_list {
        width: auto;
    }
}

header.section > .container, .header__topline > .container, .footer > .container, .copyright > .container {
    max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: hidden;
}

.footer > .container {
    overflow-x: clip;
}

@media (max-width: 1200px){
    header.section > .container, .header__topline > .container, .footer > .container, .copyright > .container {
        max-width: 960px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 992px){
    header.section > .container, .header__topline > .container, .footer > .container, .copyright > .container {
        max-width: 960px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 768px){
    header.section > .container, .header__topline > .container, .footer > .container, .copyright > .container {
        max-width: 720px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .section > .container {
        max-width: 100%;
        padding: 0;
        overflow-x: hidden;
    }
}

@media (max-width: 576px){
    header.section > .container, .header__topline > .container, .footer > .container, .copyright > .container {
        max-width: 540px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .section > .container {
        max-width: 100%;
        padding: 0;
        overflow-x: hidden;
    }
}