body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #000;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

.top-bar {
    font-size: 18px;
}
.text-primary {
	color: #4a5d71 !important;
}
		.text-info {
			color: #F39C12 !important;
		}
.active-lang {
    background-color: #F39C12;
    color: #fff !important;
}

.lang-switcher a:hover {
    color: #F39C12 !important;
}

/* Навигация */
.navbar-nav .nav-link {
    color: #1A1D1A !important;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #f39c12 !important;
}

.dropdown-item:active {
    background-color: #4a5d71;
}

/* Форма поиска */
.search-form .form-control {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
}

.search-form .form-control::placeholder {
    color: rgba(255,255,255,0.5);
}

.search-form .form-control:focus {
    background: #fff;
    color: #1A1D1A;
}
	.hero-section {
    min-height: 100vh;
    padding-top: 100px; 
    position: relative;
    overflow: hidden;
    background-color: #1A1D1A; /* Резервный фон */
}

/* Настройка фонового изображения */
.hero-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Путь к вашей картинке */
    background-image: linear-gradient(90deg, rgb(0 0 0 / 90%) 0%, rgba(49, 62, 71, 0.4) 100%), url(/assets/images/image_1773765038066.webp);
    background-size: cover;
    background-position: center;
    z-index: 1;
}

/* Кастомные цвета для темного фона */
.text-info-custom {
    color: #F39C12;
}

.btn-primary-custom {
    background-color: #F39C12;
    border: none;
    color: #000;
}

.btn-primary-custom:hover {
    background-color: #2c3e50;
    color: white;
    transform: translateY(-3px);
}

/* Бейдж в углу */
.experience-badge-bottom {
    position: absolute;
    bottom: 40px;
    right: 40px;
    background: #2c3e50;
    backdrop-filter: blur(10px);
    color: white;
    padding: 20px 40px;
    border-radius: 20px;
    text-align: center;
    z-index: 3;
    border: 1px solid rgba(255,255,255,0.2);
}

/* Эффект для заголовка */
.display-3 {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

@media (max-width: 991px) {
    .hero-section {
        text-align: center;
        min-height: 80vh;
    }
    .hero-section .d-flex {
        justify-content: center;
    }
    .hero-bg-overlay {
        background-image: linear-gradient(180deg, rgba(49, 62, 71, 0.8) 0%, rgba(49, 62, 71, 0.8) 100%), 
                          url('/assets/images/image_1773759577742.webp');
    }
}

	.services-section {
    background-color: #ECF0F1;
}

.service-card {
    background: #ffffff;
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-bottom: 5px solid transparent !important;
}

/* Контейнер для фото */
.service-img-wrapper {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
}

.service-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Эффекты при наведении */
.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(49, 62, 71, 0.15) !important;
    border-bottom: 5px solid #2c3e50 !important;
}

.service-card:hover .service-img-wrapper img {
    transform: scale(1.1); /* Легкий зум картинки */
}

.service-card h5 {
    color: #1A1D1A;
    transition: color 0.3s ease;
}

.service-card:hover h5 {
    color: #4a5d71;
}

	.about-section {
			background: url(/assets/images/image_1773763281494.webp) !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
		}
		.about-bg-icons {
			position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 1;
    pointer-events: none;
    background: #141b1f;
		}
		/* Рамка и декор для изображения */
.about-img-frame {
    padding: 15px;
    z-index: 1;
}

.about-img-frame img {
    position: relative;
    z-index: 2;
    filter: brightness(0.9);
}

.frame-decoration {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 80%;
    border-top: 4px solid #f39c12;
    border-right: 4px solid #f39c12;
    border-radius: 0 1.5rem 0 0;
    z-index: 0;
}

/* Настройки блоков */
.hover-glow {
    background: rgba(255, 255, 255, 0.03) !important;
    transition: all 0.3s ease;
}

.hover-glow:hover {
    background-color: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(132, 161, 191, 0.5) !important;
    transform: translateY(-5px); /* Теперь все блоки снизу прыгают вверх */
}

.icon-circle-sm {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
	background: #2c3e50 !important;
}
.bg-light {
    background: #ECF0F1 !important;
}
@media (max-width: 991px) {
    .frame-decoration {
        display: none;
    }
    .about-img-frame {
        padding: 0;
    }
}

	/* Контейнер для сертификатов */
