.dr_archive_panel{
    border-radius: 6px;
    border: 1px solid #5BB449;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 200px;
}
.dr_archive_search_block{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 33px;
}
.dr_archive_search_block span{
    color: #212121;
    font-size: 16px;
    font-weight: 600;
}
.dr_archive_block{
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    flex-wrap: wrap;
    max-width: 375px;
}
.dr_archive_input{
    outline: none !important;
    box-shadow: none !important;
    border-radius: 22px;
    font-size: 16px;
    font-weight: 400;
}
.dr_archive_input::placeholder{
    color: #AEAEAE;
    font-size: 14px;
    font-weight: 400;
}
.dr_archive_green{
    background: #F5FFF3;
}
.dr_archive_grey{
    background: #F5F5F5;
}
.dr_archive_activity_main{
    font-weight: 600;
}
.dr_archive_input_icon{
    font-size: 18px;
    color: #AEAEAE;
    position: absolute;
    left: 10px;
    top: 8px;
}
.dr_archive_na_block{
    display: flex;
    justify-content: center;
    color: #212121;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
.dr_archive_na_block img{
    margin-top: 33px;
    margin-bottom: 43px;
    height: 220px;
}
.dr_archive_na_block a{
    margin-top: 24px;
    margin-bottom: 50px;
}
.dr_archive_row_1{
    display: flex;
    flex-direction: row;
    border-top: solid 1px #D9D9D9;
    padding: 18px 10px 18px 10px;
}
.dr_archive_row_2{
    display: flex;
    flex-direction: row;
    border-bottom: solid 1px #D9D9D9;
    padding: 18px 10px 18px 10px;
}
.dr_archive_row_2 > .nav-item:first-child{
    border-right: 1px solid #5BB449;
}

.dr_archive_row_2 >.nav-item button{
    color: #AEAEAE;
    font-size: 16px;
    font-weight: 500;
}

.dr_archive_row_2 >.nav-item button:hover,
.dr_archive_row_2 >.nav-item button:focus,
.dr_archive_row_2 >.nav-item button.active{
    color: #5BB449;

}
.dr_archive_row_3{
    display: flex;
    flex-direction: row;
    padding: 18px 10px 18px 10px;
}
.dr_archive_row_4{
    display: flex;
    flex-direction: row;
    padding: 18px 10px 18px 10px;
}
.dr_archive_padding_2{
    padding-left:15px;
}
.dr_archive_padding_3{
    padding-left:30px;
}

.dr_archive_name{
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    text-decoration-line: underline;
}
.dr_archive_item{
    flex-grow: 1;
}
.dr_archive_item img{
    margin-right: 5px;
}
.dr_archive_70{
    width: 70%
}
.dr_archive_15{
    width: 15%
}
.dr_archive_row_td{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.dr_archive_detail{
    border: none;
    color: #59A649;
    font-size: 16px;
    font-weight: 500;
    border-radius: 19px;
    background: #C7F4BF;
    padding: 5px 15px;
}
.dr_archive_detail:hover{
    color: #59A649;
    font-weight: 500;
    text-decoration: underline;
}
.dr_archive_detail_link{
    color: #5BB449;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}
.dr_archive_detail_link:hover,
.dr_archive_detail_link:active,
.dr_archive_detail_link:focus{
    color: #5BB449;
    text-decoration: underline;
}
.dr_archive_detail_link i{
    margin-left: 5px;
}
.dr_archive_self_center{
    text-align: center;
}
.dr_archive_self_right{
    text-align: right;
}
.dr_archive_dots{
}
.dr_archive_subtext{
    color: #757575;
    font-size: 12px;
    font-weight: 400;
}
.dr_archive_rowitem{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.dr_archive_table_adaptive{
    display: none;
}


.dr_archive_table_title,
.dr_archive_table_adaptive{
    width: 100%;
    margin-bottom: 10px;
}

.dr_archive_table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
    margin-bottom: 10px;
}
.dr_archive_table tr,
.dr_archive_table_title tr{
    border-bottom: 5px solid white;
}
.dr_archive_table td,
.dr_archive_table_title td{
    vertical-align: top;
}
.dr_archive_padding_15{
    padding-left: 15%;
}
.dr_archive_td_30{
    width: 40%;
}
.dr_archive_td_70{
    width: 60%;
}
.dr_archive_td_100{
    width:100%;
}

.dr_archive_table_before{
    color: #757575;
    font-size: 15px;
    font-weight: 600;
}
.dr_archive_table_after{
    color: #5BB449;
    font-size: 15px;
    font-weight: 600;
}
.dr_archive_before{
    background: #FFF8E4;
}
.dr_archive_after{
    background: #EDFCEA;
}
.dr_archive_table_row{
    margin-top: 10px;
    margin-bottom: 10px;
}
.dr_archive_table_td_name{
    color: #757575;
    font-size: 15px;
    font-weight: 400;
}
.dr_archive_table_td_value{
    color: #212121;
    font-size: 15px;
    font-weight: 400;
}

.dr_archive_width_30{
    width: 30%;
}
.dr_archive_width_35{
    width: 35%;
}
.dr_archive_width_70{
    width: 70%;
}
.dr_archive_kved_main{
    display:flex;
    align-items:center;
    color:#5BB449;
    font-size: 12px;
    position:absolute;
    left:25px;
    top:35px;
}
.dr_archive_rows div{
    margin-bottom: 3px;
    padding: 2px 0 2px 0;
}
.dr_archive_row{
    display: flex;
}
.dr_archive_row div{
    margin-bottom: 3px;
    padding: 2px 0 2px 0;
}
@media (max-width: 900px) {
    .dr_archive_kved_main {
        display: none;
    }

    .dr_archive_row_1,
    .dr_archive_row_3 {
        flex-direction: column;
    }

    .dr_archive_70 {
        width: 100%;
    }

    .dr_archive_row_td {
        margin-top: 10px;
        text-align: center;
    }

    .dr_archive_row_2 {
        justify-content: center;
        flex-wrap: nowrap;
    }

    .dr_archive_padding_2 {
        padding: 0;
    }

    .dr_archive_row_4 {
        flex-wrap: wrap;
    }

    .dr_archive_padding_15 {
        padding: 0 10px 15px;
    }

    .dr_archive_row_4 > div:nth-child(2) {
        margin-top: 10px;
        order: 1;
    }

    .dr_archive_table_td_name,
    .dr_archive_table_td_value {
        font-size: 14px;
    }
}
@media (max-width: 650px) {
    .dr_archive_width_30 {
        width: 100%;
    }
    .dr_archive_width_35 {
        width: 100%;
    }
    .dr_archive_width_70 {
        width: 100%;
    }
    .dr_archive_table{
        display: none;
    }
    .dr_archive_table_adaptive{
        display: block;
    }
    .dr_archive_input {
        border: 1px solid #AEAEAE;
        padding: 7px 12px 7px 35px;
        font-size: 14px;
        max-width: 200px;
        min-width: 200px;
    }

    .dr_archive_input::placeholder {
        font-size: 14px;
    }

    .dr_archive_search_block {
        margin-top: 20px;
        flex-direction: column;
        gap: 5px;
    }

    .dr_archive_na_block img {
        height: 120px;
    }

    .dr_archive_search_block span {
        font-size: 14px;
    }
    .dr_archive_table_td_name,
    .dr_archive_table_td_value {
        font-size: 12px;
    }
}