.training-page {
    margin-top: 60px;
    padding-bottom: 65px;
}

.training-page__lead {
    margin: 0;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.02em;
}

.training-section {
    padding: 80px 0;
    border-bottom: 1px solid #dddddd;
}
.training-section.no-border {
    border: none;
    padding-bottom: 0px;
}

.training-section__title {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: #000000;
}

.training-matrix {
    margin-top: 40px;
    overflow-x: auto;
}

.training-matrix__table {
    width: 100%;
    min-width: 1200px;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
}

.training-matrix__table thead th {
    border-right: 1px solid #e6e6e6;
    padding: 10px 15px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #ffffff;
}

.training-matrix__table thead th:first-child {
    width: 185px;
    background: transparent;
    border-right: 1px solid #e6e6e6;
}

.training-matrix__table thead th:nth-child(2) {
    background: #00a082;
    border-top-left-radius: 10px;
}

.training-matrix__table thead th:nth-child(3) {
    background: #0e7f80;
}

.training-matrix__table thead th:nth-child(n + 4) {
    background: #479493;
}

.training-matrix__table thead th:last-child {
    border-right: 0;
}

.training-matrix__table tbody th {
    width: 185px;
    padding: 10px 15px;
    background: #bcd7d8;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #0e7f80;
    text-align: left;
    vertical-align: middle;
}

.training-matrix__table tbody tr:first-child th {
    border-top-left-radius: 10px;
}

.training-matrix__table tbody tr:last-child th {
    border-bottom: 1px solid #e6e6e6;
}

.training-matrix__table td {
    padding: 14px 12px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background: #ffffff;
    vertical-align: middle;
}

.training-matrix__table td:last-child {
    border-right: 1px solid #e6e6e6;
}

.training-matrix__table tbody tr:last-child td {
    border-bottom: 1px solid #e6e6e6;
}

.training-chip {
    display: block;
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    background: #edf2f2;
    color: #0e7f80;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-align: center;
}

.training-chip-stack {
    display: grid;
    gap: 8px;
}

.training-chip--dark {
    background: #408db5;
    color: #ffffff;
}

.training-chip--wide {
    width: 100%;
}

.training-chip--multiline {
    line-height: 1.45;
}

.training-card-list {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.training-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 32px;
    background: #f7f7f7;
}

.training-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #00a082;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.training-card__content {
    flex: 1 1 auto;
    min-width: 0;
}

.training-card__content--full {
    width: 100%;
}

.training-card__head {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.training-card__head h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #000000;
}

.training-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 10px;
    border-radius: 6px;
    background: #408db5;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.02em;
}

.training-card__content p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.02em;
    color: #000000;
}

.training-card__media,
.training-card__placeholder {
    width: 280px;
    height: 160px;
    flex: 0 0 auto;
}

.training-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.training-card__placeholder {
    background: #e7b3b7;
}

.training-card--flow {
    flex-direction: column;
    gap: 24px;
}

.rotation-flow {
    width: 100%;
    padding: 20px 40px;
    background: #ffffff;
    display: flex;
    place-content: center;
}

