

/* Start:/bitrix/templates/aspro_max/components/bitrix/news.list/branches-hub/style.css?178777921410909*/
.tk-branches-hub,
.tk-branches-hub * {
    box-sizing: border-box;
}

.tk-branches-hub {
    --tk-accent: #A92C1B;
    --tk-text: #111111;
    --tk-muted: #6F747A;
    --tk-bg: #FFFFFF;
    --tk-bg-soft: #F4F5F6;
    --tk-border: #E3E5E7;
    --tk-dark: #111111;
    color: var(--tk-text);
}

.tk-branches-hero {
    min-height: 350px;
    display: grid;
    grid-template-columns: minmax(0, 43%) minmax(0, 57%);
    align-items: stretch;
    margin-top: 22px;
    background: var(--tk-bg-soft);
    overflow: hidden;
}

.tk-branches-hero__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 46px 44px 46px 28px;
    position: relative;
    z-index: 2;
}

.tk-branches-hero__title {
    max-width: 640px;
    margin: 0;
    color: var(--tk-text);
    font-size: clamp(36px, 3.8vw, 50px);
    line-height: 1.04;
    letter-spacing: -0.035em;
    font-weight: 700;
}

.tk-branches-hero__lead {
    max-width: 540px;
    margin: 22px 0 0;
    color: var(--tk-muted);
    font-size: 17px;
    line-height: 1.55;
}

.tk-branches-hero__media {
    min-height: 350px;
    position: relative;
    overflow: hidden;
    background: #e8ebee;
}

.tk-branches-hero__media::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 1;
    width: 22%;
    background: linear-gradient(90deg, var(--tk-bg-soft), rgba(244,245,246,0));
    pointer-events: none;
}

.tk-branches-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 350px;
    object-fit: cover;
    object-position: center;
}

.tk-branches-section,
.tk-branches-projects {
    padding-top: 62px;
}


.tk-branches-projects {
    padding-top: 74px;
}

.tk-branches-section__title {
    margin: 0 0 24px;
    color: var(--tk-text);
    font-size: 34px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.tk-branches-section__lead {
    margin: -14px 0 28px;
    max-width: 680px;
    color: var(--tk-muted);
    font-size: 16px;
    line-height: 1.5;
}

.tk-branches-grid {
    display: grid;
    gap: 24px;
}

.tk-branches-grid--industries {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tk-branches-scopes {
    padding-top: 84px;
}

.tk-branches-grid--scopes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tk-branch-card {
    min-width: 0;
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    color: inherit !important;
    text-decoration: none !important;
    background: var(--tk-bg);
    border: 1px solid var(--tk-border);
    border-radius: 2px;
    transition: border-color 200ms ease;
}

.tk-branch-card--scope {
    grid-template-columns: minmax(0, 46%) minmax(0, 54%);
    grid-template-rows: none;
    min-height: 298px;
}


.tk-branch-card--scope .tk-branch-card__body {
    padding-top: 24px;
    padding-bottom: 28px;
}

.tk-branch-card__media {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--tk-bg-soft);
}

.tk-branch-card--scope .tk-branch-card__media {
    aspect-ratio: auto;
    min-height: 100%;
}

.tk-branch-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 220ms ease;
}

.tk-branch-card__body {
    min-width: 0;
    display: grid;
    grid-template-rows: auto minmax(48px, auto) minmax(62px, 1fr) auto;
    padding: 20px 20px 25px;
}

.tk-branch-card__number {
    margin-bottom: 9px;
    color: var(--tk-accent);
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .04em;
}

.tk-branch-card__title {
    margin: 0;
    color: var(--tk-text);
    font-size: 22px;
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: -0.015em;
}

.tk-branch-card__text {
    margin: 14px 0 0;
    color: var(--tk-muted);
    font-size: 15px;
    line-height: 1.45;
}

.tk-branch-card__arrow {
    justify-self: end;
    align-self: end;
    margin-top: 18px;
    color: var(--tk-accent);
    font-size: 25px;
    line-height: 1;
    transition: transform 200ms ease;
}

.tk-branch-card:hover {
    border-color: rgba(169, 44, 27, .48);
}

.tk-branch-card:hover .tk-branch-card__media img {
    transform: scale(1.02);
}

.tk-branch-card:hover .tk-branch-card__arrow {
    transform: translateX(5px);
}

.tk-branch-card:focus-visible,
.tk-project-card:focus-visible,
.tk-branches-cta__button:focus-visible {
    outline: 2px solid var(--tk-accent);
    outline-offset: 3px;
}

/* Project block styles are intentionally global within the hub. */
.tk-projects-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.75fr) minmax(300px, 1fr);
    grid-template-rows: repeat(2, minmax(170px, 1fr));
    gap: 18px;
}

.tk-project-card {
    min-width: 0;
    min-height: 170px;
    position: relative;
    display: block;
    overflow: hidden;
    color: #fff !important;
    text-decoration: none !important;
    background: var(--tk-dark);
    border-radius: 2px;
}

.tk-project-card--featured {
    grid-row: 1 / span 2;
    min-height: 360px;
}

.tk-project-card__image,
.tk-project-card__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.tk-project-card__image {
    object-fit: cover;
    transition: transform 240ms ease;
}

.tk-project-card__shade {
    background: linear-gradient(180deg, rgba(17,17,17,.06) 12%, rgba(17,17,17,.82) 100%);
}

