

/* Start:/local/templates/dt2025/components/bitrix/news.list/analitycs_graf_full/style.css?17736435044557*/
/* Обертка для заголовка и даты */
.page-title-wrapper {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid #eb202a;
}

/* Заголовок страницы */
.page-title-stat {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0; /* Убираем нижний отступ, так как он теперь у обертки */
    padding-bottom: 0; /* Убираем padding, так как он теперь у обертки */
    border-bottom: none; /* Убираем границу, так как она теперь у обертки */
}

.page-title-stat span {
    color: #eb202a;
}

/* Дата обновления на странице статистики */
.update-date-stat {
    font-size: 1rem;
    color: #6c757d;
    white-space: nowrap;
    padding-left: 20px;
}

/* Фиксированная кнопка Назад */
.back-btn-fixed {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 1000;
}

.back-btn-fixed .btn-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    background: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%);
    color: white;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(44, 62, 80, 0.4);
    text-decoration: none;
}

.back-btn-fixed .btn-back:hover {
    background: linear-gradient(135deg, #eb202a 0%, #c41922 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(235, 32, 42, 0.4);
    color: white;
    text-decoration: none;
}

.back-btn-fixed .btn-back:active {
    transform: translateY(-1px);
}

.back-btn-fixed .btn-back svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.back-btn-fixed .btn-back:hover svg {
    transform: translateX(-4px);
}

/* Адаптивность */
@media (max-width: 767px) {
    .back-btn-fixed {
        right: 15px;
        bottom: 15px;
    }

    .back-btn-fixed .btn-back {
        padding: 12px 20px;
        font-size: 0.9rem;
    }

    .page-title-stat {
        font-size: 1.5rem;
    }
    
    /* Мобильная адаптация для заголовка с датой */
    .page-title-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .update-date-stat {
        padding-left: 0;
        align-self: flex-end; /* Выравниваем дату справа */
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .update-date-stat {
        font-size: 0.85rem;
    }
}

/* Остальные стили остаются без изменений */
.graf-text {
    font-size: 1.1rem;
    margin-bottom: 10px;
    padding: 8px 12px;
    background: #f8f9fa;
    border-radius: 6px;
    border-left: 3px solid #eb202a;
}

.graf-text strong {
    color: #2c3e50;
}

.graf-text .stat-value {
    font-weight: 600;
    color: #eb202a;
    font-size: 1.2rem;
}

/* Блок данных */
.data-block {
    background: white;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 35px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.block-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}

.block-description {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #eb202a;
}

.region-info-card {
    background: white;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.region-info-card h3 {
    color: #2c3e50;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eb202a;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.info-item {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 6px;
    border-left: 3px solid #eb202a;
    transition: all 0.3s ease;
}

.info-label {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 5px;
}

.info-value {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2c3e50;
}

.region-image {
    max-width: 150px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.block-indicator {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 10px;
    background: #eb202a;
}
/* End */
/* /local/templates/dt2025/components/bitrix/news.list/analitycs_graf_full/style.css?17736435044557 */