.rotation-flow__months {
    margin-left: 244px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.rotation-flow__months span {
    position: relative;
    display: block;
    text-align: center;
    color: #0e7f80;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.rotation-flow__months span::after {
    content: "";
    position: absolute;
    top: 32px;
    left: 50%;
    width: 1px;
    height: 222px;
    background: #e6e6e6;
}

.rotation-flow__lane {
    margin-top: 12px;
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    align-items: center;
    gap: 20px;
    padding: 13px 16px;
    border-radius: 6px;
    background: #edf2f2;
}

.rotation-flow__lane p {
    margin: 0;
    color: #0e7f80;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
}

.rotation-flow__bars {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rotation-flow__bar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 8px;
    border-radius: 6px;
    background: #479493;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.rotation-flow__bar--short {
    min-width: 90px;
}

.rotation-flow__bar--mid {
    min-width: 130px;
}

.rotation-flow__bar--long {
    min-width: 250px;
    flex: 1 1 auto;
}

.training-list {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.training-list__item {
    position: relative;
    padding: 32px;
    background: #f7f7f7;
}

.training-list__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #00a082;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.training-list__head {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.training-list__head h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #000000;
}

.training-list__item p {
    margin: 8px 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.02em;
    color: #000000;
}

.career-step {
    margin-top: 40px;
    display: flex;
    align-items: flex-end;
}

.career-step__persona {
    width: 240px;
    height: 135px;
    flex: 0 0 auto;
    background: #bcd7d8;
    border: 1px solid #e6e6e6;
    border-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #0e7f80;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.career-step__grid {
    flex: 1 1 auto;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(6, minmax(160px, 1fr));
    align-items: end;
}

.career-step__column {
    display: flex;
    flex-direction: column;
}

.career-step__stage {
    border-right: 1px solid #e6e6e6;
}

.career-step__step,
.career-step__role {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.02em;
}

.career-step__step {
    height: 40px;
    font-size: 18px;
    line-height: 1.5;
}

.career-step__role {
    font-size: 22px;
    line-height: 1.5;
}

.career-step__desc {
    margin: 0;
    min-height: 135px;
    padding: 15px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
    background: #ffffff;
}

.career-step__column--1 .career-step__step,
.career-step__column--1 .career-step__role {
    background: #00a082;
}

.career-step__column--2 .career-step__step,
.career-step__column--2 .career-step__role {
    background: #0e7f80;
}

.career-step__column--1 .career-step__role {
    min-height: 40px;
}

.career-step__column--2 .career-step__role {
    min-height: 80px;
}

.career-step__column--3 .career-step__step,
.career-step__column--3 .career-step__role,
.career-step__column--4 .career-step__step,
.career-step__column--4 .career-step__role,
.career-step__column--5 .career-step__step,
.career-step__column--5 .career-step__role,
.career-step__column--6 .career-step__step,
.career-step__column--6 .career-step__role {
    background: #479493;
}

.career-step__column--3 .career-step__role {
    min-height: 120px;
}

.career-step__column--4 .career-step__role {
    min-height: 160px;
}

.career-step__column--5 .career-step__role {
    min-height: 200px;
}

.career-step__column--6 .career-step__role {
    min-height: 240px;
}

.qualification-box {
    margin-top: 80px;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    padding: 40px;
}

.qualification-box p {
    margin: 20px 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.02em;
    color: #000000;
}

.qualification-box__benefits {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.qualification-box__benefits p {
    margin: 0;
    min-height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #f7f7f7;
    color: #0e7f80;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
}

.qualification-box__button {
    margin-top: 20px;
    width: 300px;
    min-height: 72px;
    border-radius: 50px;
    padding: 10px 15px;
    background: #0e7f80;
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.qualification-box__button-icon {
    position: absolute;
    right: 15px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ffffff;
}

.qualification-box__button-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 48%;
    width: 8px;
    height: 8px;
    border-top: 1.6px solid #0e7f80;
    border-right: 1.6px solid #0e7f80;
    transform: translate(-50%, -50%) rotate(45deg);
}

@media (max-width: 1080px) {
    .training-page {
        margin-top: 44px;
    }
    .training-section {
        padding: 56px 0;
    }
    .training-section__title {
        font-size: 30px;
    }
    .training-card {
        gap: 24px;
        padding: 24px;
    }
    .training-card__media,
    .training-card__placeholder {
        width: 240px;
        height: 140px;
    }
    .rotation-flow {
        padding: 20px;
    }
    .rotation-flow__months {
        margin-left: 174px;
    }
    .rotation-flow__lane {
        grid-template-columns: 160px minmax(0, 1fr);
    }
    .training-list__item {
        padding: 24px;
    }
    .career-step {
        overflow-x: auto;
    }
    .career-step__persona,
    .career-step__grid {
        flex: 0 0 auto;
    }
    .qualification-box {
        margin-top: 56px;
        padding: 28px;
    }
    .qualification-box__benefits p {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .training-page {
        margin-top: 36px;
    }
    .training-page__lead {
        font-size: 13px;
        line-height: 1.9;
    }
    .training-section {
        padding: 44px 0;
    }
    .training-section__title {
        font-size: 28px;
        line-height: 1.35;
    }
    .training-card {
        flex-direction: column;
        padding: 20px;
        gap: 16px;
    }
    .training-card__media,
    .training-card__placeholder {
        width: 100%;
        height: auto;
        aspect-ratio: 28/16;
    }
    .training-card__head {
        gap: 10px;
    }
    .training-card__head h3 {
        font-size: 22px;
    }
    .training-pill {
        font-size: 13px;
        line-height: 1.5;
    }
    .rotation-flow {
        overflow-x: auto;
        display: block;
        padding: 14px;
    }
    .rotation-flow img {
        width: 750px;
        max-width: initial;
    }
    .rotation-flow__months {
        margin-left: 0;
        gap: 10px;
    }
    .rotation-flow__months span {
        font-size: 18px;
    }
    .rotation-flow__months span::after {
        top: 26px;
        height: 140px;
    }
    .rotation-flow__lane {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 10px 12px;
    }
    .rotation-flow__lane p {
        text-align: left;
    }
    .rotation-flow__bars {
        flex-wrap: wrap;
    }
    .rotation-flow__bar {
        width: 100%;
    }
    .training-list__item {
        padding: 20px;
    }
    .training-list__head {
        gap: 10px;
    }
    .training-list__head h3 {
        font-size: 22px;
        line-height: 1.4;
    }

    .career-step {
        overflow-x: auto;
        display: block;
    }
    .career-step img {
        width: 670px;
        max-width: initial;
    }
    .career-step__persona {
        width: 120px;
        font-size: 12px;
    }
    .career-step__grid {
        grid-template-columns: repeat(6, minmax(140px, 1fr));
    }
    .career-step__step {
        font-size: 16px;
    }
    .career-step__role {
        font-size: 20px;
    }
    .career-step__desc {
        font-size: 13px;
    }
    .qualification-box {
        margin-top: 44px;
        padding: 20px;
        border-radius: 12px;
    }
    .qualification-box__benefits {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .qualification-box__benefits p {
        min-height: 66px;
        font-size: 18px;
    }
    .qualification-box__button {
        width: 100%;
        min-height: 58px;
        font-size: 18px;
    }
}
/*# sourceMappingURL=training-certification-support.css.map */
