.fold-1d-content {
    padding: 100px 0px 30px 0px;
}

@media (min-width:1400px) {

.fold-1d-content {
    padding-left:10px;
}
    
}

.downloads-folda-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
    padding: 30px 0px 100px;
}

.downloads-folda-item {
    flex: 0 0 calc(100% / 3 - 14px);
    display: none;
    opacity: 0;
    transition: opacity 300ms ease 300ms;
}

.downloads-folda-item.active {
    display: block;
    opacity: 1;
}

.downloads-folda-item-content-title p {
    font-weight: 600;
}

.downloads-folda-item a {
    color: #333;
}

.downloads-folda-item-content p {
    font-size: 22px;
    line-height: 1.3;
}

.downloads-folda-item-content {
    padding: 20px 0px;
}

.downloads-folda-item-content-link p {
    margin: 0px;
    color: #5b5856;
}

.downloads-folda-item-content-link p {
    display: flex;
    align-items: center;
    gap: 20px;
}

.downloads-folda-item a {
    transition: all 500ms ease;
}

.downloads-folda-item a:hover {
    opacity: .6;
}

div#ebook-fold {
    background: whitesmoke;
}

/*== == == Filter = == */

.downloads-buttons-wrapper {
    display: flex;
    gap: 20px;
    padding: 30px 0px 0px;
}

.downloads-buttons-wrapper button {
    background: none;
    color: #333;
    border: none;
    padding: 10px 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    flex: 0 0 calc(100% / 6 - 50px);
    transition: all 500ms ease;
    background: #e8e8e8;
}

.downloads-buttons-wrapper button:hover,
.downloads-buttons-wrapper button.active{
    background: var(--primary-color1);
    color: white;
}

    /*== == === Filter END == == =*/