

/* Start:/local/templates/rcrm/components/bitrix/news/science/bitrix/news.list/.default/style.css?17603578116737*/
.form_reg_conf{
    width: fit-content;
    margin-bottom: 10px;
}



.min_at_height.js-quest__dropdown{
    min-height: 792px;
}

.form-container {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.at_calk .header {
    background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
    color: white;
    padding: inherit;
    text-align: center;
}

.at_calk .header h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.at_calk .header p {
    font-size: 16px;
    opacity: 0.9;
    font-weight: 300;
}

.form-content {
    padding: 40px;
}

.select-group {
    margin-bottom: 25px;
    position: relative;
}

.select-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #2c3e50;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.select-wrapper {
    position: relative;
}

/*.select-wrapper::after {*/
/*    content: '\f078';*/
/*    font-family: 'Font Awesome 6 Free';*/
/*    font-weight: 900;*/
/*    position: absolute;*/
/*    right: 15px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    color: #7f8c8d;*/
/*    pointer-events: none;*/
/*}*/

.select-wrapper select {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e8eeff;
    border-radius: 12px;
    background: #f8faff;
    font-size: 16px;
    color: #2c3e50;
    transition: all 0.3s ease;
    appearance: none;
    cursor: pointer;
}

.select-wrapper select:focus {
    outline: none;
    border-color: #3498db;
    background: white;
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.2);
}

.select-wrapper select:disabled {
    background: #f5f6fa;
    color: #bdc3c7;
    cursor: not-allowed;
    border-color: #ecf0f1;
}

.select-wrapper select:not(:disabled):hover {
    border-color: #3498db;
}

.progress-indicator {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
}

.progress-indicator::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 3px;
    background: #ecf0f1;
    z-index: 1;
}

.progress-step {
    position: relative;
    z-index: 2;
    text-align: center;
    flex: 1;
}

.step-circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ecf0f1;
    color: #95a5a6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.step-label {
    font-size: 12px;
    color: #95a5a6;
    font-weight: 500;
    transition: all 0.3s ease;
}

.progress-step.active .step-circle {
    background: #3498db;
    color: white;
    transform: scale(1.1);
}

.progress-step.active .step-label {
    color: #3498db;
    font-weight: 600;
}

.progress-step.completed .step-circle {
    background: #27ae60;
    color: white;
}

.progress-step.completed .step-label {
    color: #27ae60;
}

.button-group {
    text-align: center;
    margin-top: 30px;
}

#viewBtn {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    color: white;
    border: none;
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(39, 174, 96, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

#viewBtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(39, 174, 96, 0.4);
}

#viewBtn:active {
    transform: translateY(0);
}

#viewBtn.hidden {
    display: none;
}

.result {
    margin-top: 30px;
    padding: 30px;
    background: linear-gradient(135deg, #f8faff 0%, #e8eeff 100%);
    border-radius: 15px;
    border-left: 5px solid #3498db;
    display: none;
    animation: slideIn 0.5s ease;
}

.result.visible {
    display: block;
}

.result h3 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.result h3 i {
    color: #3498db;
}

.result-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.result-item {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.result-value {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin: 10px 0;
}

.result-label {
    font-size: 14px;
    color: #7f8c8d;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cs137-value {
    color: #e74c3c;
}

.sr90-value {
    color: #f39c12;
}

.loading {
    display: none;
    text-align: center;
    padding: 20px;
}

.loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer {
    text-align: center;
    margin-top: 30px;
    color: #7f8c8d;
    font-size: 12px;
}

/* Адаптивность */
@media (max-width: 768px) {
    .form-content {
        padding: 20px;
    }

    .result-grid {
        grid-template-columns: 1fr;
    }

    .progress-step .step-label {
        font-size: 10px;
    }

    select {
        padding: 12px 15px;
        font-size: 14px;
    }

    #viewBtn {
        padding: 15px 30px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .header {
        padding: 20px;
    }

    .header h2 {
        font-size: 24px;
    }

    .progress-indicator {
        flex-wrap: wrap;
        gap: 10px;
    }

    .progress-step {
        flex: none;
        width: calc(33.333% - 10px);
    }
}

/* Стили для состояний загрузки */
.select-group.loading select {
    background: linear-gradient(90deg, #f8faff 25%, #e8eeff 50%, #f8faff 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}
/* End */
/* /local/templates/rcrm/components/bitrix/news/science/bitrix/news.list/.default/style.css?17603578116737 */