.certificates-display {
    position: relative;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Стили "бумажного" документа */
.cert-paper {
    position: absolute;
    width: 280px;
    background: white;
    padding: 15px 15px 40px 15px; /* Имитация рамки/поля */
    border: 1px solid #dee2e6;
    transition: all 0.5s ease;
    cursor: pointer;
}

/* Черно-белый фильтр */
.grayscale-filter {
    filter: grayscale(100%) contrast(110%);
    opacity: 0.9;
    transition: all 0.5s ease;
}

/* Позиционирование со смещением */
.cert-1 {
    z-index: 1;
    transform: rotate(-8deg) translateX(-40px);
}

.cert-2 {
    z-index: 2;
    transform: rotate(5deg) translateX(40px) translateY(20px);
}

/* Эффекты при наведении */
.cert-paper:hover {
    z-index: 10;
    transform: rotate(0deg) scale(1.05);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15) !important;
}

.cert-paper:hover .grayscale-filter {
    filter: grayscale(0%);
    opacity: 1;
}

/* Подпись под документом внутри рамки */
.cert-label {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0.75rem;
    font-weight: bold;
    color: #4a5d71;
    text-transform: uppercase;
}

/* Кнопка */
.transition-link:hover {
    background-color: #1A1D1A;
    color: #fff;
    transform: translateX(5px);
}

@media (max-width: 991px) {
    .certificates-display {
        height: 400px;
        margin-top: 30px;
    }
    .cert-paper {
        width: 220px;
    }
}
	.gov-banners-section {
    background-color: #fbfcfd !important; /* Очень светлый серый фон, чтобы отделить от контента */
}

.gov-banners-grid .col-6 {
    /* Чтобы баннеры были одинаковой высоты в ряду */
    display: flex;
}

.gov-banner-item {
    transition: all 0.3s ease;
    border-color: #e9ecef !important;
    text-decoration: none;
    width: 100%; /* Для flex-сетки */
}

.gov-banner-item:hover {
    transform: translateY(-3px);
    border-color: #F39C12 !important;
    box-shadow: 0 8px 15px rgba(132, 161, 191, 0.1) !important;
}

.gov-banner-item img {
    /* Убедимся, что логотипы вписываются и не искажаются */
    max-width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.3s ease;
}

.gov-banner-item:hover img {
    opacity: 0.8;
}

/* Адаптация для мобильных: делаем отступы больше */
@media (max-width: 767px) {
    .gov-banners-grid .col-6 {
        margin-bottom: 1rem;
    }
}

	/* Слой с фоновыми иконками */
.ires-bg-icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05; /* Едва заметные иконки */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 100 100'%3E%3Cpath d='M10 50 L90 50 M50 10 L50 90 M20 20 L80 80 M80 20 L20 80' stroke='%2384a1bf' stroke-width='1' fill='none'/%3E%3C/svg%3E");
    background-size: 200px 200px;
    z-index: 1;
    pointer-events: none;
}

/* Обновленный стиль ссылок */
.gov-link {
    color: rgba(255, 255, 255, 0.7); /* Чуть приглушенный белый */
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.gov-link i {
    color: #f39c12; /* Цвет акцента для иконок-стрелок */
}

.gov-link:hover {
    color: #ffffff;
    transform: translateX(5px);
}

.gov-link:hover i {
    color: #ffffff;
    transform: scale(1.2);
}
	.news-card {
    border-radius: 20px;
    transition: all 0.4s ease;
    overflow: hidden;
}

.news-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(49, 62, 71, 0.1) !important;
}

.news-image-wrap {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.news-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.news-card:hover .news-image-wrap img {
    transform: scale(1.1);
}

/* Стили календаря/даты на картинке */
.news-date {
    position: absolute;
    top: 20px;
    left: 20px;
    background: white;
    color: #1A1D1A;
    width: 60px;
    height: 65px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    line-height: 1;
    z-index: 3;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.news-date span {
    font-size: 1.4rem;
    color: #f39c12;
    display: block;
}

.card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    font-size: 1.15rem;
}
	.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none; /* Скрыта по умолчанию */
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #f39c12;
    border: none;
    z-index: 1000;
    transition: all 0.3s ease;
}

