

/* Start:/about/css/about-custom.css?17846365064286*/
.about-new-layout {
        text-align: left;
        color: #333; 
    }
    .about-new-intro {
        margin-bottom: 40px;
        line-height: 1.6;
    }
    .about-features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 40px;
    }
    .feature-item h3 {
        font-weight: bold;
        font-size: 1.25rem;
        margin-bottom: 15px;
        color: #000;
    }
    .feature-item p {
        margin: 0;
        line-height: 1.5;
    }
    .feature-item a {
        color: #e53950; 
        text-decoration: none;
    }
    .feature-item a:hover {
        text-decoration: underline;
    }

/* --- Секция программ --- */
.programs-section {
    max-width: 1140px; /* Ограничиваем ширину (стандартный размер контейнера, можешь чуть уменьшить/увеличить при необходимости) */
    margin: 60px auto 40px auto; /* auto слева и справа центрирует весь блок по середине экрана */
    padding: 0 15px; /* Небольшие отступы по бокам, чтобы на планшетах не прилипало к краям */
}

.programs-heading {
    font-size: 48px; 
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #333;
}

.program-card {
    display: flex;
    background-color: #ffffff;
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    overflow: hidden;
    min-height: 280px; 
}

.program-img {
    width: 35%;
    flex-shrink: 0;
    position: relative; 
}

.program-img img {
    position: absolute; /
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}

.program-content {
    width: 65%;
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.program-content h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    color: #000;
}

.program-content p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #444;
}

.program-link {
    margin-top: auto; /* Прижимает ссылку к нижнему краю карточки */
    color: #e53950; /* Розовый корпоративный цвет */
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.program-link:hover {
    text-decoration: underline;
    color: #c92a40; /* Чуть более темный при наведении */
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .program-card {
        flex-direction: column;
    }
    
    .program-img {
        width: 100%;
        height: 250px; 
    }
    
    .program-content {
        width: 100%;
        padding: 25px;
    }
}

.award-box {
    background-color: #ffffff;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* Если нужна легкая тень карточкам: */
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03); 
}

.award-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-grow: 1; /* Прижимает текст всегда к низу, если картинки разной высоты */
}

.award-image img {
    max-width: 100%;
    height: auto;
    max-height: 350px; /* Ограничиваем высоту, чтобы слайдер не был слишком гигантским */
    object-fit: contain; /* Грамота поместится целиком и не обрежется */
    /* Тень от самой бумажной грамоты, как на макете */
    box-shadow: 0 0 10px rgba(0,0,0,0.1); 
}

.award-text .name {
    font-size: 0.95rem;
    font-weight: bold;
    color: #a7a7a7; /* Серый цвет текста из макета */
    line-height: 1.4;
    text-align: left;
}

.award-text .desc {
    font-size: 0.85rem;
    color: #a7a7a7;
    margin-top: 8px;
    text-align: left;
}


@media (max-width: 768px) {
    .recognition-block {
        margin-bottom: 40px !important;
    }
}
/* End */


/* Start:/local/templates/dobro/components/bitrix/news.detail/bg_img_shapka/style.css?1720593967155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */
/* /about/css/about-custom.css?17846365064286 */
/* /local/templates/dobro/components/bitrix/news.detail/bg_img_shapka/style.css?1720593967155 */
