@media (max-width:1024px) {

.downloads-folda-item {
    flex: 0 0 calc(100% / 2 - 10px);
}
.downloads-folda-wrapper {
    gap:20px;
}

body .fold-1d-content {
    padding:40px 0px 10px;
}

}

@media (max-width:540px) {

.downloads-folda-item {
    flex: 0 0 calc(100% / 1);
}
}

@media (max-width:1400px) {

.downloads-buttons-wrapper {
    flex-wrap:wrap;
}

.downloads-buttons-wrapper button {
    flex: 0 0 calc(100% / 4 - 15px);
}

}

@media (max-width:1024px) {

.downloads-buttons-wrapper button {
    flex: 0 0 calc(100% / 3 - 14px);
}

}

@media (max-width:640px) {

.downloads-buttons-wrapper button {
    flex: 0 0 calc(100% / 2 - 10px);
    font-size:14px;
}

}

@media (max-width:380px) {

.downloads-buttons-wrapper button {
    flex: 0 0 calc(100% / 2 - 10px);
    font-size:12px;
}

}