.btn-back-to-top:hover {
    background-color: #1A1D1A;
    transform: translateY(-5px);
}

.btn-back-to-top i {
    font-size: 1.2rem;
    color: white;
}
	.footer .hover-link {
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-block;
}

.footer .hover-link:hover {
    color: #f39c12 !important;
    transform: translateX(3px);
}

.footer i {
    color: #f39c12; /* Иконки подкрашиваем в наш акцентный цвет */
}

.footer hr {
    border-top: 1px solid #fff;
}
   /* Небольшой штрих для иконок, чтобы они чуть выделялись на фоне текста */
    .text-info-custom {
       color: #f39c12;
    }
    
    .hover-link:hover .text-info-custom {
        color: #ffffff;
        transition: color 0.3s ease;
    }

	.bred {
    background: #f39c12;
    padding-top: 15px;
}
		.page-header {
    padding-top: 161px !important;
			background-color: #2c3e50 !important;
    border-bottom: 4px solid #f39c12 !important;
}
		/* Хлебные крошки */
.breadcrumb-link {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}
.breadcrumb-link:hover {
    color: #f1f1f1;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255,255,255,0.3);
}

/* Карточки */
.about-card-link {
    text-decoration: none !important;
    color: inherit;
}

.about-nav-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 20px;
    transition: all 0.3s ease;
    border-left: 5px solid transparent;
}

/* Иконка слева */
.about-icon-side {
    min-width: 60px;
    height: 60px;
    background-color: #f8f9fa;
    color: #1A1D1A;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    transition: all 0.3s ease;
}

/* Ховер эффекты */
.about-nav-card:hover {
    transform: translateX(10px); /* Смещение вправо вместо "всплытия" */
    box-shadow: 0 10px 25px rgba(0,0,0,0.05) !important;
    border-left: 5px solid #F39C12;
    background-color: #fdfdfd;
}

.about-nav-card:hover .about-icon-side {
    background-color: #1A1D1A;
    color: #F39C12;
}

.about-nav-card:hover h5 {
    color: #F39C12;
}

.go-link {
    color: #F39C12;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
	/* Убираем стандартное подчеркивание ссылок */
.about-card-link {
    text-decoration: none !important;
    color: inherit;
    display: block;
}

/* Сама карточка */
.about-nav-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 24px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}

/* Иконка в круге */
.about-icon-box {
    width: 90px;
    height: 90px;
    background-color: #f8f9fa;
    color: #1A1D1A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    transition: all 0.4s ease;
}

/* Текст "Подробнее" */
.go-link {
    color: #F39C12;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    opacity: 0.8;
}

/* ЭФФЕКТЫ ПРИ НАВЕДЕНИИ */
.about-nav-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(26, 29, 26, 0.1) !important;
    border-color: #F39C12 !important;
}

.about-nav-card:hover .about-icon-box {
    background-color: #1A1D1A;
    color: #F39C12;
    transform: rotateY(360deg);
}

.about-nav-card:hover h4 {
    color: #F39C12;
}

.about-nav-card:hover .go-link {
    opacity: 1;
}

.about-nav-card:hover .go-link i {
    transform: translateX(5px);
    transition: 0.3s;
}
.compact-v-timeline {
    position: relative;
    padding-left: 20px;
}

/* Линия слева */
.compact-v-timeline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: #e9ecef;
}

.v-item {
    position: relative;
}

/* Точка на линии */
.v-item::after {
    content: '';
    position: absolute;
    left: -24px;
    top: 12px;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #dee2e6;
    border-radius: 50%;
    z-index: 2;
    transition: 0.3s;
}

.v-item:hover::after {
    border-color: #F39C12;
    background: #F39C12;
}

.v-year {
    font-weight: 800;
    font-size: 1.1rem;
    color: #1A1D1A;
    min-width: 60px;
    padding-top: 5px;
}

.v-text {
    background: #ffffff;
    border-left-color: #dee2e6 !important;
    transition: 0.3s;
    width: 100%;
}

.v-item:hover .v-text {
    transform: translateX(10px);
    border-left-color: #F39C12 !important;
}

.text-accent {
    color: #F39C12 !important;
}

/* Мобильная адаптация */
@media (max-width: 576px) {
    .v-year {
        min-width: 50px;
        font-size: 0.9rem;
    }
}
/* Стили для карточек структуры */
.struct-card {
    transition: all 0.3s ease;
    border-top: 4px solid transparent;
}

