/**
 * section-myself — что нужно подготовить самостоятельно.
 */

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

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

.section-myself .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-myself .description {
    width: 69.125rem;
    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-myself .section-cards,
.section-myself .section-cards-2 {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
    height: fit-content;
}

.section-myself .section-cards-2 {
    flex-direction: row;
    flex-wrap: wrap;
}

.section-myself .card-content,
.section-myself .card-content-2,
.section-myself .card-content-3,
.section-myself .card-content-4,
.section-myself .card-content-5,
.section-myself .card-content-6 {
    display: flex;
    flex-direction: column;
    gap: 0.9375rem;
    box-sizing: border-box;
    width: 26.25rem;
    height: fit-content;
    padding: 1.25rem;
    background: var(--site-surface);
    border-radius: 1.25rem;
    box-shadow: inset 0 0 0 0.0625rem var(--site-card-ring);
}

.section-myself .card-header,
.section-myself .card-header-2,
.section-myself .card-header-3,
.section-myself .card-header-4,
.section-myself .card-header-5,
.section-myself .card-header-6 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.9375rem;
    align-self: stretch;
    height: fit-content;
}

.section-myself .card-number,
.section-myself .card-number-2,
.section-myself .card-number-3,
.section-myself .card-number-4,
.section-myself .card-number-5,
.section-myself .card-number-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    width: 2.25rem;
    height: 2.25rem;
    background: var(--site-step-bg);
    border-radius: 0.625rem;
    flex-shrink: 0;
}

.section-myself .n01,
.section-myself .n02,
.section-myself .n03,
.section-myself .n04,
.section-myself .n05,
.section-myself .n06 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 0;
    align-self: stretch;
    margin: 0;
    font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    color: var(--site-accent);
}

.section-myself .heading-2,
.section-myself .heading-3,
.section-myself .heading-4,
.section-myself .heading-5,
.section-myself .heading-6,
.section-myself .heading-7 {
    flex: 1 1 0;
    margin: 0;
    font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.15;
    color: var(--site-text);
}

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

.section-myself .alert-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.9375rem;
    flex: 1 1 0;
    box-sizing: border-box;
    height: fit-content;
    padding: 1.25rem;
    background: var(--site-surface);
    border-radius: 1.25rem;
    box-shadow: inset 0 0 0 0.0625rem var(--site-card-ring);
}

.section-myself .alert-icon {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 1.875rem;
    height: 1.875rem;
}

.section-myself .text {
    margin: 0;
    font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: var(--site-accent);
}

.section-myself .alert-content {
    display: flex;
    flex-direction: row;
    gap: 0.9375rem;
    flex: 1 1 0;
    height: fit-content;
}

.section-myself .alert-description {
    flex: 1 1 0;
    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);
}

/* Tablet */
@media (max-width: 63.9375rem) {
    .section-myself .section-cards-2 {
        flex-direction: column;
        align-self: stretch;
    }

    .section-myself .card-content,
    .section-myself .card-content-2,
    .section-myself .card-content-3,
    .section-myself .card-content-4,
    .section-myself .card-content-5,
    .section-myself .card-content-6 {
        width: 100%;
    }
}

/* Phone */
@media (max-width: 47.9375rem) {
    .section-myself .heading {
        font-size: 1.875rem;
    }

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

    .section-myself .heading-2,
    .section-myself .heading-3,
    .section-myself .heading-4,
    .section-myself .heading-5,
    .section-myself .heading-6,
    .section-myself .heading-7 {
        font-size: 1.125rem;
    }

    .section-myself .alert-description {
        font-size: 0.875rem;
    }
}
