

/* Start:/bitrix/templates/simai.framework/components/simai/sf.iblock.list/pkgh-priem-banner-main/style.css?17885072346699*/
a {
	background-image: none !important;
}
.admission-banner {
	margin-top: -20px !important;
    color: #fff;
    width: 100%;
    margin: 0 auto;
}

.admission-grid {
	height: 400px;
    display: flex;
    flex-wrap: wrap;
    background: #296BF4;
    border-radius: 20px;
    overflow: hidden;
}
.main-banner-wrapper {
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
    background: #4a86ff;
}

.main-banner-grid {
    display: flex;
    flex-wrap: wrap;
    min-height: 450px;
}

.banner-col {
    flex: 1;
    min-width: 280px;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    display: flex;
    flex-direction: column;
}

.coll-22{
 background: #9BB3FF;
}

.coll-33{
 background: #577FFF;
}

.banner-col:last-child {
    border-right: none;
}

/* Стили для первой статической колонки */
.col-static {
    background-size: cover;
    background-position: center;
    justify-content: flex-start;
}

.banner-main-title {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.1;
    margin: 0;
    text-transform: none;
}

/* Стили для динамических колонок */
.banner-col-title {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 25px;
}

.banner-col-text {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
    flex-grow: 1;
}

.banner-col-text p { margin-bottom: 15px; }

/* Кнопки */
.banner-col-buttons {
    margin-top: 30px;
}

.banner-btn-outline {
    width: fit-content;
    display: block;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none !important;
    padding: 12px 20px;
    border-radius: 10px;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: bold;
    transition: 0.3s;
}

.banner-btn-outline:hover {
    background: #fff;
    color: #2b6ce2;
}

.btn-icon {
    font-size: 18px;
    margin-right: 5px;
}

/* Адаптив под мобилки */
@media (max-width: 1024px) {
    .banner-col {
        flex: 0 0 50%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
}

@media (max-width: 600px) {
    .banner-col {
        flex: 0 0 100%;
    }
    .banner-main-title { font-size: 32px; }
}
.btn-orange { background-color: #FC781F; }

.btn-main:hover { opacity: 0.9; }

.icon { font-size: 20px; }

/* Адаптив для мобилок */
@media (max-width: 992px) {
    .admission-col {
        flex: 0 0 50%;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .admission-footer-buttons {
        flex-direction: column;
    }
}
.admission-anchor-menu {
    margin-top: 40px;
    position: relative;
}

.admission-anchor-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

/* Вертикальная линия */
.admission-anchor-menu ul::before {
    content: '';
    position: absolute;
    left: 7px; /* Центр точки */
    top: 5px;
    bottom: 15px;
    width: 2px;
    background: rgba(255, 255, 255, 0.3);
    z-index: 1;
}

.admission-anchor-menu li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    z-index: 2;
}

/* Белая точка */
.admission-anchor-menu li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.admission-anchor-menu a {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 15px;
    line-height: 1.3;
    display: block;
    transition: 0.3s;
    opacity: 0.9;
    font-weight: 500;
}

.admission-anchor-menu a:hover {
    opacity: 1;
    transform: translateX(5px); /* Легкий сдвиг при наведении */
}

/* Скрываем на мобилках, если места мало */
@media (max-width: 768px) {
    .admission-anchor-menu {
        display: none;
    }
}

/* Общая обертка */
.main-banner-wrapper {
    background-color: #296BF4;
    width: 100%;
    display: flex;
    overflow: hidden;
}

.wide-layout {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 40px;
    gap: 40px;
    align-items: center;
}

/* Левая часть */
.col-static {
    flex: 1.4;
    color: #fff;
    background-image: none !important; /* Убираем если мешает, или оставляем как в коде выше */
}

.banner-main-title {
    font-size: 56px;
    font-weight: 900;
    line-height: 1;
    margin: 0 0 40px 0;
    letter-spacing: -1px;
}

/* Меню в две колонки */
.menu-baner {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 15px 30px;
}

.menu-baner li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.2s;
}

.menu-baner li a:hover { color: #fff; transform: translateX(5px); }
.menu-baner .dot {
    width: 8px; height: 8px;
    background: #fff;
    border-radius: 50%;
    flex-shrink: 0;
}

/* ПРАВАЯ КАРТОЧКА */
.col-dynamic {
    flex: 1.6;
    display: flex;
    justify-content: center;
}

.info-floating-card {
    background: #fff;
    border-radius: 25px;
    padding: 40px;
    width: 100%;
    position: relative;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    color: #1a1a1a;
}

/* Оранжевая лента */
.status-ribbon {
    position: absolute;
    top: -15px;
    left: 40px;
    background: #FC781F;
    color: #fff;
    padding: 8px 20px;
    border-radius: 12px;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 8px 20px rgba(252, 120, 31, 0.4);
}

.card-main-title {
    color: #296BF4;
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 10px 0 20px 0;
}

/* Оформление HTML текста внутри карточки */
.banner-col-text {
    font-size: 15px;
    line-height: 1.4;
}

/* Стилизация контактов (телефон/почта) если они в p */
.banner-col-text p {
    margin-bottom: 15px;
}

.banner-col-text ul li {
    margin-bottom: 8px;
}

/* Стили для подзаголовков внутри текста */
.banner-col-text b, .banner-col-text strong {
    color: #296BF4;
    font-weight: 700;
    display: inline-block;
    margin-top: 5px;
}

/* Адаптивность */
@media (max-width: 1100px) {
    .wide-layout { flex-direction: column; padding: 20px; text-align: center; }
    .banner-main-title { font-size: 40px; }
    .menu-baner { grid-template-columns: 1fr; text-align: left; }
    .info-floating-card { padding: 30px; }
}
/* End */


/* Start:/bitrix/templates/simai.framework/components/simai/sf.iblock.list/pkgh-buttons/style.css?17818677931417*/
.main-footer-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 25px;
    border-radius: 12px;
    text-decoration: none !important;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    transition: transform 0.2s, opacity 0.2s;
    gap: 12px;
}

.banner-footer-buttons {
    display: flex;
    gap: 15px;
    width: 100%;
    margin-top: 20px;
}

.main-footer-btn:hover {
    color: white !important;
	text-decoration: none !important;
}

.main-footer-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

/* Цвета из макета */
.btn-color-blue {
    background-color: #296BF4;
}

.btn-color-orange {
    background-color: #FC781F;
}

/* Контейнер для SVG */
.btn-svg-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.btn-svg-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Если SVG черная, а нужна белая, можно добавить фильтр: */
    filter: brightness(0) invert(1); 
}

