

/* Start:/bitrix/templates/simai.framework/components/simai/sf.iblock.list/vacancies-rabotadatel/style.css?17818713493066*/
.vacancies-section {
    max-width: 1600px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.vacancies-header { text-align: center; margin-bottom: 40px; }
.section-subtitle { color: #888; margin-top: 10px; }

.vacancies-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 25px;
}

.vacancy-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f0f0f0;
}

.vacancy-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(41, 107, 244, 0.1);
}

.vac-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.vac-logo {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    overflow: hidden;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vac-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.vac-salary {
    background: #FFF0E6;
    color: #FC781F;
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
}

.vac-card-body {
    flex-grow: 1;
    margin-bottom: 20px;
}

.vac-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 8px 0;
    color: #333;
    line-height: 1.3;
}

.vac-company {
    color: #888;
    font-size: 14px;
    margin: 0;
}

.btn-vac-more {
    display: block;
    width: 100%;
    text-align: center;
    background: #296BF4;
    color: #fff;
    text-decoration: none;
    padding: 12px;
    border-radius: 12px;
    font-weight: bold;
    font-size: 14px;
    transition: 0.3s;
}

.btn-vac-more:hover {
    background: #1a56c5;
}

/* Оформление контента внутри всплывающего окна */
.vac-detail-popup {
    text-align: left;
}

.vac-pop-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.pop-logo {
    width: 80px;
    height: 80px;
    object-fit: contain;
    background: #f8f9fa;
    border-radius: 10px;
}

.vac-pop-header h2 { margin: 0; color: #296BF4; font-size: 24px; }
.pop-comp { margin: 5px 0 0; color: #888; font-size: 16px; }

.vac-pop-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 30px;
    background: #fcfcfc;
    padding: 20px;
    border-radius: 15px;
    font-size: 14px;
}

.vac-pop-text {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 15px;
}

.vac-pop-text strong {
    display: block;
    margin-bottom: 8px;
    color: #296BF4;
}

.vac-pop-contacts {
    background: #FFF0E6;
    padding: 25px;
    border-radius: 15px;
    border-left: 5px solid #FC781F;
}

.vac-pop-contacts strong { color: #FC781F; display: block; margin-bottom: 10px; }
.contacts-box { line-height: 1.6; }
/* End */
/* /bitrix/templates/simai.framework/components/simai/sf.iblock.list/vacancies-rabotadatel/style.css?17818713493066 */
