.rsis_res {
    background: #FFFFFF;
}

.rsis_res .res_header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding-inline: 70px;
    padding-block: 65px;
    column-gap: 100px;
    row-gap: 32px;
}

.rsis_res .res_header .header_title{
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 52px;
    color: #151313;
    text-transform: capitalize;
}

.rsis_res .res_header .header_block_display_button{
    display: none;
}

.rsis_res .res_header .header_line{
    border: 3px solid #BA2025;
    width: 86px;
    height: 0px;
}


@media only screen and (max-width: 810px) {
    .rsis_res {
        background: #FFFFFF;
        display: flex;
        flex-direction: column;
        padding: 0px;
    }
    .rsis_res .res_header{
        background: #D7E0EB !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        margin-inline: 0px;
        padding-inline: 16px;
        padding-block: 23px;
        column-gap: 10px;
        margin-top: 4px;
    }
    .rsis_res .header-clicked {
        background: #6183AE !important;
    }
    .rsis_res .res_header .header_title{
        color: #2E5185;
        font-weight: 600;
        font-size: 22px;
        line-height: 30px;
    }
    .rsis_res .res_header .header-title-clicked {
        color: #FFFFFF !important;
    }
    
    .rsis_res .res_header .header_block_display_button{
        display: flex;
    }
    .rsis_res .res_header .header_line{
        display: none;
    }
    .rsis_res .res_header_background {
        background-image: unset !important;
    }
}

.rsis_res .res_content {
    padding-inline: 70px;
    padding-block: 19px;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}

.rsis_res .m_res_content {
    display: none;
}

.rsis_res .res_content .descr{
    padding-block: 19px;
    max-width: 30vw;
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #000000;
}

.rsis_res .res_content .descr .click{
    margin-top: 34px;
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.rsis_res .res_content .content{
    display: flex;
    width: 100%;
    justify-content: center;
}

@media only screen and (max-width: 1100px) and (min-width: 900px) {
    .rsis_res .res_content .content{
        scale: 0.8;
        margin-inline: -100px;
    }
}
@media only screen and (max-width: 900px) and (min-width: 810px) {
    .rsis_res .res_content .content{
        scale: 0.7;
        margin-inline: -150px;
    }
}

.circular_nav_button_text {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    filter: invert(1);
}

#donut-chart .arc {
    cursor: pointer;
}

#donut-chart .arc:hover {
    filter: drop-shadow(0px 8px 16px rgba(21, 19, 19, 0.22));
}

@media only screen and (max-width: 810px) {
    .rsis_res .res_content {
        display: none;
    }
    .rsis_res .m_res_content {
        display: none;
        column-gap: 16px;
        margin-inline: 16px;
        padding-inline: 0px;
        padding-block: 36px 24px;
        overflow: auto;
        margin-bottom: 80px;
    }
    .rsis_res .m_res_content::-webkit-scrollbar {
        height: 8px;
    }
    .rsis_res .m_res_content::-webkit-scrollbar-track {
        background: #ECECEC;
        border-radius: 100px;
    }
    .rsis_res .m_res_content::-webkit-scrollbar-thumb {
        background: #737475;
        border-radius: 100px;
    }
    .rsis_res .m_res_content .header_image_block{
        display: flex;
        background-position: center center;
        background-size: cover;
        height: 240px;
        flex-grow: 1;
        flex-basis: 0;
        min-width: 190px;
    }
    .rsis_res .m_res_content .header_image_block .header_image_block_content{
        background: rgba(0, 45, 117, 0.61);
        width: 100%;
        height: 100%;
        padding-inline: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;

        font-family: Lato;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.01em;
        color: #FFFFFF;
    }
    .rsis_res .m_res_content .header_image_block .header_image_block_content:hover{
        background: rgba(186, 32, 37, 0.7) !important;
    }
}

.flex-display {
    display: flex !important;
}