.button-orange{
    color: white;
    background: #FF4900;
    width: 234px;
    height: 50px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 36px;
}

#popup-prerelease{
    cursor: pointer;
}

#popup-prerelease form input:not([type="checkbox"]):not([type="tel"]),
#popup-prerelease form select,
#popup-prerelease form textarea{
    background-color: white;
    color: black;
    border: none;
    border-bottom: 1px solid black;
    outline: none; /* Убирает обводку при фокусе */
    padding-left: 3px;
}

.iti.iti--allow-dropdown.iti--show-flags{
    width: calc(100% - 10px);
}

#popup-prerelease form input[type="tel"] {
    background-color: white;
    width: 100%;
    color: black;
    border: none;
    border-bottom: 1px solid black;
    outline: none; /* Убирает обводку при фокусе */
    padding-left: 45px;
}

#popup-prerelease .iti__flag-container{
    margin-bottom: 10px;
}

#popup-prerelease .iti__flag-container > ul{
    background: #fff;
    color: black;
}

#popup-prerelease form textarea{
    border:1px solid black;
    margin-bottom: 25px;
}

#popup-prerelease form label {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}
