

/* Start:/local/templates/seo_lev/components/bitrix/news/vacansii/bitrix/news.list/.default/style.css?178481263414138*/
.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;
    }
}

/* ===== СТРАНИЦА ВАКАНСИЙ ===== */

.section-vacancies-page {
    margin-bottom: 80px !important;
}

/* Главный заголовок */
.section-vacancies-page h1 {
    font-size: 42px !important;
    font-weight: 800 !important;
    color: #333333 !important;
    margin-bottom: 50px !important;
    text-align: center !important;
    line-height: 1.2 !important;
}

/* Сетка карточек (2 колонки) */
.vacancies-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px !important;
    align-items: start !important; /* Карточки зависят от объема текста */
}

/* Карточка вакансии */
.vacancy-card {
    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;
    display: flex !important;
    flex-direction: column !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

/* Левитация при наведении */
.vacancy-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 20px 50px rgba(212, 175, 55, 0.15) !important;
}

/* Шапка вакансии */
.vacancy-card__header {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    margin-bottom: 20px !important;
}

/* Иконка (если загружена) */
.vacancy-card__icon {
    width: 60px !important;
    height: 60px !important;
    flex-shrink: 0 !important;
    border-radius: 12px !important;
    background: #fdfaf2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px !important;
    border: 1px solid rgba(212, 175, 55, 0.1) !important;
}

.vacancy-card__icon img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

/* Название вакансии */
.vacancy-card__title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #333333 !important;
    margin: 0 !important;
    line-height: 1.3 !important;
    text-align: left !important;
}

/* Блок со свойствами (Опыт, Тип, ЗП) */
.vacancy-card__props {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-bottom: 25px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

/* Оформление плашек-тегов */
.vacancy-prop {
    background: #f8f9fa !important;
    color: #555555 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 6px 14px !important;
    border-radius: 8px !important;
    border: 1px solid #eeeeee !important;
}

/* Акцентная плашка для Зарплаты */
.vacancy-prop--price {
    background: #fdfaf2 !important;
    color: #d4af37 !important;
    border-color: rgba(212, 175, 55, 0.3) !important;
    font-weight: 700 !important;
}

/* Текст внутри вакансии */
.vacancy-card__body {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #555555 !important;
}

.vacancy-card__body p {
    margin-bottom: 15px !important;
    text-align: left !important;
}

/* Оформление списков с галочками для задач */
.vacancy-card__body ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin-top: 15px !important;
    margin-bottom: 25px !important;
}

.vacancy-card__body ul li {
    position: relative !important;
    padding-left: 30px !important;
    margin-bottom: 12px !important;
    text-align: left !important;
}

.vacancy-card__body ul li::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 3px !important;
    width: 18px !important;
    height: 18px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d4af37' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

/* Общий текст в самом низу страницы (про гражданство) */
.vacancies-common-text {
    margin-top: 60px !important;
    background: #fdfaf2 !important;
    border-left: 4px solid #d4af37 !important;
    padding: 20px 25px !important;
    border-radius: 0 12px 12px 0 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #444444 !important;
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.05) !important;
    text-align: left !important;
}

.vacancies-common-text strong {
    color: #d4af37 !important;
}

/* ===== АДАПТИВНОСТЬ ===== */

/* Планшеты (выстраиваем в 1 колонку) */
@media (max-width: 992px) {
    .vacancies-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Смартфоны */
@media (max-width: 768px) {
    .section-vacancies-page h1 {
        font-size: 32px !important;
        margin-bottom: 35px !important;
        padding: 0 15px !important;
    }
    
    .vacancy-card {
        padding: 30px 20px !important;
    }
    
    .vacancy-card__title {
        font-size: 20px !important;
    }
}

/* --- СТИЛИ КНОПКИ ОТКЛИКА НА ВАКАНСИЮ --- */
.vacancy-reply-btn {
    background: #a58a77; /* Фирменный кофейный цвет */
    color: #ffffff;
    border: none;
    padding: 16px 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 25px; /* Отступ от текста вакансии */
}

.vacancy-reply-btn:hover {
    background: #d8b27d;
    color: #333333;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* Фикс карточки: заставляем кнопку всегда прижиматься к низу, если текст разной длины */
.vacancy-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important; /* Карточки тянутся в гриде */
}

.vacancy-card__body {
    flex-grow: 1 !important; /* Расталкивает контент */
}

.vacancy-card__footer {
    margin-top: auto !important; /* Прижимает футер с кнопкой к низу */
}

/* --- СТИЛИ САМОГО ПОПАПА ВАКАНСИЙ --- */
#popup-vacancy .popup__links {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#popup-vacancy .social-btn {
    display: grid !important;
    grid-template-columns: 24px 90px !important; 
    justify-content: center !important; 
    align-items: center !important; 
    gap: 15px !important; 
    background: #f5f5f5 !important; 
    color: #222222 !important; 
    text-decoration: none !important;
    padding: 16px 20px !important;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #eaeaea;
    transition: all 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

#popup-vacancy .social-btn:hover {
    background: #ffffff !important;
    border-color: #d4af37;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #d4af37 !important;
    transform: translateY(-2px);
}

#popup-vacancy .social-btn img {
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
    display: block !important;
}

#popup-vacancy .social-name {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    text-align: left !important; 
    display: block !important;
}
/* End */
/* /local/templates/seo_lev/components/bitrix/news/vacansii/bitrix/news.list/.default/style.css?178481263414138 */
