/**
 * section-control — документы и действия под контролем.
 */

.section-control {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    width: 100%;
    max-width: 81.25rem;
    margin: 0 auto;
    padding: 0 0 var(--site-section-gap);
    box-sizing: border-box;
    height: fit-content;
}

.section-control .secrion-content {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    align-self: stretch;
    height: fit-content;
}

.section-control .tag {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.625rem;
    box-sizing: border-box;
    width: fit-content;
    height: fit-content;
    padding: 0.625rem 1.25rem;
    background: var(--site-badge-bg);
    border-radius: 3.125rem;
}

.section-control .icon {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}

.section-control .tag .description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    color: var(--site-accent);
}

.section-control .heading {
    align-self: stretch;
    margin: 0;
    font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.15;
    color: var(--site-text);
}

.section-control .description-2 {
    width: 54.875rem;
    max-width: 100%;
    margin: 0;
    font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: normal;
    color: var(--site-text-body);
}

.section-control .control-panel {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1.25rem;
    align-self: stretch;
}

.section-control .order-card-image {
    display: block;
    flex-shrink: 0;
    width: 54.6875rem; /* 875px */
    height: 35.375rem; /* 566px */
    object-fit: fill;
}

.section-control .facts-column {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    flex: 1 1 0;
    min-width: 0;
    height: 35.375rem; /* 566px — как order-card-image */
}

.section-control .fact-card,
.section-control .fact-card-2,
.section-control .fact-card-3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.875rem;
    flex: 0 0 11.375rem; /* 182px */
    align-self: stretch;
    box-sizing: border-box;
    height: 11.375rem;
    padding: 1.5625rem;
    overflow: hidden;
    background: var(--site-surface);
    border-radius: 1.25rem;
    box-shadow: inset 0 0 0 0.0625rem var(--site-on-accent-muted);
}

.section-control .icon-2,
.section-control .icon-3,
.section-control .icon-4 {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 6.25rem;
    height: 6.25rem;
    overflow: hidden;
    background: var(--site-badge-bg);
    border-radius: 0.9369rem;
}

.section-control .vector {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 3.75rem;
    height: 3.75rem;
    border: 0.25rem solid var(--site-epd-icon);
    border-radius: 50%;
}

.section-control .vector-2 {
    display: block;
    width: 1.625rem;
    height: 1rem;
    object-fit: contain;
}

.section-control .vector-3 {
    display: block;
    width: 2.5rem;
    height: 3.125rem;
    object-fit: contain;
}

.section-control .vector-6 {
    display: block;
    width: 1.8125rem;
    height: 4.0625rem;
    object-fit: contain;
}

.section-control .card-content,
.section-control .card-content-2,
.section-control .card-content-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.3125rem;
    flex: 1 1 0;
    min-width: 0;
    height: auto;
}

.section-control .heading-2,
.section-control .heading-3,
.section-control .heading-4 {
    margin: 0;
    font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: normal;
    color: var(--site-text);
}

.section-control .description-3,
.section-control .description-4,
.section-control .description-5 {
    align-self: stretch;
    margin: 0;
    font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    color: var(--site-text-body);
}

@media (max-width: 63.9375rem) {
    .section-control .control-panel {
        flex-direction: column;
        align-items: stretch;
    }

    .section-control .order-card-image {
        width: 39.25rem; /* 628px */
        height: 25.375rem; /* 406px */
        max-width: 100%;
        align-self: center;
    }

    .section-control .facts-column {
        flex: none;
        height: auto;
    }

    .section-control .description-2 {
        width: auto;
    }
}

@media (max-width: 47.9375rem) {
    .section-control .icon {
        width: 0.875rem;
        height: 0.875rem;
    }

    .section-control .tag .description {
        font-size: 0.875rem;
    }

    .section-control .heading {
        font-size: 1.875rem;
    }

    .section-control .description-2 {
        font-size: 0.875rem;
    }

    .section-control .order-card-image {
        width: 20.9375rem; /* 335px */
        height: 13.5rem; /* 216px */
        max-width: 100%;
    }

    .section-control .fact-card,
    .section-control .fact-card-2,
    .section-control .fact-card-3 {
        flex: none;
        gap: 1.25rem;
        height: fit-content;
        padding: 1.25rem;
    }

    .section-control .icon-2,
    .section-control .icon-3,
    .section-control .icon-4 {
        width: 3.125rem;
        height: 3.125rem;
        border-radius: 0.9375rem;
    }

    .section-control .vector {
        width: 2.1875rem;
        height: 2.1875rem;
        border-width: 0.125rem;
    }

    .section-control .vector-2 {
        width: 0.8125rem;
        height: 0.5rem;
    }

    .section-control .vector-3 {
        width: 1.25rem;
        height: 1.5625rem;
    }

    .section-control .vector-6 {
        width: 0.9063rem;
        height: 2.0313rem;
    }

    .section-control .heading-2,
    .section-control .heading-3,
    .section-control .heading-4 {
        font-size: 1.125rem;
    }

    .section-control .description-3,
    .section-control .description-4,
    .section-control .description-5 {
        font-size: 0.875rem;
    }
}
