﻿.block-form.step form .dropzone_new {
    display: flex;
    flex-wrap: wrap;
    padding: 1.5rem;
    gap: 1.5rem;
    justify-content: center;
}
.block-form.step form .dropzone_new.dz-started{
    justify-content: space-between;
}
.block-form.step form .dropzone_new .dz-message{
    margin: 0;
    line-height: 1;
    font-size: 16px;
}
.block-form.step form .dropzone_new .dz-preview {
    margin: 0;
}

.block-form.step form .dropzone_new .add_more_images {
    margin: 0;
    padding: 0;
    border: 2px dashed #ff6600;
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.block-form.step form .dropzone_new .add_more_images:before {
    content: none;
}