

/* Start:/local/templates/main/components/bitrix/main.register/register/style.css?17749882872568*/
<style>
.form-control { border-radius: 10px !important; }
.wa-verified-row {
    background: #c6ffc624;
    border: 1px solid #40a040;
    border-radius: 10px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wa-verified-info { display: flex; flex-direction: column; gap: 5px; text-align: left; }
.wa-verified-label { font-size: 11px; color: #40a040; font-weight: 700; text-transform: uppercase; }
.wa-verified-num { font-size: 16px; font-weight: 600; color: #333; }
.wa-check-icon { display: inline-flex; align-items: center; justify-content: center; }
.wa-check-icon .fa-check-circle { color: #40a040; font-size: 20px; }

/* --- ПРЕМИУМ КАРТОЧКИ ВЫБОРА РОЛИ --- */
.role-selection { 
    display: flex; 
    gap: 15px; 
    margin: 20px 0 25px; 
    justify-content: center;
}
.role-card {
    flex: 1;
    border: 2px solid #eaeaec;
    border-radius: 12px;
    padding: 15px 10px;
    text-align: center;
    cursor: pointer;
    background: #ffffff;
    transition: all 0.3s ease;
    user-select: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.role-card:hover { 
    border-color: #d0d0d0; 
}
.role-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
    display: block;
    transition: transform 0.3s ease;
}
.role-title {
    font-size: 15px;
    font-weight: 700;
    color: #383846;
    margin-bottom: 6px;
    transition: color 0.3s ease;
}
.role-desc {
    font-size: 13px;
    color: #888888;
    line-height: 1.3;
    font-weight: 400;
}
/* Активное состояние (Фирменный цвет #b00000) */
.role-card.active {
    border-color: #b00000;
    background: #fffafadd;
    box-shadow: 0 4px 15px rgba(176, 0, 0, 0.12);
}
.role-card.active .role-title {
    color: #b00000;
}
.role-card.active .role-icon {
    transform: scale(1.1);
}
.role-error {
    color: #b00000; 
    font-size: 13px; 
    font-weight: 600;
    text-align: center; 
    margin-bottom: 15px; 
    display: none;
}
/* Адаптив для телефонов: карточки становятся горизонтальными */
@media (max-width: 576px) {
    .role-selection { flex-direction: column; }
    .role-card { padding: 12px 10px; flex-direction: row; text-align: left; }
    .role-icon { margin-bottom: 0; margin-right: 15px; width: 36px; height: 36px; }
    .role-desc { font-size: 12px; }
}
/* End */
/* /local/templates/main/components/bitrix/main.register/register/style.css?17749882872568 */
