

/* Start:/local/templates/tmpl2025/components/bitrix/news.detail/child-course-detail/style.css?178758763322048*/
.child-course-detail2025 {
    --child-course-detail-card-padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    width: 100%;
    max-width: 100%;
}

.child-course-detail2025-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr);
    gap: 20px;
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid rgba(13, 11, 12, 0.08);
    border-radius: 32px;
    background:
        radial-gradient(120% 120% at 0% 0%, rgba(199, 0, 18, 0.12) 0%, rgba(199, 0, 18, 0) 58%),
        linear-gradient(180deg, #ffffff 0%, #f8f5f5 100%);
    box-shadow: 0 22px 44px rgba(13, 11, 12, 0.08);
}

.child-course-detail2025-hero.has-cover {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    align-items: stretch;
}

.child-course-detail2025-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.child-course-detail2025-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    min-height: 42px;
    padding: 10px 16px;
    border: 1px solid rgba(13, 11, 12, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
    color: #221d1e !important;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.child-course-detail2025-back:hover {
    border-color: rgba(199, 0, 18, 0.28);
    color: #c70012 !important;
}

.child-course-detail2025-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.child-course-detail2025-badge {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 5px 12px;
    border-radius: 999px;
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.child-course-detail2025-badge.is-new {
    background: rgba(199, 0, 18, 0.1);
    color: #c70012;
}

.child-course-detail2025-badge.is-pfdo {
    background: rgba(0, 107, 228, 0.12);
    color: #005bc2;
}

.child-course-detail2025-eyebrow {
    color: #c70012;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.child-course-detail2025-title {
    margin: 0;
    color: #0d0b0c;
    font-family: "Manrope", sans-serif;
    font-size: clamp(32px, 4vw, 56px);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.04em;
    overflow-wrap: anywhere;
}

.child-course-detail2025-lead {
    max-width: 760px;
    margin: 0;
    color: #4f4647;
    font-family: "Golos Text", sans-serif;
    font-size: clamp(16px, 1.6vw, 20px);
    line-height: 1.6;
    overflow-wrap: anywhere;
}

.child-course-detail2025-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 4px 0 0;
}

.child-course-detail2025-fact {
    padding: 14px 16px;
    border: 1px solid rgba(13, 11, 12, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
}

.child-course-detail2025-fact dt {
    margin: 0 0 6px;
    color: #8b7f80;
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.child-course-detail2025-fact dd {
    margin: 0;
    color: #0d0b0c;
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.child-course-detail2025-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 4px;
}

.child-course-detail2025-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-height: 50px;
    padding: 12px 20px;
    border-radius: 16px;
    border: 1px solid transparent;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    overflow-wrap: anywhere;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.child-course-detail2025-btn-primary {
    background: #c70012;
    color: #fff !important;
    box-shadow: 0 16px 30px rgba(199, 0, 18, 0.18);
}

.child-course-detail2025-btn-primary:hover {
    background: #dd071a;
    color: #fff !important;
    transform: translateY(-1px);
}

.child-course-detail2025-btn-secondary {
    border-color: rgba(13, 11, 12, 0.12);
    background: #fff;
    color: #0d0b0c !important;
}

.child-course-detail2025-btn-secondary:hover {
    border-color: rgba(199, 0, 18, 0.28);
    color: #c70012 !important;
    transform: translateY(-1px);
}

.child-course-detail2025-cover {
    position: relative;
    min-height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(13, 11, 12, 0.08) 0%, rgba(13, 11, 12, 0.22) 100%);
}

.child-course-detail2025-cover img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

.child-course-detail2025-cover figcaption {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.88);
    color: #005bc2;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    backdrop-filter: blur(12px);
}

.child-course-detail2025-body {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 360px);
    gap: 20px;
    align-items: start;
}

.child-course-detail2025-main {
    min-width: 0;
}