/* Административный блок (серый акцент) */
.struct-card.admin {
    border-top-color: #1A1D1A;
}

/* Производственный блок (зеленый акцент) */
.struct-card.prod {
    border-top-color: #F39C12;
}

.struct-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08) !important;
}

.struct-card ul li {
    color: #4a4a4a;
    transition: color 0.2s;
}

.struct-card:hover ul li {
    color: #1A1D1A;
}


	.activity-card {
    transition: all 0.3s ease;
    border-radius: 20px;
    border-bottom: 4px solid transparent !important;
}

.activity-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08) !important;
    border-bottom: 4px solid #F39C12 !important;
}

.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.blockquote-footer::before {
    content: none !important; /* Убираем стандартное тире Bootstrap */
}

/* Эффект для текста миссии */
.mission-section blockquote p {
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.5px;
}
	/* Таймлайн */
.timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding-left: 2rem;
    border-left: 2px solid #e9ecef;
}

.timeline-item {
    position: relative;
    margin-bottom: 3rem;
}

.timeline-item::before {
    content: "";
    position: absolute;
    left: -2.45rem;
    top: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #F39C12;
    border: 3px solid #fff;
    box-shadow: 0 0 0 3px #F39C12;
}

.timeline-year {
    font-weight: 800;
    color: #1A1D1A;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.struct-card {
    border-top: 3px solid #F39C12;
    transition: transform 0.3s;
}

.struct-card:hover {
    transform: translateY(-5px);
}
	.download-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.download-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08) !important;
}

.btn-sm:hover {
    background-color: #2c3e50 !important;
    box-shadow: 0 4px 12px rgb(0 0 0 / 30%);
}

.work-schedule {
    border-right: 5px solid #F39C12;
}

.schedule-list span {
    font-size: 0.95rem;
}
.cert-card {
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.cert-img-container {
    position: relative;
    overflow: hidden;
    background: #f1f1f1;
}

.cert-img-container img {
    transition: transform 0.5s ease;
    cursor: pointer;
}

/* Оверлей при наведении */
.cert-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(26, 29, 26, 0.6); /* Наш темный цвет с прозрачностью */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cert-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
}

.cert-card:hover .cert-overlay {
    opacity: 1;
}

.cert-card:hover img {
    transform: scale(1.05);
}

.badge {
    letter-spacing: 0.5px;
}


.accent-list {
    list-style: none;
    padding-left: 0;
}

.accent-list li {
    position: relative;
    padding: 15px 0 15px 40px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 1.05rem;
    transition: 0.3s;
}

.accent-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 26px;
    width: 20px;
    height: 2px;
    background-color: #F39C12;
}

.accent-list li:hover {
    padding-left: 45px;
    color: #1A1D1A;
}


/* --- АКЦЕНТНЫЙ ТЕМНЫЙ САЙДБАР (СПРАВА) --- */

.sidebar-dark-module {
    border-left: 6px solid #F39C12;
}

.nav-stack {
    padding: 10px 0;
}

.nav-link-item {
    display: flex;
    align-items: center;
    padding: 18px 25px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none !important;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

/* Ховер состояние */
.nav-link-item:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    padding-left: 35px;
}

/* Активное состояние */
.nav-link-item.active {
    color: #F39C12; /* Нефритовый текст для активного пункта */
    background-color: rgba(9, 188, 138, 0.08); /* Легкий зеленый отсвет */
    font-weight: 700;
    border-left-color: #F39C12;
}

.nav-link-item.active span {
    position: relative;
}

/* Маленький индикатор для активного пункта */
.nav-link-item.active span::after {
    content: " •";
    font-size: 1.2rem;
}




/* --- АКЦЕНТНЫЙ САЙДБАР --- */

