

/* Start:/local/templates/seo_lev/components/bitrix/news/info/bitrix/news.list/.default/style.css?17842079446047*/
.section-cases h1 {
    margin-bottom: 40px;
}

div.news-list
{
	word-wrap: break-word;
}
div.news-list p
{
	font-weight: 300;
    font-size: 16px;
    line-height: 35px;
    color: var(--main-text-color);
    display: flex;
    align-items: center;
}
div.news-list li
{
	font-weight: 300;
    font-size: 16px;
    line-height: 29px;
    color: var(--main-text-color);
    display: flex;
    align-items: center;
}
div.news-list li::before {
    content: '';
    width: 10px;
    min-width: 10px;
    height: 10px;
    background: #DFAB47;
    border-radius: 50%;
    margin-right: 17px;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
    width: 300px;
    border: 3px solid rgba(79, 59, 68, 0.1);
    height: auto;
}
@media screen and (max-width: 992px) {
     div.news-list img.preview_picture{
       float: none;
        width: 100%;
        height: auto;
    }
}
.casse {
    width: 100%;
    height: 400px;
}
@media screen and (max-width: 1199px) {
     .casse{
        height: 345px;
    }
}
@media screen and (max-width: 992px) {
     .casse{
        height: 670px;
    }
}
@media screen and (max-width: 610px) {
     .casse{
        height: 620px;
    }
}
@media screen and (max-width: 296px) {
     .casse{
        height: 695px;
    }
}
.casse h2{
    font-size: 2rem;
    font-weight: 500;
    text-align: left;
    line-height: 25px;
    margin-bottom: 12px;
}

div.section-title 
{
	margin-bottom: 10px;
}
/*div.casse h2 {
    text-align: left;
    line-height: 25px;
    margin-bottom: 12px;
}*/
div.text {
    font-size: 15px;
}

/* ===== ПРЕМИАЛЬНАЯ СТРАНИЦА ОТЗЫВОВ ===== */

/* 1. Сетка для отзывов (выстраиваем в 2 ровные колонки на ПК) */
.section-cases .news-list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px !important;
    align-items: start !important; /* Карточки не растягиваются, а зависят от контента */
}

/* 2. Карточка отзыва (сбрасываем старые высоты и задаем фон) */
.section-cases .casse {
    background: #ffffff !important;
    border-radius: 16px !important;
    padding: 40px 35px !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid rgba(212, 175, 55, 0.1) !important;
    
    /* Жестко убиваем все старые фиксированные высоты */
    height: auto !important; 
    width: 100% !important;
    margin-bottom: 0 !important;
    
    display: flex !important;
    flex-direction: column !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

/* Эффект левитации при наведении */
.section-cases .casse:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 20px 50px rgba(212, 175, 55, 0.15) !important;
}

/* 3. Шапка отзыва (обертка для картинки и заголовка) */
.section-cases .news-item > a {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    text-decoration: none !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #f5f5f5 !important;
    padding-bottom: 20px !important;
}

/* Если у отзыва загружена картинка (аватар или лого) */
.section-cases .news-item img.preview_picture {
    float: none !important; /* Убиваем старый float */
    margin: 0 !important;
    width: 65px !important; /* Делаем аккуратный размер аватара */
    height: 65px !important;
    object-fit: cover !important;
    border-radius: 50% !important; /* Делаем картинку круглой */
    border: 2px solid #fdfaf2 !important;
    flex-shrink: 0 !important;
}

/* Заголовок отзыва (Имя клиента или Название компании) */
.section-cases .news-item h2 {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #333333 !important;
    margin: 0 !important;
    line-height: 1.3 !important;
    text-align: left !important;
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    text-decoration: none !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #f5f5f5 !important;
    padding-bottom: 20px !important;
}

/* 4. Текст самого отзыва */
.section-cases .news-item .text {
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #555555 !important;
    text-align: left !important;
}

/* 5. Адаптивность для телефонов и планшетов */
@media (max-width: 992px) {
    .section-cases .news-list {
        grid-template-columns: 1fr !important; /* На планшетах выстраиваем в 1 колонку */
    }
}

@media (max-width: 768px) {
    .section-cases .casse {
        padding: 30px 25px !important;
    }
    
    .section-cases .news-item > a {
        flex-direction: column !important; /* На смартфонах ставим аватар над именем */
        align-items: flex-start !important;
        gap: 15px !important;
    }
    
    .section-cases .news-item h2 {
        font-size: 20px !important;
    }
}

/* ===== ГЛАВНЫЙ ЗАГОЛОВОК СТРАНИЦЫ ОТЗЫВОВ (H1) ===== */
.section-cases h1 {
    font-size: 42px !important;
    font-weight: 800 !important;
    color: #333333 !important;
    margin-bottom: 50px !important;
    text-align: center !important; /* Центрируем для баланса с сеткой из 2 колонок */
    line-height: 1.2 !important;
    position: relative !important;
}

/* Адаптивность заголовка для телефонов */
@media (max-width: 768px) {
    .section-cases h1 {
        font-size: 32px !important;
        margin-bottom: 35px !important;
        padding: 0 15px !important;
    }
}
/* End */
/* /local/templates/seo_lev/components/bitrix/news/info/bitrix/news.list/.default/style.css?17842079446047 */
