.links-material {
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.block-link {
    display: flex;
    padding: 15px 36px;
    align-items: center;
}

.block-link a {
    font-size: 16px;
    line-height: 112%;
}

.block-download-all {
    display: flex;
    justify-content: right;
    margin-right: 36px;
    padding: 15px 0 30px;
}

.link-download {
    cursor: pointer;
    color: #FF6134;
    margin-left: auto;
}

.el-link-name {
    cursor: default;
}

.link-download-all {
    cursor: pointer;
    color: #FF6134;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.accordion {
    cursor: pointer;
    padding: 16px;
    border: none;
    outline: none;
    transition: 0.5s;
}

.active, .accordion:hover {
    background: #fff8e7;
}

.block-link-icon {
    margin-right: 20px;
}

.block-link-icon img {
    object-fit: cover;
    width: 60px;
    height: 60px;
    border-radius: 4px;
}
