/* Жирный вес шрифта Roboto берём из реального локального файла (как на остальном
   сайте), а не из синтетического faux-bold: Google-шрифт Roboto подключён только
   в весе 400, поэтому font-weight:600/700 раньше «дорисовывался» браузером. */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-bold.woff2') format('woff2'),
         url('../fonts/roboto-bold.woff') format('woff'),
         url('../fonts/roboto-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.page-service-sertif .page-service-sertif-item {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.svc-sertif-wide .page-service-sertif-item {
    max-width: 1303px;
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (min-width: 993px) {
    .page-service-sertif-item-img {
        align-self: stretch;
        position: relative;
        overflow: hidden;
    }
    .page-service-sertif-item-img a {
        display: block;
        position: absolute;
        top: 0;
        left: 30px;
        right: 30px;
        bottom: 0;
    }
    .page-service-sertif-item-img a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
    }
}
.svc-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.svc-bg-about,
.svc-bg-views {
    display: block;
}
@media (max-width: 515px) {
    .svc-bg-about,
    .svc-bg-views {
        display: none;
    }
    .svc-bg-for {
        background: none;
        min-height: auto;
    }
}
@media (max-width: 414px) {
    .svc-bg-views {
        display: none;
    }
}
.svc-eval-intro {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #000;
    margin-bottom: 22px;
}
.svc-eval-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 22px;
}
.svc-eval-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    margin-right: 15px;
    margin-top: -6px;
}
.svc-eval-title {
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 6px;
}
.svc-eval-desc {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #000;
}
.svc-list {
    list-style: none;
    margin: 0;
    padding-left: 16px;
}
.svc-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #000;
}
.svc-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #E20A17;
    font-weight: 700;
}
.svc-list--tight li {
    margin-bottom: 6px;
}
.svc-list--sm li {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 6px;
}
.svc-list__title {
    color: #000;
    font-weight: 700;
    margin-bottom: 2px;
}
.svc-list__lead {
    color: #000;
    font-weight: 700;
}
/* Списки с жирным лид-ином (__lead) — отступ между пунктами */
.svc-list li:has(.svc-list__lead) {
    margin-bottom: 2px;
}
/* Компактный вариант таких списков — наоборот, плотнее */
.svc-list--sm li:has(.svc-list__lead) {
    margin-bottom: 2px;
}
.svc-list__desc {
    color: #000;
}
.svc-compare-section {
    width: 100%;
    box-sizing: border-box;
    padding: 60px 0;
    background: url('../images/sertif.svg') no-repeat center center;
    background-size: cover;
}
.svc-compare {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.svc-compare-section .page-service-sertif {
    background: none;
}
.svc-compare-badges {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 26px;
}
.svc-compare-badge {
    width: 64px;
    height: 64px;
    background: #E7000B;
    border-radius: 14px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.svc-compare-badge img {
    width: 48px;
    height: 48px;
}
.svc-compare-badge--l {
    transform: rotate(3deg);
}
.svc-compare-badge--r {
    transform: rotate(-3deg);
}
.svc-compare-vline {
    width: 4px;
    height: 48px;
    background: #E7000B;
    border-radius: 2px;
}
.svc-compare-title {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin: 0 0 14px;
}
.svc-compare-sub {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    color: #000;
    margin: 0 0 34px;
}
.svc-compare-card {
    background: #F5F5F5;
    border-radius: 25px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
    padding: 18px 30px 26px;
    overflow-x: auto;
}
.svc-compare-table {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
    table-layout: fixed;
}
.svc-compare-table th,
.svc-compare-table td {
    width: 33.33%;
    vertical-align: top;
    text-align: left;
    padding: 13px 24px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}
.svc-compare-table td + td,
.svc-compare-table th + th {
    border-left: 2px solid #D4D4D4;
}
.svc-compare-table thead th {
    padding-top: 16px;
    padding-bottom: 18px;
}
.svc-compare-hcell {
    display: flex;
    align-items: center;
    gap: 9px;
}
.svc-compare-hicon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    object-fit: contain;
}
.svc-compare-hname {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
}
.svc-compare-hdesc {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #A1A1A1;
}
.svc-compare-table td.svc-compare-lbl {
    font-weight: 700;
    white-space: nowrap;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.svc-compare-lbl img {
    width: 16px;
    height: 16px;
    margin-top: 4px;
    flex-shrink: 0;
}
@media (max-width: 600px) {
    .svc-compare-title {
        font-size: 32px;
    }
    .svc-compare-card {
        padding: 14px 14px 18px;
    }
    .svc-compare-table th,
    .svc-compare-table td {
        padding: 10px 12px;
    }
}
.svc-cmp {
    max-width: 737px;
    margin: 28px 0;
    padding: 24px 30px 26px;
    background: #F5F5F5;
    border-radius: 25px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.svc-cmp__title {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    padding-bottom: 16px;
    border-bottom: 2px solid #D4D4D4;
}
.svc-cmp__grid {
    display: grid;
    grid-template-columns: minmax(110px, 1.1fr) 1fr 1fr;
}
.svc-cmp__cell {
    padding: 11px 16px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}
.svc-cmp__grid > .svc-cmp__cell:nth-child(3n+2),
.svc-cmp__grid > .svc-cmp__cell:nth-child(3n) {
    border-left: 2px solid #D4D4D4;
}
.svc-cmp__coltitle {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.svc-cmp__label {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.svc-cmp__icon {
    width: 16px;
    height: 16px;
    margin-top: 4px;
    flex-shrink: 0;
}
@media (max-width: 480px) {
    .svc-cmp {
        padding: 18px 14px 16px;
    }
    .svc-cmp__cell {
        padding: 9px 8px;
        font-size: 13px;
    }
    .svc-cmp__coltitle,
    .svc-cmp__label {
        font-size: 14px;
    }
}
@media (min-width: 993px) {
    .svc-page-iso42 .page-service-info-sert_inside {
        width: 960px;
        max-width: 100%;
    }
    .svc-page-iso42 .banner-info__title-allpage {
        white-space: nowrap;
        transform: translateX(-30px);
    }
}
.svc-page-iso42 .svc-list--sm {
    margin-bottom: 15px;
}
@media (min-width: 993px) {
    .svc-page-norsok .banner-info__title-allpage {
        transform: translateX(-30px);
    }
}
@media (min-width: 1201px) {
    .svc-about-compact .page-service-about-img {
        min-height: auto;
    }
}
.svc-h1 {
    color: #E20A17;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}
.svc-h3 {
    font-size: 19px;
    line-height: 21px;
    font-weight: 700;
}
/* Крупный заголовок блока услуг — как page-service-sertif__title на остальном сайте */
.page-service-sertif__title.svc-h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 800;
}
@media screen and (max-width: 767px) {
    .page-service-sertif__title.svc-h3 {
        font-size: 20px;
        line-height: 27px;
    }
}
.svc-text {
    font-size: 15px;
    line-height: 23px;
}
.svc-text-16 {
    font-size: 15px;
    line-height: 23px;
}
/* Заголовок в цветном блоке views — как page-service-views-types__title на сайте */
.page-service-views-types__title.svc-text-16 {
    font-size: 19px;
    line-height: 28px;
}
.svc-text-12 {
    font-size: 14px;
    line-height: 24px;
}
.svc-fw400 {
    font-weight: 400;
}
.svc-fw600 {
    font-weight: 600;
}
.svc-fw700 {
    font-weight: 700;
}
.svc-white {
    color: #fff;
}
.svc-accent {
    color: #E20A17;
}
.svc-u {
    text-decoration: underline;
}
.svc-link {
    color: #007cac;
    text-decoration: underline;
}
.svc-link:hover {
    color: #000;
}
.svc-accent-link {
    color: #007cac;
    font-weight: 700;
    text-decoration: underline;
}
.svc-accent-link:hover {
    color: #000;
}
.svc-pointer {
    cursor: pointer;
}
.svc-mh-auto {
    min-height: auto;
}
.svc-hidden {
    display: none;
    visibility: hidden;
}
.svc-note {
    font-style: italic;
    margin-top: 10px;
}
.svc-ticker {
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin: 0;
}
.svc-ticker-n {
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin: 0;
}

/* ======================================================================
   Страница обучения «Бережливое производство» (lean-production)
   Блоки, которых нет в app.min.css: героблок без формы, нумерованные
   курсы, чипы длительности, аккордеон плана, тёмный CTA-блок.
   ====================================================================== */
.lean-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
/* --- Героблок --- */
.lean-hero {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 75px 0 85px;
    box-sizing: border-box;
}
.lean-hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(40, 70, 88, .74);
}
.lean-hero .lean-wrap {
    position: relative;
}
.lean-hero__date {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #284658;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    padding: 8px 15px;
    border-radius: 6px;
    margin-bottom: 26px;
}
.lean-hero__title.banner-info__title-allpage {
    margin-top: 0;
    margin-bottom: 26px;
}
.lean-hero__desc {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}
/* --- Блок курса --- */
.lean-course {
    padding: 60px 0 10px;
}
.lean-course__head {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 34px;
}
.lean-course__num {
    font-size: 64px;
    line-height: 1;
    font-weight: 700;
    color: #D4D4D4;
    flex-shrink: 0;
}
.lean-course__badge {
    display: inline-block;
    background: #284658;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding: 6px 13px;
    border-radius: 4px;
    margin-bottom: 9px;
}
.lean-course__title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #284658;
    margin: 0;
}
.lean-course__body {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.lean-course--rev .lean-course__body {
    flex-direction: row-reverse;
}
.lean-course__img {
    flex: 0 0 39%;
    max-width: 39%;
}
.lean-course__img img {
    display: block;
    width: 100%;
    height: auto;
}
.lean-course__text {
    flex: 1;
    min-width: 0;
}
/* --- Красный подзаголовок внутри курса --- */
.lean-subtitle {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #E20A17;
    margin: 26px 0 12px;
}
.lean-course__text > .lean-subtitle:first-child {
    margin-top: 0;
}
/* --- Чипы «Продолжительность» --- */
.lean-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.lean-chip {
    border: 1px solid #D4D4D4;
    border-radius: 6px;
    background: #fff;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}
/* --- План семинара: карточка / аккордеон --- */
.lean-plan {
    border: 1px solid #D4D4D4;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 12px;
    overflow: hidden;
}
.lean-plan__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #284658;
    cursor: pointer;
}
.lean-plan__arrow {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: transform .25s ease-in;
}
.lean-plan.is-open .lean-plan__arrow {
    transform: rotate(180deg);
}
.lean-plan__body {
    display: none;
}
.lean-plan.is-open .lean-plan__body {
    display: block;
}
.lean-plan__head + .lean-plan__body {
    border-top: 1px solid #D4D4D4;
}
.lean-plan__item {
    padding: 12px 18px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}
.lean-plan__item + .lean-plan__item {
    border-top: 1px solid #EDEDED;
}
/* --- Тёмный CTA-блок (курс №4) --- */
.lean-cta {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 90px 0 100px;
    margin-top: 60px;
    box-sizing: border-box;
}
.lean-cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(40, 70, 88, .78);
}
.lean-cta .lean-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 26px;
}
.lean-cta__num {
    font-size: 90px;
    line-height: 1;
    font-weight: 700;
    color: rgba(255, 255, 255, .28);
    flex-shrink: 0;
}
.lean-cta__info {
    max-width: 700px;
}
.lean-cta__badge {
    display: inline-block;
    background: #E20A17;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding: 6px 13px;
    border-radius: 4px;
    margin-bottom: 14px;
}
.lean-cta__title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.lean-cta__title-accent {
    display: block;
    color: #E20A17;
}
.lean-cta__desc {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #fff;
    margin: 18px 0 28px;
}
@media screen and (max-width: 992px) {
    .lean-course__body,
    .lean-course--rev .lean-course__body {
        flex-direction: column;
    }
    .lean-course__img {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .lean-hero {
        padding: 45px 0 55px;
    }
    .lean-hero__desc br {
        display: none;
    }
    .lean-course {
        padding-top: 45px;
    }
    .lean-course__head {
        gap: 15px;
        margin-bottom: 26px;
    }
    .lean-course__num {
        font-size: 46px;
    }
    .lean-course__title {
        font-size: 20px;
        line-height: 27px;
    }
    .lean-cta {
        padding: 55px 0 60px;
        margin-top: 45px;
    }
    .lean-cta .lean-wrap {
        align-items: flex-start;
        gap: 15px;
    }
    .lean-cta__num {
        font-size: 56px;
    }
    .lean-cta__title {
        font-size: 22px;
        line-height: 30px;
    }
}
@media screen and (max-width: 480px) {
    .lean-course__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .lean-cta .lean-wrap {
        flex-direction: column;
        gap: 6px;
    }
    .lean-plan__head,
    .lean-plan__item {
        padding: 12px 14px;
    }
    .lean-chip {
        padding: 7px 12px;
        font-size: 13px;
    }
}
