

/* Start:/bitrix/templates/aspro-allcorp2/components/bitrix/news.list/catalog_table_custom/style.css?17884387176434*/
.preview-text {
	color: #9a9a9a;
}

.item-views .item .preview-text p {
	margin-bottom: 0 ;
}

.form-selection-help .form-btn {
    padding: 5px;
    width: 25%;
    color: #fff;
    background-color: #008C56;
    text-align: center;
}
.form-selection-help {
    max-width: 882px;
    margin: 0 auto;
    margin-right: 18px;
    margin-bottom: 18px;
    padding: 15px;
    border: 1.5px solid rgb(188, 188, 189);
}

/*Блок в силосах*/
.hero-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 60px;
}

.hero-content {
    flex: 1;
}

/* Точный глубокий бирюзово-зеленый цвет надписи из оригинала */
.meta-tag {
    font-size: 14px;
    font-weight: bold;
    color: #388087; 
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: -10px;
    display: flex;
    align-items: center; 
    gap: 10px;
}


.meta-tag .dash {
    display: inline-block;
    width: 20px; 
    height: 3px; 
    background-color: #077165;
    overflow: hidden;
    text-indent: -9999px; 
}

.main-title {
    font-size: 30px;
    color: #162e5b; /* Темно-синий цвет */
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
}

.main-desc {
    color: #555555;
    line-height: 1.6;
}

.hero-media {
    width: 400px;
    flex-shrink: 0;
}

.interface-card {
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eef2f5;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.interface-card img {
    width: 100%;
    display: block;
    height: auto;
}

.media-caption {
    color: #99a7b5;
    margin-top: 12px;
    line-height: 1.4;
}

.info-section {
    margin-bottom: 50px;
}

.section-title {
    font-size: 20px;
    color: #162e5b;
    font-weight: bold;
    margin-bottom: 30px;
    display: flex;
    align-items: baseline; /* Выравнивает текст и цифры по нижней линии */
}

.section-num {
    color: #388087; 
    font-size: 16px; /* Тот же размер или чуть больше, но с отступом */
    font-weight: 500; /* Чуть менее жирный, чем сам заголовок */
    margin-right: 12px; /* Фиксированный отступ от номера до текста */
    display: inline-block;
}

/* Сетки списков с разделительными линиями */
.table-like-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Две равные колонки */
    gap: 0 50px; /* Отступ только между колонками */
}


.grid-item {
    position: relative;
    padding: 16px 0 16px 44px; /* Левый отступ под иконку */
    color: #333333;
    line-height: 1.5;
    border-bottom: 1px solid #f0f3f6;
}

.grid-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;      /* Фиксированное положение сверху для выравнивания с первой строкой */
    width: 24px;   
    height: 24px;  
    background-color: rgba(0, 188, 212, 0.08); 
    border-radius: 6px; 
}

.grid-item::after {
    content: "";
    position: absolute;
    left: 9px;
    top: 20px; 
    width: 6px;   
    height: 10px;  
    border-right: 2px solid #388087; 
    border-bottom: 2px solid #388087; 
    transform: rotate(45deg); 
}

.warranty-label {
    display: inline-block;
    background-color: #eef4f7; /* Мягкий светлый серо-голубой фон */
    color: #55606e;            /* Глубокий благородный серый цвет текста */
    font-weight: normal;       /* Шрифт не жирный (regular) */
    letter-spacing: 0.3px;     /* Микро-отступ между буквами для читаемости */
    padding: 7px 16px;         /* Внутренние отступы для правильной пропорции */
    border-radius: 6px;        /* Мягкое прямоугольное скругление вместо капсулы */
    border: none;              /* Полностью убираем рамку */
    margin-top: 30px;
}
/* --- НИЖНИЙ CTA-БАННЕР СТОИМОСТИ --- */
.cta-card {
    background-color: #172153; /* Точный глубокий темно-синий цвет фона */
    border-radius: 12px;        /* Мягкие скругленные углы баннера */
    padding: 12px 45px;         /* Просторные внутренние отступы */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.cta-info h3 {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 12px;
	margin-top: 24px;
}

.cta-info p {
    color: #9cb1c9;            /* Мягкий серо-голубой оттенок текста */
    line-height: 1.5;
    max-width: 360px;          /* Ограничение ширины текста для переноса как на скрине */
}

.cta-btn {
    background-color: #077165; /* Точный изумрудно-зеленый цвет кнопки (в цвет тире сверху) */
    color: #ffffff;
    border: none;
    padding: 14px 32px;        /* Чуть более просторная кнопка */

    font-weight: normal;       /* Обычный (не жирный) шрифт текста в кнопке */
    border-radius: 10px;       /* Заметно скругленные углы кнопки */
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    white-space: nowrap;
}

/* Эффект при наведении на кнопку */
.cta-btn:hover {
    background-color: #05594f;
}



/* --- АДАПТИВНОСТЬ ДЛЯ МОБИЛЬНЫХ ЭКРАНОВ --- */
@media (max-width: 860px) {
    .hero-block {
        flex-direction: column;
        gap: 30px;
    }
    
    .hero-media {
        width: 100%;
    }
    
    .table-like-grid {
        grid-template-columns: 1fr; /* Перестроение списков в один столбец */
        gap: 0;
    }
    
    .cta-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 25px;
    }
    
    .cta-btn {
        width: 100%;
        text-align: center;
    }
}
/* End */
/* /bitrix/templates/aspro-allcorp2/components/bitrix/news.list/catalog_table_custom/style.css?17884387176434 */
