/* Стили для попапа идентификации */
/*#popup-identification {
    max-width: 500px;
    width: 100%;
    background: #fff;
    padding: 0;
    border-radius: 10px;
}

#popup-identification .enter__popup-tab {
    padding: 20px;
}

#popup-identification .box {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#popup-identification .title-2 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 24px;
    color: #4a2c76; 
    text-align: center;
}

#popup-identification .form__input {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    padding: 0 15px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
    outline: none;
}

#popup-identification .form__input:focus {
    border-color: #6a4b9c;
}

#popup-identification #pragma-submit-btn.btn-violet {
    width: 100%;
    height: 50px;
    background-color: #6a4b9c; 
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 10px;
    transition: background 0.3s;
}

#popup-identification .btn-violet:hover {
    background-color: #553885;
}

#identification-popup .error-msg {
    color: #ff4d4d;
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
} 

#popup-identification .back-link-wrapper {
    margin-top: 20px;
    text-align: center;
}

#popup-identification .link-violet {
    color: #6a4b9c;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px dashed #6a4b9c;
}

#popup-identification .link-violet:hover {
    border-bottom: 1px solid #6a4b9c;
}


.ui-btn-wait {
    opacity: 0.7;
    pointer-events: none;
    cursor: wait;
}

#popup-identification .error-msg {
    color: #d0021b; 
    background-color: #f8d7da; 
    border: 1px solid #f5c6cb; 
    border-radius: 5px;
    padding: 12px 15px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    width: 100%;
    box-sizing: border-box;
}*/

@media (max-width: 768px) {
    #popup-auth .enter__popup-tab .box {
        padding: 40px 20px!important;
    }
}
@media (max-width: 768px) {
    .pragma-popup-overlay .btn-violet {
        margin-top: 40px!important;
    }
}