

/* Start:/local/templates/main/components/express/express.blocks/industry_hero/style.css?17845557464845*/

.b-page-wrapper {
    background: #F9F9FA;
}

.hero, .hero * {
    box-sizing: border-box;
}

/* ===== 1920 (база) ===== */
.hero {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 48px;
    min-height: 800px;
    font-family: 'DIN Pro', sans-serif;
}

.hero__photo {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #0169B4 0%, rgba(168, 219, 255, 0) 100%),
    url('/industry/hero-desktop.png') center/cover no-repeat;
    background-blend-mode: screen, normal;
}

.hero__card {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin: 64px 240px;
    padding: 64px 48px;
    max-width: 832px;
    background: linear-gradient(154.17deg, #FFFFFF 13.53%, rgba(255, 255, 255, 0.8) 86.47%);
    border-radius: 40px;
}

.hero__breadcrumbs {
    display: none;
    align-items: center;
    gap: 16px;
}

.hero__crumb {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #5F5F5F;
    text-decoration: none;
}

.hero__crumb--current {
    color: #1D1D1F;
}

.hero__crumb-sep {
    color: #919191;
}

.hero__title {
    margin: 0;
    font-weight: 500;
    font-size: 56px;
    line-height: 60px;
    letter-spacing: -0.03em;
    color: #1D1D1F;
    overflow-wrap: break-word;
}

.hero__badges {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px;
}

.hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #2976BC;
    background: #F9F9FA;
    border: 1px solid #E8E7ED;
    border-radius: 999999px;
}

.hero__badge--accent {
    background: rgba(153, 207, 255, 0.5);
    border-color: #99CFFF;
}

.hero__badge-icon {
    flex: none;
    color: #2976BC;
}

.hero__text {
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.03em;
    color: #1D1D1F;
}

.hero__button:hover {
    color: #fff !important;
    background-color: #2976bc;
}

.hero__button {
    transition-timing-function: ease-in;
    transition-duration: .3s;
    transition-property: box-shadow, color, background-color, border;

    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #FFFFFF;
    background: #4799E3;
    border-radius: 10px;
    text-decoration: none;
}

/* ===== планшет ≤1280px ===== */
@media (max-width: 1280px) {
    .hero {
        min-height: 600px;
    }

    .hero__card {
        margin: 40px 32px;
        max-width: none;
        width: calc(100% - 64px);
        padding: 32px;
        backdrop-filter: blur(8px);
    }

    .hero__breadcrumbs {
        display: flex;
    }

    .hero__title {
        font-size: 50px;
        line-height: 56px;
        letter-spacing: -2px;
    }

    .hero__badge,
    .hero__badge--accent {
        background: #FFFFFF;
        border-color: #E8E7ED;
    }

    .hero__text {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -1px;
    }

    .hero__button {
        width: 100%;
    }
}

/* ===== мобайл ≤600px ===== */
@media (max-width: 600px) {
    .hero {
        flex-direction: column;
        align-items: stretch;
        min-height: 0;
    }

    .hero__photo {
        position: static;
        width: 100%;
        height: 270px;
    }

    .hero__card {
        margin: 0;
        width: 100%;
        gap: 16px;
        padding: 16px 16px 40px;
        background: none;
        backdrop-filter: none;
        border-radius: 0;
    }

    .hero__breadcrumbs {
        display: flex;
        gap: 16px;
    }

    .hero__crumb,
    .hero__crumb-sep {
        font-size: 15px;
        line-height: 22px;
    }

    .hero__title {
        font-size: 32px;
        line-height: 38px;
        letter-spacing: -0.03em;
    }

    .hero__badges {
        flex-direction: column;
        align-items: stretch;
    }


    .hero__badge,
    .hero__badge--accent {
        font-size: 15px;
        line-height: 22px;
        background: #FFFFFF;
        border-color: #E8E7ED;
    }

    .hero__text {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.02em;
    }

    .hero__button {
        width: 100%;
        font-weight: 400;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/industry_challenges/style.css?17845539613572*/
.challenges, .challenges * {
    box-sizing: border-box;
}

.challenges {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 240px 128px;
    width: 100%;
    font-family: 'DIN Pro', sans-serif;
}

.challenges__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    width: 100%;
}

.challenges__title {
    margin: 0;
    width: 100%;
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.03em;
    color: #1D1D1F;
}

.challenges__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    width: 100%;
}

.challenge {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.challenge__num {
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -1px;
    color: #2976BC;
    background: rgba(204, 231, 255, 0.15);
    border: 1px solid rgba(71, 157, 235, 0.15);
    border-radius: 12px;
    transition: color 0.2s, background 0.2s, border-color 0.2s;
}

.challenge:hover .challenge__num {
    color: #FFFFFF;
    background: #479DEB;
    border-color: transparent;
}

.challenge__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
}

.challenge__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

.challenge__name {
    margin: 0;
    width: 100%;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.03em;
    color: #1D1D1F;
}

