

/* Start:/bitrix/templates/novo/components/bitrix/news.list/files_all/style.css?17563627101017*/
.file-list-block{
    background: #fff;
    border: 1px solid #d5dde5;
    border-radius: 5px;
    padding: 16px;
}
.file-list-block .title{
    font-size: 20px;
    color: #2e2e34;
    margin-bottom: 16px;
}
.files-list a{
    display: flex;
    flex-wrap: wrap;
    gap: 0 8px;
    padding-left: 30px;
    position: relative;
    line-height: 22px;
    font-size: 16px;
    text-decoration: underline;
    color: #4f5665;
}
.files-list a:hover{
    text-decoration: underline;
}
.files-list a:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 22px;
    background-image: url("/images/icon/download.svg");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}
.files-list .item-file:not(:last-child){
    margin-bottom: 8px;
}
.menu-catalog-left + .file-list-block{
    margin-top: 16px;
}
@media (min-width: 1200px){
    .menu-catalog-left + .file-list-block{
        margin-top: 32px;
    }
}
/* End */
/* /bitrix/templates/novo/components/bitrix/news.list/files_all/style.css?17563627101017 */
