.wrapper {
    display: flex;
    flex-direction: column;
    max-width: 600px;
}

label {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
}

label span {
    margin-bottom: 20px;
}

.download_panel_text {
    min-height: 100px;
}

strong {
    font-weight: 600 !important;
}

.sp-palette-container {
    display: none;
}

.color__pickers {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

.download__panel {
    margin-top: 50px;
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    color: #ffffff;
    z-index: 10000;
}

.download__panel.active-scroll {
    transform: translateY(0);
}

.download__panel_text {
    margin: 0 20px;
    max-width: 600px;
    text-align: center;
    color: #ffffff;
}

.download__panel_text * {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    padding: 0;
    margin: 0;
}

.download__panel_link {
    margin: 10px 20px;
}

.download__panel_link a {
    background-color: #51c45a;
    padding: 13px 50px;
    border-radius: 45px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-decoration: none;
    box-sizing: border-box;
}

.download__panel_link a:hover {
    opacity: 0.9;
}

@media (max-width: 768px) {
    .download__panel_text {
        display: none;
    }
}

.wrapper .button {
    margin: 10px 0;
}

.download__checkboxes {
    display: flex;
    flex-wrap: wrap;
}
.download__checkboxes span {
    width: 100%;
}
.download__checkboxes label {
    width: auto;
    padding-right: 50px;
}