.btn-text {
    line-height: 1.2;
}

/* Адаптив для мобильных устройств */
@media (max-width: 768px) {
    .banner-footer-buttons {
        flex-direction: column;
    }
    .main-footer-btn {
        width: 100%;
        padding: 15px;
    }
}
/* End */


/* Start:/bitrix/templates/.default/components/simai/sf.iblock.list/pkgh-priem-plan-spes/style.css?17828241224097*/
.swiper-button-prev-spec,
.swiper-button-next-spec {
    width: 45px;
    height: 45px;
    border: 1px solid #b0b8c1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #555;
    transition: 0.3s;
    background: transparent;
}

.swiper-button-prev-spec:hover,
.swiper-button-next-spec:hover {
    background: #fff;
    border-color: #2b6ce2;
    color: #2b6ce2;
}

.swiper-button-prev-spec svg,
.swiper-button-next-spec svg {
    width: 24px;
    height: 24px;
}

.specialties-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 30px;
}

.specialties-header h2 {
    font-size: 32px;
    color: #2c3e50;
    margin: 0;
}

.btn-all-specs {
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    color: #666;
    font-weight: 500;
}

.specialties-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.spec-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    flex: 1;
    min-width: 350px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
}

.spec-badge {
	letter-spacing: 1px;
	padding: 7px 17px;
    background: #296BF4;
    color: #fff;
    border-radius: 12px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 20px;
    align-self: flex-start;
}

.spec-title {
    font-size: 20px;
    margin: 0 0 25px 0;
    color: #1a1a1a;
    line-height: 1.3;
}

.spec-info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    flex: 1 0 auto; /* ГЛАВНОЕ: этот блок заберет все свободное место и прижмет футер к низу */
}

.spec-info-list li {
	font-weight: bold;
    display: flex;
    margin-bottom: 5px;
    color: #7a7a7a;
    font-size: 16px;
}

