.form__row {
    padding-bottom: 25px;
}

.input-block {
    position: relative;
}

input:focus,
textarea:focus {
	outline: none;
}

input,
textarea {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button {
    outline: none;
    border: 0;
    cursor: pointer;
}

button:active {
    outline: none;
}

button:focus {
    outline: none;
}

#change-number {
    cursor: pointer;
    text-align: center;
    justify-content: center;
}

.iti.iti--allow-dropdown {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#phone {
    padding-left: 64px;
}

#change-number {
    display: block;
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #686868;
    margin-top: 15px;
    text-align: center;
}

#codeError {
    display: none;
}

.popup {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s, visibility .3s;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.popup.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.popup-content {
    width: 514px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 34px 43px 50px 43px;
    position: relative;
}

.popup input {
    width: 100%;
    height: 48px;
    padding: 0 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.popup input:focus {
    border-color: #09914f;
}

.close-popup {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.popup h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #191938;
    margin-bottom: 25px;
}

.popup label.error {
    position: absolute;
    bottom: -18px;
    left: 0;
    color: #F00;
}

.popup .politic {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #747474;
    max-width: 358px;
    display: block;
}

.popup .form_button {
    margin-bottom: 20px;
}

.popup_sms_change h3 {
    margin-bottom: 10px;
}

.popup_sms_change h3 ~ p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #686868;
    margin-bottom: 14px;
}

.popup .btn_gradient {
    width: 100%;
}

.form-button {
    width: 100%;
    height: 50px;
    background: #09914f;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
}

.form__caption {
    display: block;
    padding-bottom: 15px;
    text-align: center;
}

@media (max-width: 575px) {
    .popup-content {
        width: 100%;
        border-radius: 0;
    }
    .popup-content form {
        width: 100%;
    }
}

.iti.iti--allow-dropdown {
    flex-direction: column;
    align-items: flex-start;
}
