.elementor-476 .elementor-element.elementor-element-9e1229e:not(.elementor-motion-effects-element-type-background), .elementor-476 .elementor-element.elementor-element-9e1229e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-476 .elementor-element.elementor-element-9e1229e > .elementor-background-overlay{background-image:url("https://xn--b1amqlmy.xn--p1ai/wp-content/uploads/2026/01/play-with-small-colorful-balls.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;opacity:0.1;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-476 .elementor-element.elementor-element-9e1229e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:110px 0px 110px 0px;}.elementor-476 .elementor-element.elementor-element-35e4247{text-align:center;}.elementor-476 .elementor-element.elementor-element-35e4247 .elementor-heading-title{font-family:var( --e-global-typography-af7e241-font-family ), Sans-serif;font-size:var( --e-global-typography-af7e241-font-size );font-weight:var( --e-global-typography-af7e241-font-weight );color:var( --e-global-color-9155f0a );}.elementor-476 .elementor-element.elementor-element-667c143{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-476 .elementor-element.elementor-element-de3819e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-476 .elementor-element.elementor-element-35e4247 .elementor-heading-title{font-size:var( --e-global-typography-af7e241-font-size );}}@media(max-width:767px){.elementor-476 .elementor-element.elementor-element-35e4247 .elementor-heading-title{font-size:var( --e-global-typography-af7e241-font-size );}}/* Start custom CSS for html, class: .elementor-element-9f25699 *//* Контейнер и общие отступы секции */
.section {
    padding: 80px 0;
}

.section__header {
    text-align: center;
    margin-bottom: 50px;
}

.section__title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
}

/* Путь (Journey) */
.journey-path {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0;
}

/* Вертикальная линия */
.journey-line {
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e0e0e0; /* Светлая линия */
    z-index: 1;
}

.journey-steps {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.journey-step {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    position: relative;
    z-index: 2;
}

/* Иконка с номером и фоном */
.journey-step__icon {
    position: relative;
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: #fff;
    border: 2px solid #f3f3f3;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.journey-step__number {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 30px;
    height: 30px;
    background: #1D4ED8; /* Ваш акцентный цвет (оранжевый) */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}

.journey-step__decoration {
    font-size: 2rem;
}

/* Текстовая часть */
.journey-step__title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #222;
}

.journey-step__text {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    max-width: 500px;
}

/* Адаптивность для мобилок */
@media (max-width: 768px) {
    .journey-line {
        left: 30px;
    }
    .journey-step__icon {
        width: 60px;
        height: 60px;
    }
    .journey-step__decoration {
        font-size: 1.5rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-91d291d *//* Основной контейнер секции */
.admission-details {
    background-color: #fcfcfc;
    padding: 60px 0;
}

/* Сетка карточек */
.admission-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.admission-card {
    background: #fff;
    border: 1px solid #eef0f2;
    border-radius: 12px;
    padding: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.admission-card:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.admission-card__title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.admission-card__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #1D4ED8; /* Ваш синий цвет */
}

.admission-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.admission-card__list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    color: #4b5563;
    line-height: 1.6;
    font-size: 1.05rem;
}

.admission-card__list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #1D4ED8;
    font-weight: bold;
}

/* Блок Миссия */
.admission-mission {
    background: #1a1a1a; /* Темный официальный фон */
    color: #fff;
    border-radius: 16px;
    padding: 50px;
    text-align: center;
    margin-bottom: 60px;
}

.admission-mission__title {
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #93c5fd; /* Светло-синий акцент */
}

.admission-mission__text {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    font-weight: 300;
}

/* Блок документов */
.admission-docs {
    text-align: center;
}

.admission-docs__title {
    margin-bottom: 30px;
    font-size: 1.3rem;
    color: #6b7280;
}

.admission-docs__grid {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.admission-doc-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    text-decoration: none;
    color: #374151;
    font-weight: 500;
    transition: all 0.2s ease;
}

.admission-doc-item:hover {
    border-color: #1D4ED8;
    color: #1D4ED8;
    background: #f0f7ff;
}

.admission-doc-item__icon {
    font-size: 1.2rem;
}

/* Адаптивность */
@media (max-width: 768px) {
    .admission-mission {
        padding: 30px 20px;
    }
    .admission-mission__text {
        font-size: 1rem;
    }
}/* End custom CSS */