.spec-icon {
	width: 24px;
    margin-right: 12px;
    font-size: 18px;
    opacity: 0.7;
}

.spec-info-list strong {
    font-weight: normal;
    margin-right: 5px;
}

.spec-footer {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: auto;
}

.spec-btn-orange {
    background-color: #FC781F;
    color: #fff;
    padding: 12px 15px;
    border-radius: 12px;
    font-weight: bold;
    font-size: 14px;
    flex: 1;
    text-align: center;
    white-space: nowrap;
}

/* На мобильных устройствах делаем карточки на всю ширину */
@media (max-width: 768px) {
    .spec-card { min-width: 100%; }
    .specialties-header { flex-direction: column; align-items: flex-start; gap: 20px; }
}

.spec-swiper {
    padding-bottom: 60px !important; /* место для стрелок */
    max-width: 1200px;
    margin: 0 auto;
}

/* Обертка для стрелок внизу по центру */
.spec-slider-controls {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}


.spec-swiper .swiper-slide {
    display: flex !important;    /* Перебиваем базовый block */
    height: auto !important;     /* Позволяем Swiper самому считать высоту */
    flex-direction: column;
}

.spec-swiper .spec-card {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;             /* Заставляет карточку занять 100% высоты слайда */
    height: 100%;               /* Страховка для некоторых браузеров */
    box-sizing: border-box;
}

/* 3. Чтобы контент внутри карточки тоже тянулся и кнопки были внизу */
.spec-swiper .spec-info-list {
    flex: 1 0 auto;             /* Занимает всё свободное место в карточке */
    margin-bottom: 30px;        /* Отступ до кнопок */
}

/* 4. Фиксируем футер в самом низу карточки */
.spec-swiper .spec-footer {
    margin-top: auto;           /* Прижимает кнопки к нижнему краю */
}

.s
/* End */


/* Start:/bitrix/templates/.default/components/simai/sf.iblock.list/pkgh-priem-date-line/style.css?17828287442788*/
.timeline-box {
    padding: 0 0 40px 0;
    overflow: hidden;
}

.timeline-title { text-align: center; margin-bottom: 30px; font-size: 32px; }

/* Кнопки переключения */
.timeline-nav-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 80px;
}

.swiper {
    position: relative;
    overflow: visible !important;
}

p.line-time-p {
    font-weight: normal;
    color: black;
}

/* Контент */
.t-tab-content { display: none; }
.t-tab-content.active { display: block; }


.swiper-wrapper-time {
    display: flex;
    position: relative;
    width: 100%;
    z-index: 1;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-slide-time {
    flex-shrink: 0;
    width: auto;
    min-width: 150px;
    padding: 0 10px;
    position: relative;
}

.t-line {
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #d0e1ff;
    z-index: 0; /* Опускаем линию в самый низ */
}

.swiper-slide-time { width: auto; min-width: 150px; padding: 0 10px; }

/* Элемент даты */
.t-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: pointer;
    z-index: 5;
}

.t-dot {
    width: 24px;
    height: 24px;
    background: #fff;
    border: 4px solid #296BF4;
    border-radius: 50%;
    z-index: 10; /* Точка выше линии */
    margin-bottom: 10px;
    transition: 0.3s;
}

.t-date {
    color: #296BF4;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
}

/* Окошко при наведении */
.t-popover {
	margin-bottom: 20px;
    position: absolute;
    bottom: 45px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    font-size: 14px;
    font-weight: bold;
    color: #296BF4;
    width: max-content;
    max-width: 350px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s;
}

.t-popover::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
}

.t-item:hover .t-popover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.t-item:hover .t-dot {
    background: #FC781F;
    border-color: #ff8227;
}

/* Если дат слишком много для экрана, Swiper позволит их крутить */
@media (max-width: 1000px) {
    .swiper-wrapper-time { justify-content: flex-start; }
    .t-line { width: 2000px; } /* Делаем линию длиннее для скролла */
}
/* End */


/* Start:/bitrix/templates/.default/components/simai/sf.iblock.list/pkgh-priem-document/style.css?17828873832559*/
.docs-section {
    text-align: center;
}

.docs-main-title { font-size: 32px; margin-bottom: 30px; }