.child-course-detail2025-sections {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.child-course-detail2025-section {
    min-width: 0;
    max-width: 100%;
    margin-top: 0;
    padding: var(--child-course-detail-card-padding);
    border: 1px solid rgba(13, 11, 12, 0.08);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(13, 11, 12, 0.05);
}

.child-course-detail2025-section.is-wide {
    grid-column: 1 / -1;
}

.child-course-detail2025-section.is-accent {
    background:
        radial-gradient(140% 120% at 0% 0%, rgba(199, 0, 18, 0.08) 0%, rgba(199, 0, 18, 0) 60%),
        linear-gradient(180deg, #ffffff 0%, #faf6f6 100%);
}

.child-course-detail2025-section.is-showcase {
    padding: clamp(20px, 2.4vw, 30px);
    background:
        radial-gradient(140% 120% at 0% 0%, rgba(199, 0, 18, 0.07) 0%, rgba(199, 0, 18, 0) 46%),
        linear-gradient(180deg, #ffffff 0%, #faf7f7 100%);
}

.child-course-detail2025-section.is-recommend {
    background:
        radial-gradient(140% 120% at 0% 0%, rgba(0, 107, 228, 0.08) 0%, rgba(0, 107, 228, 0) 46%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.child-course-detail2025-section.is-students {
    background:
        radial-gradient(140% 120% at 0% 0%, rgba(255, 183, 0, 0.1) 0%, rgba(255, 183, 0, 0) 44%),
        linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
}

.child-course-detail2025-section h2 {
    margin: 0 0 14px;
    color: #0d0b0c;
    font-family: "Manrope", sans-serif;
    font-size: clamp(22px, 2vw, 28px);
    line-height: 1.1;
    overflow-wrap: anywhere;
}

.child-course-detail2025-richtext {
    color: #3f3839;
    font-family: "Golos Text", sans-serif;
    font-size: 16px;
    line-height: 1.75;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.child-course-detail2025-richtext > *:first-child {
    margin-top: 0;
}

.child-course-detail2025-richtext > *:last-child {
    margin-bottom: 0;
}

.child-course-detail2025-richtext p,
.child-course-detail2025-richtext ul,
.child-course-detail2025-richtext ol {
    margin: 0 0 14px;
}

.child-course-detail2025-richtext ul,
.child-course-detail2025-richtext ol {
    padding-left: 22px;
}

.child-course-detail2025-richtext li + li {
    margin-top: 8px;
}

.child-course-detail2025-richtext a {
    color: #c70012;
}

.child-course-detail2025-about-info {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 22px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(13, 11, 12, 0.08);
}

.child-course-detail2025-section h2 + .child-course-detail2025-about-info {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.child-course-detail2025-about-info-item {
    min-width: 0;
}

.child-course-detail2025-about-info-item h3 {
    margin: 0 0 8px;
    color: #0d0b0c;
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    line-height: 1.25;
}

.child-course-detail2025-about-info-text {
    color: #3f3839;
    font-family: "Golos Text", sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

.child-course-detail2025-about-info-text .child-course-detail2025-richtext,
.child-course-detail2025-about-info-text .child-course-detail2025-list,
.child-course-detail2025-about-info-text .child-course-detail2025-file-list {
    font-size: inherit;
    line-height: inherit;
}

.child-course-detail2025-skill-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.child-course-detail2025-skill-item {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 12px;
    color: #1f1a1b;
    font-family: "Golos Text", sans-serif;
    font-size: 16px;
    line-height: 1.35;
}

.child-course-detail2025-skill-icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.child-course-detail2025-skill-item span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.child-course-detail2025-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 18px;
    padding: 12px 18px;
    border-radius: 12px;
    background: #c70012;
    color: #fff !important;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.child-course-detail2025-download-btn:hover {
    background: #e1071a;
    transform: translateY(-1px);
}

.child-course-detail2025-richtext img,
.child-course-detail2025-richtext video,
.child-course-detail2025-richtext iframe {
    display: block;
    max-width: 100%;
    height: auto;
}

.child-course-detail2025-richtext table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    -webkit-overflow-scrolling: touch;
}

.child-course-detail2025-richtext th,
.child-course-detail2025-richtext td {
    min-width: 120px;
}

.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext {
    display: flow-root;
}

.child-course-detail2025-showcase-group + .child-course-detail2025-showcase-group {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid rgba(13, 11, 12, 0.08);
}

.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext > h2,
.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext > h3,
.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext > h4 {
    clear: both;
    margin: 0 0 14px;
    color: #c70012;
    font-family: "Manrope", sans-serif;
    font-size: clamp(28px, 2.8vw, 44px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext > h2:not(:first-child),
.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext > h3:not(:first-child),
.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext > h4:not(:first-child) {
    padding-top: 26px;
    border-top: 1px solid rgba(13, 11, 12, 0.08);
}

.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext > h2 + p,
.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext > h3 + p,
.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext > h4 + p {
    font-size: 18px;
    line-height: 1.8;
}

.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext strong,
.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext b {
    color: #c70012;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
}

.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext > img:first-child,
.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext > p:first-child img:first-child,
.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext > h2 + img,
.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext > h3 + img,
.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext > h4 + img,
.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext > hr + img {
    float: left;
    width: min(240px, 32vw);
    max-width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    margin: 4px 26px 20px 0;
    border: 1px solid rgba(13, 11, 12, 0.08);
    border-radius: 32px;
    box-shadow: 0 18px 30px rgba(13, 11, 12, 0.08);
    background: #fff;
}

.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext table {
    display: table;
    width: 100%;
    overflow: visible;
    border-collapse: separate;
    border-spacing: 0 14px;
}

.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext table tr {
    background: transparent;
}

.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext table td,
.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext table th {
    min-width: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
}

.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext table td:first-child,
.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext table th:first-child {
    width: min(260px, 34vw);
    padding-right: 28px;
}

.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext table img {
    width: min(240px, 32vw);
    max-width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border: 1px solid rgba(13, 11, 12, 0.08);
    border-radius: 32px;
    box-shadow: 0 18px 30px rgba(13, 11, 12, 0.08);
    background: #fff;
}

.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext hr {
    clear: both;
    margin: 30px 0;
    border: 0;
    border-top: 1px solid rgba(13, 11, 12, 0.08);
}

.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext ul {
    margin-top: 16px;
    padding-left: 0;
    list-style: none;
}

.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext ul li {
    position: relative;
    padding: 14px 16px 14px 46px;
    border: 1px solid rgba(13, 11, 12, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
}

.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext ul li::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 18px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(180deg, #df0018 0%, #ff5c6c 100%);
    box-shadow: 0 0 0 6px rgba(199, 0, 18, 0.1);
}

.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext p:has(img + img),
.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext div:has(img + img) {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
    margin-top: 16px;
}

.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext p:has(img + img) img,
.child-course-detail2025-section.is-showcase .child-course-detail2025-richtext div:has(img + img) img {
    float: none;
    width: 78px;
    height: 78px;
    margin: 0;
    border-radius: 20px;
    box-shadow: 0 10px 18px rgba(13, 11, 12, 0.06);
}

.child-course-detail2025-list,
.child-course-detail2025-file-list,
.child-course-detail2025-side-list {
    margin: 0;
    padding-left: 20px;
    color: #3f3839;
    font-family: "Golos Text", sans-serif;
    line-height: 1.7;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.child-course-detail2025-list li + li,
.child-course-detail2025-file-list li + li,
.child-course-detail2025-side-list li + li {
    margin-top: 10px;
}

.child-course-detail2025-file-list a {
    color: #c70012;
    text-decoration: none;
}

.child-course-detail2025-file-list a:hover {
    text-decoration: underline;
}

.child-course-detail2025-side {
    min-width: 0;
}

.child-course-detail2025-side-card {
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: var(--child-course-detail-card-padding);
    border: 1px solid rgba(13, 11, 12, 0.08);
    border-radius: 24px;
    background:
        radial-gradient(140% 120% at 0% 0%, rgba(0, 107, 228, 0.12) 0%, rgba(0, 107, 228, 0) 56%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 16px 32px rgba(13, 11, 12, 0.06);
}

.child-course-detail2025-side-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 32px;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(0, 107, 228, 0.1);
    color: #005bc2;
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.child-course-detail2025-side-card h2 {
    margin: 0;
    color: #0d0b0c;
    font-family: "Manrope", sans-serif;
    font-size: 28px;
    line-height: 1.08;
    overflow-wrap: anywhere;
}

.child-course-detail2025-side-card p {
    margin: 0;
    color: #4f4647;
    font-family: "Golos Text", sans-serif;
    line-height: 1.65;
    overflow-wrap: anywhere;
}

.child-course-detail2025-side-note {
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(0, 107, 228, 0.14);
    color: #005bc2;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    line-height: 1.5;
}

@media (max-width: 1120px) {
    .child-course-detail2025-hero.has-cover,
    .child-course-detail2025-body {
        grid-template-columns: 1fr;
    }

    .child-course-detail2025-cover img {
        min-height: 280px;
    }

    .child-course-detail2025-side-card {
        position: static;
        top: auto;
    }
}

@media (max-width: 820px) {
    .child-course-detail2025-sections,
    .child-course-detail2025-facts,
    .child-course-detail2025-about-info,
    .child-course-detail2025-skill-list {
        grid-template-columns: 1fr;
    }

    .child-course-detail2025-section.is-showcase .child-course-detail2025-richtext > img:first-child,
    .child-course-detail2025-section.is-showcase .child-course-detail2025-richtext > p:first-child img:first-child,
    .child-course-detail2025-section.is-showcase .child-course-detail2025-richtext > h2 + img,
    .child-course-detail2025-section.is-showcase .child-course-detail2025-richtext > h3 + img,
    .child-course-detail2025-section.is-showcase .child-course-detail2025-richtext > h4 + img,
    .child-course-detail2025-section.is-showcase .child-course-detail2025-richtext > hr + img {
        width: min(220px, 48vw);
        margin-right: 20px;
    }

    .child-course-detail2025-section.is-showcase .child-course-detail2025-richtext table {
        display: block;
        overflow-x: auto;
    }

    .child-course-detail2025-section.is-showcase .child-course-detail2025-richtext table td:first-child,
    .child-course-detail2025-section.is-showcase .child-course-detail2025-richtext table th:first-child {
        width: 220px;
        min-width: 220px;
    }
}

@media (max-width: 640px) {
    .child-course-detail2025 {
        --child-course-detail-card-padding: 18px;
        gap: 18px;
    }

    .child-course-detail2025-hero,
    .child-course-detail2025-section,
    .child-course-detail2025-side-card {
        border-radius: 22px;
    }

    .child-course-detail2025-title {
        font-size: 32px;
        line-height: 1.04;
    }

    .child-course-detail2025-back {
        width: 100%;
        justify-content: center;
    }

    .child-course-detail2025-section.is-showcase .child-course-detail2025-richtext > img:first-child,
    .child-course-detail2025-section.is-showcase .child-course-detail2025-richtext > p:first-child img:first-child,
    .child-course-detail2025-section.is-showcase .child-course-detail2025-richtext > h2 + img,
    .child-course-detail2025-section.is-showcase .child-course-detail2025-richtext > h3 + img,
    .child-course-detail2025-section.is-showcase .child-course-detail2025-richtext > h4 + img,
    .child-course-detail2025-section.is-showcase .child-course-detail2025-richtext > hr + img {
        float: none;
        width: 100%;
        max-width: 240px;
        margin: 0 0 16px;
    }

    .child-course-detail2025-section.is-showcase .child-course-detail2025-richtext > h2,
    .child-course-detail2025-section.is-showcase .child-course-detail2025-richtext > h3,
    .child-course-detail2025-section.is-showcase .child-course-detail2025-richtext > h4 {
        font-size: 28px;
    }

    .child-course-detail2025-section.is-showcase .child-course-detail2025-richtext p:has(img + img),
    .child-course-detail2025-section.is-showcase .child-course-detail2025-richtext div:has(img + img) {
        gap: 8px;
    }

    .child-course-detail2025-section.is-showcase .child-course-detail2025-richtext p:has(img + img) img,
    .child-course-detail2025-section.is-showcase .child-course-detail2025-richtext div:has(img + img) img {
        width: 64px;
        height: 64px;
        border-radius: 16px;
    }

    .child-course-detail2025-actions {
        flex-direction: column;
    }

    .child-course-detail2025-btn {
        width: 100%;
    }

    .child-course-detail2025-cover {
        border-radius: 22px;
    }
}

/* End */
/* /local/templates/tmpl2025/components/bitrix/news.detail/child-course-detail/style.css?178758763322048 */
