

/* Start:/local/components/tacticum/about.page/templates/.default/style.css?17808306902871*/
.tacticum-launch-roles {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 28px;
    border: 1px solid rgba(0, 102, 204, 0.14);
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.08), rgba(255, 255, 255, 0.92));
}

.tacticum-launch-roles__eyebrow {
    margin-bottom: 8px;
    color: #0066CC;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.tacticum-launch-roles__title {
    margin-bottom: 10px;
    color: #001F3F;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
}

.tacticum-launch-roles__text {
    color: #475569;
    line-height: 1.62;
}

.tacticum-launch-roles__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.tacticum-launch-role {
    padding: 16px;
    border: 1px solid rgba(148, 163, 184, 0.26);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.82);
}

.tacticum-launch-role__label,
.tacticum-launch-role__text {
    display: block;
}

.tacticum-launch-role__label {
    margin-bottom: 6px;
    color: #001F3F;
    font-weight: 700;
}

.tacticum-launch-role__text {
    color: #64748b;
    font-size: 14px;
    line-height: 1.45;
}

.tacticum-readiness-section {
    background:
        radial-gradient(circle at 15% 10%, rgba(0, 102, 204, 0.08), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.tacticum-readiness-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.tacticum-readiness-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 24px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.tacticum-readiness-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 14px;
    background: rgba(0, 102, 204, 0.1);
    color: #0066CC;
    font-size: 24px;
}

.tacticum-readiness-card__title {
    margin-bottom: 10px;
    color: #001F3F;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
}

.tacticum-readiness-card__text {
    margin-bottom: 16px;
    color: #475569;
    line-height: 1.6;
}

.tacticum-readiness-card__result {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid rgba(148, 163, 184, 0.24);
    color: #0f172a;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .tacticum-launch-roles {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
        align-items: center;
    }

    .tacticum-launch-roles__list,
    .tacticum-readiness-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* End */


/* Start:/local/templates/tacticum/components/bitrix/news.list/team/style.css?17808306902918*/
.tacticum-team-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 1180px;
    margin: 0 auto 40px;
}

.tacticum-team-grid--compact {
    max-width: 980px;
}

.tacticum-team-card {
    display: flex;
    min-height: 100%;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid rgba(148, 163, 184, 0.3);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.tacticum-team-card__photo {
    height: 220px;
    overflow: hidden;
    background: #eef2f7;
}

.tacticum-team-card__image,
.tacticum-team-card__placeholder {
    width: 100%;
    height: 100%;
}

.tacticum-team-card__image {
    object-fit: cover;
    object-position: center 30%;
}

.tacticum-team-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 102, 204, 0.1);
    color: #0066CC;
}

.tacticum-team-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.tacticum-team-card__head {
    margin-bottom: 18px;
}

.tacticum-team-card__name {
    margin-bottom: 4px;
    color: #001F3F;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.tacticum-team-card__position {
    color: #64748b;
}

.tacticum-team-card__focus {
    margin-bottom: 16px;
}

.tacticum-team-card__detail {
    padding-top: 16px;
    border-top: 1px solid rgba(148, 163, 184, 0.22);
}

.tacticum-team-card__label {
    margin-bottom: 8px;
    color: #0066CC;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.tacticum-team-card__text {
    color: #475569;
    font-size: 14px;
    line-height: 1.62;
}

.tacticum-team-card__contacts {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 20px;
}

.tacticum-team-card__contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: rgba(0, 102, 204, 0.1);
    color: #0066CC;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.tacticum-team-card__contact:hover,
.tacticum-team-card__contact:focus-visible {
    background: #0066CC;
    color: #ffffff;
}

@media (min-width: 768px) {
    .tacticum-team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tacticum-team-grid--compact .tacticum-team-card {
        display: grid;
        grid-template-columns: minmax(160px, 200px) minmax(0, 1fr);
    }

    .tacticum-team-grid--compact .tacticum-team-card__photo {
        height: auto;
        min-height: 100%;
    }
}

@media (min-width: 1024px) {
    .tacticum-team-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tacticum-team-grid--compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* End */
/* /local/components/tacticum/about.page/templates/.default/style.css?17808306902871 */
/* /local/templates/tacticum/components/bitrix/news.list/team/style.css?17808306902918 */