/* Кнопки 1 уровня */
.docs-tabs-level-1 { display: flex; justify-content: center; gap: 15px; margin-bottom: 25px; }
.tab-btn-1 {
    background: #fff;
    border: 2.2px solid #296BF4;
    color: #296BF4;
    padding: 16px 22px;
    border-radius: 15px;
    cursor: pointer;
    font-weight: 600;
}
.tab-btn-1.active { background: #FC781F; border-color: #FC781F; color: #fff; }

/* Кнопки 2 уровня */
.docs-tabs-level-2 { display: flex; justify-content: center; gap: 10px; margin-bottom: 30px; }

/* Панели */
.citizen-panel { display: none; }
.citizen-panel.active { display: block; }

.docs-content-area {
    background: #fff;
	padding: 25px;
    border-radius: 20px;
    text-align: left;
    box-shadow: 0 5px 30px rgba(0,0,0,0.05);
}

.docs-list-wrapper { display: none; }
.docs-list-wrapper.active { display: block; }

.category-title { color: #2b6ce2; font-size: 20px; margin-bottom: 25px; }

.docs-list { list-style: none; padding: 0; margin: 0; }
.docs-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.5;
    color: #444;
}

.check-icon { margin-top: 2px; flex-shrink: 0; }

/* Блок ВАЖНО */
.important-note {
    background: #fff9f4;
    border-left: 4px solid #ff8227;
    padding: 25px;
    border-radius: 15px;
    margin-top: 30px;
    font-size: 15px;
    line-height: 1.5;
}
.important-note strong { color: #ff8227; }

.blanks-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.blank-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    text-align: left;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.blank-card-title {
    color: #2b6ce2;
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 15px 0;
}

.blank-card-desc {
    font-size: 14px;
    color: #888;
    line-height: 1.5;
    margin-bottom: 25px;
    flex-grow: 1;
}

.btn-download {
    background-color: #2b6ce2;
    color: #fff;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    align-self: flex-start;
    transition: 0.3s;
}

.btn-download:hover { background-color: #1a56c5; }

/* Адаптив для мобильных */
@media (max-width: 768px) {
    .blanks-grid { grid-template-columns: 1fr; }
}
/* End */


/* Start:/bitrix/templates/.default/components/simai/sf.iblock.list/pkgh-priem-pd-info/style.css?17828875281779*/
.pd-btn-download {
    background: #2b6ce2;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 12px;
    border-radius: 10px;
    font-weight: bold;
    transition: 0.3s;
}

.pd-section {
    margin: 0 auto;
    color: #333;
}

.pd-header {
    text-align: center;
    margin-bottom: 40px;
}

.pd-header h1 { font-size: 36px; font-weight: 800; margin-bottom: 10px; }
.pd-header p { color: #888; font-size: 16px; }

/* Карточки */
.pd-cards-grid {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}

.pd-card {
    flex: 1;
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}

.pd-card-title {
    color: #2b6ce2;
    font-size: 22px;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.pd-card-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
}

.pd-btn-download {
    background: #2b6ce2;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 12px;
    border-radius: 10px;
    font-weight: bold;
    transition: 0.3s;
}

.pd-btn-download:hover { background: #1a56c5; }

/* Таблица */
.pd-schedule-container {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
}

.pd-table-header {
    background: #2b6ce2;
    color: #fff;
    padding: 20px 30px;
    font-size: 24px;
    font-weight: bold;
}

.pd-col-group {
    color: #FC781F;
    font-weight: bold;
}

.pd-col-exam {
    font-weight: bold;
}

/* Адаптив */
@media (max-width: 768px) {
    .pd-cards-grid { flex-direction: column; }
    .pd-table-header { font-size: 18px; }
    .pd-table td, .pd-table th { padding: 15px; }
}
/* End */


/* Start:/bitrix/templates/.default/components/simai/sf.iblock.list/pkgh-priem-sposob-doc/style.css?17828910672114*/
/* Красная плашка сверху */
.global-alert {
    background: #fff5f5;
    border: 1px solid #ffc1c1;
    color: #d63031;
    padding: 15px 20px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 14px;
}

.steps-section {
    margin-bottom: 60px;
}

.steps-section-title {
    background: #2b6ce2;
    color: #fff;
    padding: 15px 25px;
    border-radius: 10px;
    font-size: 20px;
    margin-bottom: 25px;
}

/* Карточка "Важно" */
.step-important-card {
    border-left: 5px solid #ff8227;
    background: #fff9f4;
    padding: 25px;
    border-radius: 0 15px 15px 0;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.important-label {
    color: #ff8227;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 10px;
}

.important-content {
    font-size: 15px;
    line-height: 1.6;
}

/* Таблица шагов */
.steps-table-wrapper {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
}

.steps-table {
    width: 100%;
    border-collapse: collapse;
}

.steps-table tr {
    border-bottom: 1px solid #f0f2f5;
}

.steps-table tr:last-child {
    border-bottom: none;
}

.steps-table td {
    padding: 25px 20px;
    vertical-align: top;
}

.step-number-col {
    width: 40px;
    text-align: right;
}

.step-num {
    font-weight: bold;
    color: #2b6ce2;
    font-size: 16px;
}

.step-name-col {
    width: 200px;
    font-size: 15px;
}

.step-text-col {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* Форматирование текста внутри шагов (списки и т.д.) */
.formatted-text ul {
    margin: 10px 0;
    padding-left: 20px;
}

.formatted-text li {
    margin-bottom: 5px;
}

/* Адаптив */
@media (max-width: 768px) {
    .steps-table td {
        display: block;
        width: 100% !important;
        padding: 10px 20px;
    }
    .step-number-col { padding-top: 20px; }
    .step-text-col { padding-bottom: 20px; }
}
/* End */


/* Start:/bitrix/templates/.default/components/simai/sf.iblock.list/pkgh-priem-dis-info/style.css?17878397472114*/
/* Красная плашка сверху */
.global-alert {
    background: #fff5f5;
    border: 1px solid #ffc1c1;
    color: #d63031;
    padding: 15px 20px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 14px;
}

.steps-section {
    margin-bottom: 60px;
}

.steps-section-title {
    background: #2b6ce2;
    color: #fff;
    padding: 15px 25px;
    border-radius: 10px;
    font-size: 20px;
    margin-bottom: 25px;
}

/* Карточка "Важно" */
.step-important-card {
    border-left: 5px solid #ff8227;
    background: #fff9f4;
    padding: 25px;
    border-radius: 0 15px 15px 0;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.important-label {
    color: #ff8227;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 10px;
}

.important-content {
    font-size: 15px;
    line-height: 1.6;
}

/* Таблица шагов */
.steps-table-wrapper {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
}

.steps-table {
    width: 100%;
    border-collapse: collapse;
}

.steps-table tr {
    border-bottom: 1px solid #f0f2f5;
}

.steps-table tr:last-child {
    border-bottom: none;
}

.steps-table td {
    padding: 25px 20px;
    vertical-align: top;
}

.step-number-col {
    width: 40px;
    text-align: right;
}

.step-num {
    font-weight: bold;
    color: #2b6ce2;
    font-size: 16px;
}

.step-name-col {
    width: 200px;
    font-size: 15px;
}

.step-text-col {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* Форматирование текста внутри шагов (списки и т.д.) */
.formatted-text ul {
    margin: 10px 0;
    padding-left: 20px;
}

.formatted-text li {
    margin-bottom: 5px;
}

/* Адаптив */
@media (max-width: 768px) {
    .steps-table td {
        display: block;
        width: 100% !important;
        padding: 10px 20px;
    }
    .step-number-col { padding-top: 20px; }
    .step-text-col { padding-bottom: 20px; }
}
/* End */


/* Start:/bitrix/templates/.default/components/simai/sf.iblock.list/pkgh-priem-dis-info-two/style.css?17878397942114*/
/* Красная плашка сверху */
.global-alert {
    background: #fff5f5;
    border: 1px solid #ffc1c1;
    color: #d63031;
    padding: 15px 20px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 14px;
}

.steps-section {
    margin-bottom: 60px;
}

.steps-section-title {
    background: #2b6ce2;
    color: #fff;
    padding: 15px 25px;
    border-radius: 10px;
    font-size: 20px;
    margin-bottom: 25px;
}

/* Карточка "Важно" */
.step-important-card {
    border-left: 5px solid #ff8227;
    background: #fff9f4;
    padding: 25px;
    border-radius: 0 15px 15px 0;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.important-label {
    color: #ff8227;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 10px;
}

.important-content {
    font-size: 15px;
    line-height: 1.6;
}

/* Таблица шагов */
.steps-table-wrapper {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
}

.steps-table {
    width: 100%;
    border-collapse: collapse;
}

.steps-table tr {
    border-bottom: 1px solid #f0f2f5;
}

.steps-table tr:last-child {
    border-bottom: none;
}

.steps-table td {
    padding: 25px 20px;
    vertical-align: top;
}

.step-number-col {
    width: 40px;
    text-align: right;
}

.step-num {
    font-weight: bold;
    color: #2b6ce2;
    font-size: 16px;
}

.step-name-col {
    width: 200px;
    font-size: 15px;
}

.step-text-col {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* Форматирование текста внутри шагов (списки и т.д.) */
.formatted-text ul {
    margin: 10px 0;
    padding-left: 20px;
}

.formatted-text li {
    margin-bottom: 5px;
}

/* Адаптив */
@media (max-width: 768px) {
    .steps-table td {
        display: block;
        width: 100% !important;
        padding: 10px 20px;
    }
    .step-number-col { padding-top: 20px; }
    .step-text-col { padding-bottom: 20px; }
}
/* End */


/* Start:/bitrix/templates/.default/components/simai/sf.iblock.list/pkgh-video/style.css?17828244252349*/
.video-section-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #333;
}

.video-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    height: 100%;
}

.video-card:hover {
    transform: translateY(-5px);
}

.video-link {
    text-decoration: none;
    display: block;
}

/* Контейнер превью с пропорциями 16:9 */
.video-thumbnail {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    background-size: cover;
    background-position: center;
    background-color: #000;
}

/* Затемнение при наведении */
.video-thumbnail::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.2);
    transition: 0.3s;
}

.video-card:hover .video-thumbnail::after {
    background: rgba(0,0,0,0.4);
}

/* Кнопка PLAY */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: #2b6ce2;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 0 20px rgba(43, 108, 226, 0.5);
    transition: 0.3s;
}

.play-button svg {
    width: 30px;
    height: 30px;
}

.video-card:hover .play-button {
    background: #ff8227; /* Меняем цвет на оранжевый при наведении */
    box-shadow: 0 0 25px rgba(255, 130, 39, 0.6);
    transform: translate(-50%, -50%) scale(1.1);
}

.video-info {
    padding: 20px;
}

.video-name {
    margin: 0;
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    font-weight: bold;
}

/* Навигация */
.video-nav {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

.v-nav-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    transition: 0.3s;
    color: #666;
}

.v-nav-btn:hover {
    border-color: #2b6ce2;
    color: #2b6ce2;
}

.swiper-button-disabled {
    opacity: 0.3;
    cursor: default;
}
/* End */
/* /bitrix/templates/simai.framework/components/simai/sf.iblock.list/pkgh-priem-banner-main/style.css?17885072346699 */
/* /bitrix/templates/simai.framework/components/simai/sf.iblock.list/pkgh-buttons/style.css?17818677931417 */
/* /bitrix/templates/.default/components/simai/sf.iblock.list/pkgh-priem-plan-spes/style.css?17828241224097 */
/* /bitrix/templates/.default/components/simai/sf.iblock.list/pkgh-priem-date-line/style.css?17828287442788 */
/* /bitrix/templates/.default/components/simai/sf.iblock.list/pkgh-priem-document/style.css?17828873832559 */
/* /bitrix/templates/.default/components/simai/sf.iblock.list/pkgh-priem-pd-info/style.css?17828875281779 */
/* /bitrix/templates/.default/components/simai/sf.iblock.list/pkgh-priem-sposob-doc/style.css?17828910672114 */
/* /bitrix/templates/.default/components/simai/sf.iblock.list/pkgh-priem-dis-info/style.css?17878397472114 */
/* /bitrix/templates/.default/components/simai/sf.iblock.list/pkgh-priem-dis-info-two/style.css?17878397942114 */
/* /bitrix/templates/.default/components/simai/sf.iblock.list/pkgh-video/style.css?17828244252349 */