.btn-stack {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nav-btn {
    display: block;
    padding: 18px 25px;
    background-color: #f8f9fa;
    color: #1A1D1A;
    text-decoration: none !important;
    border-radius: 0 15px 15px 0; /* Скругление только справа */
    font-weight: 700;
    font-size: 0.95rem;
    border-left: 5px solid transparent;
    transition: all 0.3s ease;
}

/* Ховер: делаем темным */
.nav-btn:hover {
    background-color: #f1f1f1;
    border-left-color: #F39C12;
    padding-left: 35px; /* Эффект смещения */
}

/* Активное состояние: максимально акцентно */
.nav-btn.active {
    background-color: #1A1D1A; /* Ваш цвет антрацит */
    color: #ffffff;
    border-left-color: #F39C12;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.nav-btn.active span {
    color: #F39C12; /* Текст внутри активной кнопки подсвечен зеленым */
}

.info-card {
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #eee;
}

/* Эффект при наведении */
.info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
    border-color: #F39C12;
}

/* Бокс для картинки (Новости) */
.card-image-box {
    height: 200px;
    overflow: hidden;
    position: relative;
}
.card-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.info-card:hover .card-image-box img {
    transform: scale(1.1);
}

/* Тэг на картинке */
.card-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #F39C12;
    color: #1A1D1A;
    font-size: 0.7rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 20px;
    text-uppercase;
}

/* Бокс для иконки (Коррупция / Кибер) */
.card-icon-box {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    transition: 0.3s;
}

.info-card:hover .card-icon-box i {
    transform: scale(1.2);
}

/* Стили заголовков */
.info-card h4 {
    transition: color 0.3s;
}
.info-card:hover h4 {
    color: #F39C12 !important;
}
	/* Текстовая ссылка в стиле нашего сайта */
.text-link {
    color: #F39C12;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid rgba(9, 188, 138, 0.3);
    transition: 0.3s;
}

.text-link:hover {
    color: #1A1D1A;
    border-bottom-color: #F39C12;
}

/* Карточка вакансии */
.vacancy-item {
    transition: all 0.3s ease;
    border-left: 4px solid transparent !important;
}

.vacancy-item:hover {
    border-left-color: #F39C12 !important;
    transform: translateX(5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05) !important;
}

/* Пунктирная граница для блока "Нет вакансий" */
.border-dashed {
    border: 2px dashed #dee2e6 !important;
}

/* Адаптивность кнопок */
@media (max-width: 576px) {
    .btn-dark {
        width: 100%;
        margin-top: 15px;
    }
}

	.vacancy-item {
    transition: all 0.3s ease;
}

.vacancy-item:hover {
    transform: translateY(-5px);
    border-color: #F39C12 !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05) !important;
}

.salary-badge {
    min-width: 160px;
}

.vacancy-details ul {
    list-style: none;
    padding-left: 0;
}

.vacancy-details li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}

.vacancy-details li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: #F39C12;
    font-weight: bold;
}
/* Основная карточка (Левая) */
.leader-main-card {
    transition: all 0.4s ease;
}

.leader-main-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08) !important;
}

.main-photo-box {
    position: relative;
    overflow: hidden;
}

.main-photo-box img {
    transition: transform 0.6s ease;
}

.leader-main-card:hover .main-photo-box img {
    transform: scale(1.05);
}

.main-badge {
    position: absolute;
    top: 25px;
    right: 25px;
    background: #F39C12;
    color: #1A1D1A;
    padding: 8px 20px;
    font-weight: 800;
    text-uppercase;
    font-size: 0.75rem;
    border-radius: 50px;
    letter-spacing: 1px;
}

/* Боковые карточки (Правые) */
.side-leader-card {
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.side-leader-card:hover {
    background: #ffffff;
    transform: translateX(10px);
    border-color: #F39C12 !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05) !important;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 991px) {
    .main-photo-box {
        height: 300px;
    }
    .side-leader-card {
        height: auto !important;
        margin-top: 10px;
    }
}
/* Адаптивность для мобильных (убираем границу слева) */
@media (max-width: 991px) {
    .border-start {
        border-start: none !important;
        border-top: 1px solid #eee;
        padding-top: 20px;
        margin-top: 20px;
    }
}
.person-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.person-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08) !important;
}

/* Стили для ссылок телефонов */
.person-card a:hover {
    opacity: 0.8;
}

/* Разделитель в карточках */
@media (max-width: 767px) {
    .border-start {
        border-start: none !important;
        border-top: 1px solid #eee;
        padding-top: 15px;
        margin-top: 15px;
    }
}

.bg-dark {
    background-color: #2c3e50 !important;
}
.text-success {
    color: rgb(243 156 18) !important;
}