/* divider и desc скрыты, появляются при ховере */
.challenge__divider {
    width: 776px;
    max-width: 100%;
    height: 1px;
    background: #E8E7ED;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease 0.1s;
}

.challenge__desc {
    margin: 0;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #5F5F5F;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.6s ease, opacity 0.6s ease 0.15s;
}

.challenge:hover .challenge__divider {
    max-height: 2px;
    opacity: 1;
}

.challenge:hover .challenge__desc {
    max-height: 200px;
    opacity: 1;
}

@media (min-width: 1281px) and (max-width: 1440px) {
    .challenges {
        padding: 0 120px 128px;
    }
}

@media (max-width: 1280px) {
    .challenges {
        padding: 0 32px 80px;
    }

    .challenges__title {
        font-size: 50px;
        line-height: 56px;
        letter-spacing: -2px;
    }

    .challenge__divider {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .challenges {
        padding: 0 20px 60px;
    }

    .challenges__list {
        gap: 40px;
    }

    .challenges__title {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: -0.03em;
    }

    .challenge {
        align-items: flex-start;
    }

    .challenge__name {
        font-size: 19px;
        line-height: 28px;
    }

    .challenge__desc {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.02em;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/tasks_industry/style.css?17845544053582*/
.tasks, .tasks * {
    box-sizing: border-box;
}

.tasks {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 240px 128px;
    width: 100%;
    font-family: 'DIN Pro', sans-serif;
}

.tasks__title {
    margin: 0 0 48px;
    width: 100%;
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.03em;
    color: #1D1D1F;
}

.tasks__board {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px;
    width: 100%;
    border: none;
    border-radius: 40px;
}

.tasks__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    width: 100%;
}

.task-card:nth-child(1),
.task-card:nth-child(2),
.task-card:nth-child(3) {
    grid-column: span 2;
}

.task-card:nth-child(4),
.task-card:nth-child(5) {
    grid-column: span 3;
}

.task-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 32px 24px;
    background: #FFFFFF;
    border: 1px solid #E8E7ED;
    border-radius: 24px;
    transition: background 0.4s ease 0.05s,
    box-shadow 0.4s ease 0.05s,
    border-color 0.4s ease 0.05s;
}

.task-card__icon svg path {
    fill: #4799E3;
    transition: fill 0.4s ease 0.05s;
}

.task-card:hover .task-card__icon svg path {
    fill: #FFFFFF;
}

.task-card__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.task-card__title {
    margin: 0;
    flex: 1;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #1D1D1F;
}

.task-card__icon {
    flex: none;
    display: flex;
    width: 48px;
    height: 48px;
    color: #4799E3;
}

.task-card__divider {
    width: 100%;
    height: 1px;
    background: rgba(29, 29, 31, 0.2);
}

.task-card__desc {
    margin: 0;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #5F5F5F;
}

.task-card:hover {
    background: #2976BC;
    border-color: #2976BC;
    box-shadow: 0px 50px 120px -25px rgba(71, 157, 235, 0.3);
}

.task-card:hover .task-card__title {
    color: #FFFFFF;
}

.task-card:hover .task-card__icon {
    color: #FFFFFF;
}

.task-card:hover .task-card__divider {
    background: rgba(255, 255, 255, 0.3);
}

.task-card:hover .task-card__desc {
    color: #F9F9FA;
}

/* ===== планшет ≤1280px ===== */
@media (max-width: 1280px) {
    .tasks {
        padding: 0 32px 80px;
    }

    .tasks__title {
        font-size: 50px;
        line-height: 56px;
        letter-spacing: -2px;
        margin-bottom: 48px;
    }

    .task-card__desc {
        font-size: 18px;
    }

    .tasks__grid {
        grid-template-columns: 1fr;
    }

    .task-card:nth-child(1),
    .task-card:nth-child(2),
    .task-card:nth-child(3),
    .task-card:nth-child(4),
    .task-card:nth-child(5) {
        grid-column: auto;
    }
}

/* ===== мобайл ≤600px ===== */
@media (max-width: 600px) {
    .tasks {
        padding: 0 20px 80px;
    }

    .tasks__title {
        margin-bottom: 24px;
        font-size: 28px;
        line-height: 34px;
        letter-spacing: -0.03em;
    }

    .task-card__title {
        font-size: 18px;
        line-height: 26px;
    }

    .task-card__desc {
        font-size: 15px;
        line-height: 22px;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/tabs_industry/style.css?17845545376727*/
.tabs-block, .tabs-block * {
    box-sizing: border-box;
}

.tabs-block {
    --peek: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    padding: 0 0 128px;
    width: 100%;
    font-family: 'DIN Pro', sans-serif;
}

.tabs-block__title {
    margin: 0;
    padding: 0 240px;
    max-width: 1920px;
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #1D1D1F;
}

.tabs-block__tabs {
    display: flex;
    flex-direction: row;
    gap: 25px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 240px;
    overflow-x: auto;
    scrollbar-width: none;
}

.tabs-block__tabs::-webkit-scrollbar {
    display: none;
}

.tabs-block__tab {
    flex: none;
    padding: 0;
    font-family: inherit;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #5F5F5F;
    background: none;
    border: none;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    white-space: nowrap;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.tabs-block__tab--active {
    color: #2976BC;
    border-bottom-color: #2976BC;
}

.tabs-block__sep {
    flex: none;
    width: 1px;
    height: 27px;
    background: #E8E7ED;
}

/* overflow: hidden — теперь позиционируем сами через transform, нативный скролл не используем */
.tabs-block__viewport {
    width: 100%;
    overflow: hidden;
    position: relative;
    cursor: grab;
}

.tabs-block__track {
    display: flex;
    flex-direction: row;
    gap: 16px;
    padding: 0 240px;
    will-change: transform;
}

.wide-card {
    flex: none;
    width: calc(100vw - 480px - (var(--peek) * 2));
    height: 640px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: linear-gradient(244.59deg, #99CFFF 17.8%, rgba(204, 231, 255, 0.15) 82.2%);
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.85;
    transform: scale(0.94);
    transition: transform 0.45s cubic-bezier(.22, .61, .36, 1), opacity 0.45s ease;
}

.wide-card--active {
    opacity: 1;
    transform: scale(1);
    cursor: default;
}

.wide-card__content {
    flex: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    padding: 32px;
    width: 546px;
}

.wide-card__title {
    margin: 0;
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.03em;
    color: #1D1D1F;
}

.wide-card__desc {
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -1px;
    color: #3A3A3D;
}

.wide-card__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    width: auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #FFFFFF;
    background: #4799E3;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.wide-card__button:hover {
    background: #2976BC;
    color: #fff !important;
}

.wide-card__image {
    flex: 1;
    align-self: stretch;
    background: url('/local/templates/main/components/bitrix/news.list/tabs_industry/superapp-mock.png') bottom center/contain no-repeat;
}

/* сегментированный прогресс — по одному сегменту на каждую реальную карточку */
.tabs-block__progress {
    display: flex;
    gap: 6px;
    width: calc(100% - 480px);
    max-width: 1440px;
}

.tabs-block__segment {
    flex: 1;
    height: 4px;
    background: rgba(71, 157, 235, 0.15);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.tabs-block__segment-fill {
    position: absolute;
    inset: 0;
    width: 0%;
    background: #479DEB;
    border-radius: 8px;
}

/* ≥1920px */
@media (min-width: 1920px) {
    .tabs-block__track {
        padding: 0 calc((100vw - 1440px) / 2);
    }

    .wide-card {
        width: calc(1440px - (var(--peek) * 2));
    }

    .tabs-block__progress {
        max-width: 1440px;
        width: 1440px;
    }
}

/* ≤1280px */
@media (max-width: 1280px) {
    .tabs-block {
        gap: 48px;
        padding: 0 0 80px;
        --peek: 32px;
    }

    .tabs-block__title {
        padding: 0 32px;
        font-size: 50px;
        line-height: 56px;
        letter-spacing: -2px;
    }

    .tabs-block__tabs {
        justify-content: flex-start;
        padding: 0 32px;
        gap: 16px;
    }

    .tabs-block__track {
        padding: 0 32px;
    }

    .wide-card {
        flex-direction: column;
        align-items: stretch;
        width: calc(100vw - 64px - (var(--peek) * 2));
        height: auto;
    }

    .wide-card__content {
        width: 100%;
        padding: 32px;
    }

    .wide-card__title {
        font-size: 48px;
        line-height: 56px;
    }

    .wide-card__desc {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.02em;
    }

    .wide-card__image {
        width: 100%;
        height: 540px;
        flex: none;
    }

    .tabs-block__progress {
        max-width: calc(100% - 64px);
        width: auto;
    }
}

/* ≤600px */
@media (max-width: 600px) {
    .tabs-block {
        padding: 0 0 80px;
        --peek: 16px;
    }

    .tabs-block__title {
        padding: 0 20px;
        font-size: 28px;
        line-height: 34px;
        letter-spacing: -0.03em;
    }

    .tabs-block__tabs {
        padding: 0 20px;
    }

    .tabs-block__tab {
        font-size: 18px;
        line-height: 24px;
    }

    .tabs-block__sep {
        height: 25px;
    }

    .tabs-block__track {
        padding: 0 20px;
    }

    .wide-card {
        width: calc(100vw - 40px - (var(--peek) * 2));
        border-radius: 24px;
    }

    .wide-card__content {
        padding: 24px;
    }

    .wide-card__title {
        font-size: 24px;
        line-height: 30px;
    }

    .wide-card__desc {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: -0.02em;
    }

    .wide-card__button {
        font-size: 15px;
        line-height: 22px;
    }

    .wide-card__image {
        height: 351px;
    }

    .tabs-block__progress {
        max-width: calc(100% - 40px);
    }
}

/* End */


/* Start:/local/templates/main/components/express/express.blocks/industry_deploy/style.css?17845550874478*/
.deploy, .deploy * {
    box-sizing: border-box;
}

.deploy {
    padding: 0 240px 128px;
    font-family: 'DIN Pro', sans-serif;
    background: linear-gradient(180deg, #F9F9FA 0%, rgba(204, 231, 255, 0.5) 50%, #F9F9FA 100%);
}

.deploy__title {
    max-width: 1440px;
    margin: 0 auto 48px;
    text-align: center;
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.03em;
    color: #1D1D1F;
}

.deploy__cards {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.deploy-card {
    flex: 1;
    display: flex;
    max-height: 640px;
    max-width: 708px;
    flex-direction: column;
    background: #fff;
    border-radius: 40px;
    overflow: hidden;
}

.deploy-card__inner {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 48px 48px 0;
    transition: transform 0.3s ease;
    transform-origin: bottom center;
}

.deploy-card:hover .deploy-card__inner {
    transform: scale(0.95);
}

.deploy-card__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
    min-height: 100px
}

.deploy-card__info {
    flex: 1;
}

.deploy-card__info h3 {
    margin: 0 0 8px;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    color: #1D1D1F;
}

.deploy-card__info p {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    color: #5F5F5F;
}

.deploy-card__price {
    width: 140px;
    text-align: center;
    flex-shrink: 0;
}

.deploy-card__badge {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    padding: 4px 20px;
    border-radius: 999px;
    background: #479DEB;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    white-space: nowrap;
}

.deploy-card__price small {
    display: block;
    margin-top: 2px;
    font-size: 14px;
    line-height: 20px;
    color: #5F5F5F;
}

.btn-outline {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    margin-bottom: 24px;
    border: 1px solid #479DEB;
    border-radius: 10px;
    color: #479DEB;
    font-family: 'DIN Pro', sans-serif;
    font-size: 16px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.btn-outline:hover {
    background: #479DEB;
    color: #fff !important;
}

.deploy-card__image {
    margin-top: auto;
}

.deploy-card__image img {
    display: block;
    width: 100%;
    height: auto;
}

/* ===== планшет ≤1280px ===== */
@media (max-width: 1279px) {
    .deploy {
        padding: 0 32px 128px;
    }

    .deploy__title {
        max-width: 704px;
        margin-bottom: 48px;
        font-size: 50px;
        line-height: 56px;
    }

    .deploy-card__info h3 {
        font-size: 32px;
    }

    .deploy-card__info p {
        font-size: 20px;
    }

    .deploy-card__price small {
        font-size: 15px;
    }

    .deploy__cards {
        flex-direction: column;
        gap: 24px;
    }
}

/* ===== мобайл ≤600px ===== */
@media (max-width: 599px) {
    .deploy {
        padding: 0 20px 128px;
    }

    .deploy__title {
        max-width: 335px;
        margin-bottom: 48px;
        font-size: 28px;
        line-height: 34px;
    }

    .deploy__cards {
        gap: 24px;
    }

    .deploy-card {
        border-radius: 24px;
    }

    .deploy-card__inner {
        padding: 20px 20px 0;
    }

    .deploy-card:hover .deploy-card__inner {
        transform: none;
    }

    .deploy-card__top {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 16px;
    }

    .deploy-card__info h3 {
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 26px;
    }

    .deploy-card__info p {
        font-size: 16px;
        line-height: 24px;
    }

    .deploy-card__price {
        width: 100%;
    }

    .deploy-card__badge {
        width: 100%;
        height: 32px;
        font-size: 18px;
        line-height: 24px;
    }

    .deploy-card__price small {
        font-size: 15px;
        line-height: 18px;
    }

    .btn-outline {
        height: 42px;
        margin-bottom: 20px;
        font-size: 15px;
    }

    .deploy-card__image {
        margin-top: 0;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/stages_industry/style.css?17845547585382*/
.stages {
    padding: 0 240px 128px;
}

.stages__container {
    max-width: 1440px;
    margin: 0 auto;
}

.stages__title {
    margin: 0 0 48px;

    font-family: "Din-Pro-Medium";
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -.03em;
    color: #1D1D1F;
}

.stages__scroll {
    overflow: visible;
}

.stages__numbers {
    display: flex;
    margin-bottom: 16px;
}

.stages__number {
    flex: 1;
    transition: color 0.4s ease;
    font-family: "Din-Pro-Medium";
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -.03em;

    color: #919191;
}

.stages__number--active {
    color: #4799E3;
}

.stages__progress {
    position: relative;
    display: flex;
    gap: 16px; /* тот же gap, что у .stages__cards */
    justify-content: flex-start;
    align-items: center;
    height: 16px;
    margin-bottom: 16px;
}

.stages__progress::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 4px;
    background: #E8E7ED;
    border-radius: 999px;
    transform: translateY(-50%);
}

.stages__progress-fill {
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 4px;
    background: #2976BC;
    border-radius: 999px;
    transform: translateY(-50%);
    transition: width 0.6s ease;
}

.stages__dot {
    position: relative;
    z-index: 2;
    flex: 1; /* как .stage-card { flex: 1 } */
    height: 16px;
    background: none; /* фон переносим на ::before */
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.stages__dot::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #E8E7ED;
    border-radius: 50%;
    transition: width 0.3s ease, height 0.3s ease, background 0.3s ease;
}

.stages__dot--active::before {
    width: 16px;
    height: 16px;
    background: #4799E3;
}


.stages__cards {
    display: flex;
    gap: 16px;
}

.stage-card {
    flex: 1;
    transition: background 0.4s ease, box-shadow 0.4s ease;
    min-height: 144px;
    padding: 20px 16px;
    background: #FFF;
    border-radius: 16px;
    box-sizing: border-box;
}

.stage-card--active {
    background: #2976BC;
    box-shadow: 0 50px 100px rgba(71, 157, 235, .3);
}

.stage-card p {
    margin: 0;
    font-family: "Din-Pro-Regular";
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.02em;
    transition: color 0.4s ease;
    color: #5F5F5F;
}

.stage-card--active p {
    color: #F9F9FA;
}


/* ==========================================
   TABLET (600-1279)
   ========================================== */

@media (max-width: 1279px) {

    .stages {
        padding: 0 32px 80px;
    }

    .stages__container {
        max-width: 704px;
    }

    .stages__dot {
        flex: none;
        width: 275px;
    }

    .stages__title {
        margin-bottom: 48px;

        font-size: 50px;
        line-height: 56px;
        letter-spacing: -2px;
    }

    .stages__scroll {
        overflow-x: auto;
        overflow-y: hidden;

        padding-bottom: 8px;

        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .stages__scroll::-webkit-scrollbar {
        display: none;
    }

    .stages__numbers,
    .stages__progress,
    .stages__cards {
        width: 1440px;
    }

    .stages__numbers {
        display: flex;
    }

    .stages__number {
        width: 275px;
        flex: none;

        font-size: 50px;
        line-height: 56px;
        letter-spacing: -2px;
    }


    .stages__cards {
        display: flex;
        gap: 16px;
    }

    .stage-card {
        flex: none;

        width: 275px;
        min-height: 144px;
    }

    .stage-card p {
        font-size: 18px;
        line-height: 26px;
    }
}


/* ==========================================
   MOBILE (<600)
   ========================================== */

@media (max-width: 599px) {

    .stages {
        padding: 0 20px 80px;
    }


    .stages__dot {
        flex: none;
        width: 275px;
    }

    .stages__container {
        max-width: 335px;
    }

    .stages__title {
        margin-bottom: 48px;

        font-size: 28px;
        line-height: 34px;
        letter-spacing: -.03em;
    }

    .stages__scroll {
        overflow-x: auto;
        overflow-y: hidden;

        padding-bottom: 8px;

        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .stages__scroll::-webkit-scrollbar {
        display: none;
    }

    .stages__numbers,
    .stages__progress {
        width: 1440px;
    }

    .stages__cards {
        display: flex;
        gap: 16px;

        width: max-content;
    }

    .stages__number {
        width: 275px;
        flex: none;

        font-size: 50px;
        line-height: 56px;
        letter-spacing: -2px;
    }

    .stage-card {
        flex: none;

        width: 275px;
        min-height: 136px;

        padding: 20px 16px;
    }

    .stage-card p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -.02em;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/industry_list/style.css?17846385966228*/
.cases, .cases * { box-sizing: border-box; }

/* ===== 1920 (база) ===== */
.cases {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 240px 128px;
    width: 100%;
    font-family: 'DIN Pro', sans-serif;
}

.cases__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

/* header */
.cases__header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
}

.cases__title {
    flex: 1;
    margin: 0;
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.03em;
    color: #1D1D1F;
}

/* навигация */
.cases__nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    flex: none;
}

.cases__btn {
    width: 46.87px;
    height: 46.87px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: opacity 0.2s ease;
}

.cases__btn svg { display: block; }
.cases__btn svg circle,
.cases__btn svg path {
    transition: fill 0.2s ease, stroke 0.2s ease;
}

/* ховер/нажатие — только у активной кнопки */
.cases__btn:hover:not(:disabled) circle {
    fill: #1D1D1F;
    stroke: #1D1D1F;
}
.cases__btn:hover:not(:disabled) path {
    stroke: #FFFFFF;
}
.cases__btn:active:not(:disabled) {
    opacity: 0.85;
}

/* неактивная — без ховера и без нажатия */
.cases__btn:disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

/* слайдер */
.cases__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.cases__viewport {
    width: 100%;
    overflow: hidden;
}

.cases__track {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    will-change: transform;
    transition: transform 0.6s cubic-bezier(.22,.61,.36,1);
}

/* карточка */
.case-card {
    flex: none;
    width: calc((100% - 32px) / 3);   /* 3 карточки + 2 гэпа по 16px */

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 560px;
    background: #FFFFFF;
    border-radius: 24px;
    overflow: hidden;
}

.case-card__image {
    flex: none;
    width: 100%;
    height: 360px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 24px 24px 0 0;
}

.case-card__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    flex: 1 1 auto;
    width: 100%;
    padding: 24px;
}

.case-card__desc {
    margin: 0;
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #1D1D1F;
}

.case-card__link {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #5F5F5F;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.case-card__link:hover {
    color: #1D1D1F;
    border-bottom-color: #1D1D1F;
}

/* «Все кейсы» */
.cases__all {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.cases__all-link {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #5F5F5F;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.cases__all-link:hover {
    color: #1D1D1F;
    border-bottom-color: #1D1D1F;
}

.cases__all-link svg { flex: none; }


/* ---------- .cases — вставить перед "@media (max-width: 1279px)" ---------- */
@media (max-width: 1600px) and (min-width: 1280px) {
    .cases { padding: 0 150px 90px; }

    .cases__title {
        font-size: 44px;
        line-height: 52px;
    }

    .cases__btn {
        width: 42px;
        height: 42px;
    }

    .case-card { height: 500px; }

    .case-card__image { height: 320px; }

    .case-card__text { padding: 22px; }

    .case-card__desc {
        font-size: 19px;
        line-height: 26px;
    }

    .case-card__link {
        font-size: 16px;
        line-height: 22px;
    }

    .cases__all-link {
        font-size: 16px;
        line-height: 22px;
    }
}

/* ===== планшет ≤1279px ===== */
@media (max-width: 1279px) {
    .cases { padding: 0 32px 80px; }

    .cases__title {
        font-size: 50px;
        line-height: 56px;
        letter-spacing: -2px;
    }

    .case-card {
        width: calc((100% - 16px) / 2);   /* 2 карточки + 1 гэп */
        height: 530px;
    }

    .case-card__image { height: 248px; }

    .case-card__text { padding: 32px 24px 24px; }

    .case-card__desc {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -1px;
    }

    .case-card__link {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.02em;
    }

    .cases__all-link {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.3px;
        color: #919191;
        text-decoration: underline;
        border-bottom: none;
    }

    .cases__all-link:hover {
        color: #1D1D1F;
    }
}


@media (max-width: 599px) {
    .cases { padding: 0 20px 80px; }

    .cases__title {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: -0.03em;
    }

    .case-card {
        width: 100%;
        height: auto;
    }

    .case-card__image { height: 220px; }

    .case-card__desc {
        font-size: 20px;
        line-height: 28px;
    }
}

/* End */


/* Start:/local/templates/main/components/express/express.blocks/industry_techspec/style.css?17845549604939*/
.techspecs, .techspecs * {
    box-sizing: border-box;
}

.techspecs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 240px 128px;
    width: 100%;
    font-family: 'DIN Pro', sans-serif;
}

.techspecs__inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 16px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

/* список */
.techspecs__list-wrap {
    flex: 1 1 auto;
    display: flex;
    background: #1D1D1F;
    border: 1px solid rgba(29, 29, 31, 0.2);
    border-radius: 40px;
    padding: 48px;
    overflow: hidden;
}

.techspecs__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    grid-template-rows: repeat(5, auto);
    column-gap: 32px;
    row-gap: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.techspecs__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    min-height: 80px;
}

.techspecs__arrow {
    flex: none;
    width: 16px;
    height: 16px;
    color: #B8B8B8;
    display: inline-flex;
}

.techspecs__arrow svg {
    display: block;
    width: 100%;
    height: 100%;
}

.techspecs__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #B8B8B8;
}

/* карточка-заголовок */
.techspecs__title-card {
    flex: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
    width: 464px;
    background: #1D1D1F;
    border: 1px solid #E8E7ED;
    border-radius: 40px;
    padding: 48px;
}

.techspecs__title {
    margin: 0;
    align-self: stretch;
    font-weight: 500;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.03em;
    color: #F9F9FA;
}

.techspecs__gear {
    width: 368px;
    max-width: 100%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.techspecs__gear svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* узкий десктоп 1281–1440 */
@media (max-width: 1440px) and (min-width: 1281px) {
    .techspecs {
        padding: 0 120px 128px;
    }
}

/* ===== планшет ≤1280px ===== */
@media (max-width: 1280px) {
    .techspecs {
        padding: 0 32px 80px;
    }

    .techspecs__inner {
        flex-direction: column;
        gap: 16px;
    }

    /* заголовок сверху: текст слева, шестерёнка справа */
    .techspecs__title-card {
        order: -1;
        max-height: 148px;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 48px;
    }

    .techspecs__title {
        flex: 60%;
        align-self: center;
        font-size: 44px;
        line-height: 30px;
    }

    .techspecs__gear {
        overflow: hidden;
        height: 100%;
        flex: 20%;
    }

    /* список в одну колонку со своим скроллом */
    .techspecs__list-wrap {
        border-radius: 24px;
        padding: 24px 16px 24px 24px;
        max-height: 550px;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: #5F5F5F rgba(29, 29, 31, 0.2);
    }

    .techspecs__list-wrap::-webkit-scrollbar {
        width: 5px;
    }

    .techspecs__list-wrap::-webkit-scrollbar-track {
        background: rgba(29, 29, 31, 0.2);
        border-radius: 999px;
    }

    .techspecs__list-wrap::-webkit-scrollbar-thumb {
        background: #5F5F5F;
        border-radius: 999px;
    }

    .techspecs__list {
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        grid-template-rows: none;
        gap: 32px;
    }

    .techspecs__item {
        align-items: flex-start;
        padding: 0;
        min-height: auto;
    }

    .techspecs__text {
        font-size: 17px;
        line-height: 22px;
    }
}

/* ===== мобайл ≤600px ===== */
@media (max-width: 600px) {
    .techspecs {
        padding: 0 20px 48px;
    }

    .techspecs__title-card {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 32px;
        border-radius: 24px;
    }

    .techspecs__title {
        align-self: stretch;
        font-size: 28px;
        line-height: 34px;
    }

    /* на мобайле шестерёнка в заголовке скрыта (по макету) */
    .techspecs__title-card .techspecs__gear {
        display: none;
    }

    .techspecs__list-wrap {
        max-height: 680px;
        border-radius: 24px;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/why_industry/style.css?17846381984498*/
.why-express, .why-express * {
    box-sizing: border-box;
}

.why-express {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    font-family: 'DIN Pro', sans-serif;
    background: radial-gradient(ellipse 120% 100% at 35% 100%, #ECF6FE 0%, rgba(171, 211, 247, 0) 60%),
    radial-gradient(ellipse 130% 130% at 46% -10%, #F7FBFF 0%, rgba(169, 210, 246, 0) 60%),
    #9ACCF7;
}

.why-express__cap {
    background: #F9F9FA;
}

.why-express__cap--top {
    width: 100%;
    height: 40px;
    border-radius: 0 0 40px 40px;
}

.why-express__cap--bottom {
    width: 100%;
    height: 88px;
    border-radius: 40px 40px 0 0;
}

.why-express__body {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding-bottom: 96px;
}

.why-express__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 96px 240px 0;
}

.why-express__title {
    margin: 0;
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.03em;
    color: #1D1D1F;
}

.why-express__nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
    flex: none;
}

.why-express__btn {
    width: 47px;
    height: 47px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: opacity 0.2s;
}

.why-express__btn:hover {
    opacity: 0.75;
}

.why-express__btn svg {
    display: block;
}

.why-express__viewport {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 240px; /* snap-точка = левый край контента */
    cursor: grab;
}

.why-express__viewport::-webkit-scrollbar {
    display: none;
}

.why-express__track {
    display: flex;
    flex-direction: row;
    gap: 16px;
    padding: 0 240px;
    width: max-content;
}

.why-express__track::after {
    content: '';
    display: block;
    width: 224px;
    flex: none;
}

.why-card {
    flex: none;
    display: flex;
    flex-direction: column;
    width: 469px;
    height: 540px;
    background: #FFFFFF;
    border-radius: 24px;
    overflow: hidden;
    scroll-snap-align: start;
}

.why-card__text {
    padding: 32px;
    flex: none;
}

.why-card__desc {
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.03em;
    color: #1D1D1F;
}

.why-card__accent {
    color: #2976BC;
}

.why-card__img-wrap {
    flex: 1 1 auto;
    padding: 24px;
}

.why-card__img {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* ===== планшет ≤1280px ===== */
@media (max-width: 1280px) {
    .why-express__header {
        padding: 48px 32px 0;
    }

    .why-express__title {
        font-size: 56px;
        line-height: 60px;
        letter-spacing: -2px;
    }

    .why-express__track {
        padding: 0 32px;
    }

    .why-express__track::after {
        width: 16px;
    }

    .why-express__viewport {
        scroll-padding-left: 32px;
    }

    .why-card__desc {
        font-size: 24px;
        line-height: 32px;
    }
}

/* ===== мобайл ≤600px ===== */
@media (max-width: 600px) {

    .why-card__img {
        background-size: 120%;
    }

    .why-express__cap--top {
        height: 24px;
        border-radius: 0 0 24px 24px;
    }

    .why-express__cap--bottom {
        height: 48px;
        border-radius: 24px 24px 0 0;
    }

    .why-express__header {
        padding: 48px 20px 0;
    }

    .why-express__title {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: -0.03em;
    }

    .why-express__track {
        padding: 0 20px;
    }

    .why-express__track::after {
        width: 4px;
    }

    .why-card {
        width: calc(100vw - 56px);
        height: auto;
        min-height: 420px;
    }

    .why-card__desc {
        font-size: 20px;
        line-height: 28px;
    }

    .why-card__img-wrap {
        min-height: 260px;
    }

    .why-express__viewport {
        scroll-padding-left: 20px;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/accordion_industry/style.css?17845503663423*/

.faq, .faq * { box-sizing: border-box; }

/* ===== 1920 (база) ===== */
.faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 240px 128px;
    width: 100%;
    font-family: 'DIN Pro', sans-serif;
}

li.faq__item {
    list-style: unset;
}

.faq__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    padding: 64px 48px;
    width: 100%;
    max-width: 1440px;
    background: rgba(204, 231, 255, 0.15);
    border: 1px solid #99CFFF;
    border-radius: 40px;
}

.faq__title {
    flex: none;
    margin: 0;
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.03em;
    color: #1D1D1F;
}

.faq__list {
    flex: 1 1 auto;
    width: 100%;   /* добавлено — без этого список сжимается до ширины самого длинного вопроса и "уезжает" в центр при схлопывании пунктов */
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.faq__item {
    padding-top: 24px;
    border-bottom: 1px solid #99CFFF;
}
.faq__item:last-child {
    border-bottom: none;
}

.faq__btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 0;
    padding-bottom: 24px;
    padding-top: 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
}

/* первый элемент — открытый, у него кнопка без нижнего паддинга (ответ занимает место) */
.faq__item--open .faq__btn {
    padding-bottom: 0;
}

.faq__icon {
    flex: none;
    width: 15px;
    height: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.faq__icon svg { display: block; }

.faq__question {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #1D1D1F;
}

.faq__answer {
    padding: 16px 0 24px 31px; /* 15px icon + 16px gap */
}
.faq__answer[hidden] { display: none; }

.faq__answer p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #1D1D1F;
}

/* ===== планшет ≤1280px ===== */
@media (max-width: 1280px) {
    .faq { padding: 0 32px 80px; }

    .faq__block {
        flex-direction: column;
        align-items: center;
        gap: 32px;
        padding: 32px 24px;
        border-radius: 40px;
    }

    .faq__title {
        width: 100%;
        text-align: center;
        font-size: 48px;
        line-height: 56px;
    }

    .faq__list { width: 100%; }

    .faq__question { font-size: 22px; line-height: 28px; }
    .faq__answer p { font-size: 16px; line-height: 24px; }
}

/* ===== мобайл ≤600px ===== */
@media (max-width: 600px) {
    .faq { padding: 0 20px 80px; }

    .faq__block {
        border-radius: 24px;
        padding: 32px 24px;
        gap: 32px;
    }

    .faq__title {
        font-size: 28px;
        line-height: 34px;
    }

    .faq__question { font-size: 18px; line-height: 26px; }
    .faq__answer p { font-size: 15px; line-height: 22px; }
}

/* End */


/* Start:/local/templates/main/components/express/express.blocks/industry_cta/style.css?17845551721368*/
.cta, .cta * {
    box-sizing: border-box;
}

.cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 0 240px 128px;
    width: 100%;
    font-family: 'DIN Pro', sans-serif;
}

.cta__title {
    margin: 0;
    width: 100%;
    max-width: 1440px;
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #1D1D1F;
}

.cta__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    height: 48px;
    background: #4799E3;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.cta__btn:hover {
    opacity: 0.85;
    color: #fff !important;
}

/* ===== планшет ≤1280px ===== */
@media (max-width: 1280px) {
    .cta {
        padding: 0 32px 80px;
    }

    .cta__title {
        font-size: 50px;
        line-height: 56px;
        letter-spacing: -2px;
    }
}

/* ===== мобайл ≤600px ===== */
@media (max-width: 600px) {
    .cta {
        padding: 0 20px 80px;
    }

    .cta__title {
        font-size: 24px;
    }
}

/* End */
/* /local/templates/main/components/express/express.blocks/industry_hero/style.css?17845557464845 */
/* /local/templates/main/components/bitrix/news.list/industry_challenges/style.css?17845539613572 */
/* /local/templates/main/components/bitrix/news.list/tasks_industry/style.css?17845544053582 */
/* /local/templates/main/components/bitrix/news.list/tabs_industry/style.css?17845545376727 */
/* /local/templates/main/components/express/express.blocks/industry_deploy/style.css?17845550874478 */
/* /local/templates/main/components/bitrix/news.list/stages_industry/style.css?17845547585382 */
/* /local/templates/main/components/bitrix/news.list/industry_list/style.css?17846385966228 */
/* /local/templates/main/components/express/express.blocks/industry_techspec/style.css?17845549604939 */
/* /local/templates/main/components/bitrix/news.list/why_industry/style.css?17846381984498 */
/* /local/templates/main/components/bitrix/news.list/accordion_industry/style.css?17845503663423 */
/* /local/templates/main/components/express/express.blocks/industry_cta/style.css?17845551721368 */
