.dr_green_panel_1 {
    width: 100%;
    display: flex;
    padding: 20px;

    border-radius: 8px;
    border: 1px solid #5BB449;
}

.dr_green_text_1 {
    font-style: italic;
    font-size: 16px;
    font-weight: normal;

    text-decoration: none;
}

.dr_block_subtitle {
    font-size: 16px;
    color:#F87125;
    border-bottom: 1px solid #F87125;
    margin: 25px 0 15px 0;
    gap:5px;
    padding-bottom: 10px;
    display: flex;
    line-height: 110%;
}

.dr_reprisk_subtitle {
    font-size: 16px;
    color:#757575;
    font-weight: 400;
}

.dr_reprisk_value {
    font-size: 16px;
    font-weight: normal;
    color: #212121;
}
.dr_reprisk_subblock {
    margin: 15px 0;
}

.is_active_lustration {
    display: flex;
    background-color: #F3FEF2;
    color:#5BB449;
    width: auto;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 24px;
}

.dr_searchtype {
    position: relative;
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 800px) {
    .dr_searchtype {
        flex-direction: column;
    }
}

.dr_orange.dr_white_text.dr_padding_7 {
    display: flex;
}