.tk-project-card__content {
    min-height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
}

.tk-project-card__eyebrow {
    margin-bottom: 7px;
    color: rgba(255,255,255,.72);
    font-size: 12px;
}

.tk-project-card__title {
    margin: 0;
    color: #fff;
    font-size: 23px;
    line-height: 1.17;
    font-weight: 700;
}

.tk-project-card--featured .tk-project-card__title {
    font-size: 31px;
}

.tk-project-card__metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 22px 32px;
    margin-top: 22px;
    padding-right: 40px;
}

.tk-project-card__metric {
    display: grid;
    gap: 2px;
}

.tk-project-card__metric strong {
    color: #fff;
    font-size: 19px;
}

.tk-project-card__metric span {
    color: rgba(255,255,255,.7);
    font-size: 12px;
}

.tk-project-card__arrow {
    position: absolute;
    right: 22px;
    bottom: 22px;
    font-size: 25px;
    transition: transform 200ms ease;
}

.tk-project-card:hover .tk-project-card__image {
    transform: scale(1.015);
}

.tk-project-card:hover .tk-project-card__arrow {
    transform: translateX(5px);
}

.tk-branches-cta {
    min-height: 220px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 44px;
    margin-top: 82px;
    padding: 46px 42px;
    color: #fff;
    background: var(--tk-dark);
}

.tk-branches-cta__title {
    margin: 0;
    color: #fff;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 700;
}

.tk-branches-cta__text {
    max-width: 670px;
    margin: 14px 0 0;
    color: rgba(255,255,255,.72);
    font-size: 16px;
    line-height: 1.5;
}

.tk-branches-cta__button {
    min-height: 52px;
    padding: 0 28px;
    border: 0;
    border-radius: 2px;
    color: #fff;
    background: var(--tk-accent);
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
}

.tk-branches-cta__button:hover {
    background: #8F2517;
}

@media (max-width: 1199px) {
    .tk-branches-hero__copy {
        padding-left: 22px;
    }

    .tk-branches-grid--industries {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .tk-branches-grid--scopes {
        gap: 20px;
    }

    .tk-branch-card--scope {
        grid-template-columns: 1fr;
    }

    .tk-branch-card--scope .tk-branch-card__media {
        aspect-ratio: 16 / 9;
    }

    .tk-projects-grid {
        grid-template-columns: 1.35fr 1fr;
    }
}

@media (max-width: 767px) {

    .tk-branches-scopes {
        padding-top: 60px;
    }

    .tk-branches-projects {
        padding-top: 50px;
    }
    .tk-branches-hero {
        min-height: 0;
        grid-template-columns: 1fr;
    }

    .tk-branches-hero__copy {
        padding: 34px 16px 28px;
    }

    .tk-branches-hero__title {
        font-size: 34px;
    }

    .tk-branches-hero__lead {
        margin-top: 16px;
        color: #5F646A;
        font-size: 16px;
        line-height: 1.52;
    }

    .tk-branches-hero__media,
    .tk-branches-hero__media img {
        min-height: 0;
        height: 220px;
    }

    .tk-branches-hero__media::before {
        inset: 0 0 auto 0;
        width: 100%;
        height: 18%;
        background: linear-gradient(180deg, var(--tk-bg-soft), rgba(244,245,246,0));
    }

    .tk-branches-section {
        padding-top: 52px;
    }

    .tk-branches-section__title {
        margin-bottom: 22px;
        font-size: 29px;
    }

    .tk-branches-grid--industries,
    .tk-branches-grid--scopes {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .tk-branch-card--scope {
        min-height: 0;
    }

    .tk-branch-card__body {
        grid-template-rows: auto auto auto auto;
        padding: 18px;
    }

    .tk-branch-card__title {
        font-size: 21px;
        line-height: 1.20;
    }

    .tk-projects-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        gap: 16px;
    }

    .tk-project-card,
    .tk-project-card--featured {
        grid-row: auto;
        min-height: 255px;
    }

    .tk-project-card--featured .tk-project-card__title,
    .tk-project-card__title {
        font-size: 24px;
    }

    .tk-branches-cta {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 26px;
        margin-top: 56px;
        padding: 42px 20px;
    }

    .tk-branches-cta__title {
        font-size: 29px;
    }

    .tk-branches-cta__button {
        width: 100%;
    }
    .tk-branch-card__text {
        color: #5F646A;
        font-size: 15.5px;
        line-height: 1.48;
    }

    .tk-branch-card__body,
    .tk-branch-card--scope .tk-branch-card__body {
        grid-template-rows: auto auto auto auto;
        padding-top: 18px;
        padding-right: 18px;
        padding-bottom: 18px;
        padding-left: 18px;
    }

    .tk-branch-card__arrow {
        margin-top: 10px;
    }

    .tk-branches-cta__text {
        color: rgba(255,255,255,.78);
        font-size: 15.5px;
        line-height: 1.52;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tk-branch-card,
    .tk-branch-card__media img,
    .tk-branch-card__arrow,
    .tk-project-card__image,
    .tk-project-card__arrow {
        transition: none !important;
    }
}


/* Production integration with the existing Aspro shell */
.tk-branches-hub {
    padding-bottom: 0;
}

.tk-branches-section:first-of-type {
    border-top: 0;
}

/* End */
/* /bitrix/templates/aspro_max/components/bitrix/news.list/branches-hub/style.css?178777921410909 */
