.presale-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 360px;
    margin: 20px auto;
}

.presale-title{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.presale-popup .wa-form .wa-field{
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}

.presale-popup .wa-form .wa-field .wa-name{
    width: initial;
}

.presale-popup .wa-form .wa-field .wa-value{
    padding-left: 0;
    margin-left: 0;
    max-width: initial;
}

.presale-popup .wa-form .wa-field.submit{
    margin-top: 15px;
}

.form-success{
    color: green;
    display: none;
}

.purchase.presale .prices{/*opacity: 0;*/}