

/* Start:/local/templates/new/components/bitrix/news.list/info_disclosure/style.css?17779675651312*/
.archive_item {
    background: #F3F7FA;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px;
}

.archive-list{
    margin-top: 100px;
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.archive-list br{
    display: none;
}

.archive_item_name{
    font-weight: 550;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 10px;
}

.archive_item_date{

}

.archive_item_label{
    color:#667EB4;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.archive_item_date_value{
    color:#33539B;
    font-weight: 550;
    font-size: 16px;
    line-height: 150%;
}

.fileData{
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    width: fit-content;
}

.fileData span{
    color:#667EB4;
    font-weight: 550;
    font-size: 16px;
    line-height: 150%;
}

.arch_download_link{
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
    justify-content: center;
    background: #33539B;
    color: #fff;
    border-radius: 50%;
}

.archive_item_box:first-child{
    width: 60%;
}
.archive_item_box:nth-child(2){
    width: calc(40% - 120px);
}

.archive_item_box:last-child{
    width: 100px;
}

.archive-list{
    margin-top: 20px;
}
/* End */
/* /local/templates/new/components/bitrix/news.list/info_disclosure/style.css?17779675651312 */
