

/* Start:/local/templates/main_b2b/components/spll/static.banner_with_elements/industry_semicircle/style.css?178510563611047*/
.section-diagram {
    margin: 6.5rem 0 10rem;
    --arc-item-width: 230px;
    --arc-item-circle-radius: 28px;
    position: relative;
}

.section-diagram__title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 2rem;
}

.section-diagram__title {
    color: #123670;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    flex: 1;
    /* Заголовок приходит из названия раздела (без разметки), поэтому перенос
       после «развития» задаём шириной: строка до «развития» — 595px,
       вся строка — 882px. */
    max-width: 700px;
}

.section-diagram__hint {
    color: #123670;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    pointer-events: none;
    white-space: normal;
    /* 160px: «Наведите на отрасль» (143px) помещается в строку,
       вся фраза (265px) — нет, поэтому перенос идёт после «отрасль» */
    max-width: 160px;
    text-align: right;
    flex-shrink: 0;
    padding-top: 6px;
}

@media (max-width: 920px) {
    .section-diagram__hint {
        display: none;
    }
}
.diagram-container {
    position: relative;
    /* width: 918px; */
    max-width: 74%;
    margin: 0 auto;
}
.visual-wrapper {
    width: 100%;
    aspect-ratio: 2 / 1;
    overflow: hidden;
}
.semicircle-dotted {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 3px dashed #D9EFFF;
    border-bottom: none;
    background: transparent;
    pointer-events: none;
}
.outer-div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    /* width: 451px;
    height: 520px; */
    width: 50%;
    aspect-ratio: 1 / 1.13;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    background-image: url('/local/templates/main_b2b/components/spll/static.banner_with_elements/industry_semicircle/hex1.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;                            
}
.inner-div {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 339px;
    height: 390px; */
    width: 75%;
    aspect-ratio: 1 / 1.13;
    pointer-events: none;
    background-image: url('/local/templates/main_b2b/components/spll/static.banner_with_elements/industry_semicircle/hex2.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* Контейнер для элементов */
.items-on-arc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Базовый стиль элемента */
.arc-item {
    position: absolute;
    display: flex;
    align-items: center;
    pointer-events: auto;
    font-weight: 500;
    font-size: 15px;
    color: var(--q-accent);
    transition: color 0.2s;
    /* transform: translate(-50%, -50%); */
    white-space: nowrap;
    /* Нулевой бокс — точка привязки: иконка и подпись выходят за его пределы,
       поэтому подпись сохраняет ширину по содержимому (см. блок «КООРДИНАТЫ»). */
    width: 0;
    height: 0;
}
.arc-item img {
    font-size: 0;
}

/* Круг иконки */
.icon-circle {
    width: calc(2 * var(--arc-item-circle-radius));
    height: calc(2 * var(--arc-item-circle-radius));
    background-color: #D9EFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, transform 0.15s;
    flex-shrink: 0;
}
.icon-circle svg {
    width: 28px;
    height: 28px;
    fill: #000000;
    transition: fill 0.2s ease;
    flex-shrink: 0;
}
.icon-circle .inv-logo-svg {
    width: 52px !important;
    height: 52px !important;
}

/* Текстовая подпись */
.item-label {
    color: var(--b2b-accent);
    font-size: 18px;
    font-weight: 600;
    white-space: normal;
    word-wrap: break-word;
    max-width: 300px;
    text-align: center;
    line-height: 1.3;
}

/* Для элементов, где иконка справа (item1, item2, item3) - текст слева, выравнивание по правому краю */
.arc-item.item1 .item-label,
.arc-item.item2 .item-label,
.arc-item.item3 .item-label {
    text-align: right;
}

/* Для элементов, где иконка слева (item6, item7, item8) - текст справа, выравнивание по левому краю */
.arc-item.item6 .item-label,
.arc-item.item7 .item-label,
.arc-item.item8 .item-label {
    text-align: left;
}

/* Для элементов с вертикальным расположением (item4, item5) - центрируем текст */
.arc-item.item4 .item-label,
.arc-item.item5 .item-label {
    text-align: center;
}

/* Hover-эффекты */
.arc-item:hover {
    color: #2F8EED;
}
.arc-item:hover .icon-circle {
}
.arc-item:hover .icon-circle svg {
    fill: #FFFFFF;
}

/* ===== РАЗНОЕ РАСПОЛОЖЕНИЕ ИКОНОК ===== */
/* Левые 3 элемента (item1, item2, item3) - иконка справа от текста, gap 16 */
.arc-item.item1,
.arc-item.item2,
.arc-item.item3 {
    flex-direction: row-reverse;
    gap: 16px;
}

/* Верхние 2 элемента (item4, item5) - иконка под текстом, gap 12 */
.arc-item.item4,
.arc-item.item5 {
    flex-direction: column;
    gap: 12px;
}
/* Для вертикальных элементов центрируем текст и иконку */
.arc-item.item4 .item-label,
.arc-item.item5 .item-label {
    order: 1; /* текст сверху */
}
.arc-item.item4 .icon-circle,
.arc-item.item5 .icon-circle {
    order: 2; /* иконка снизу */
}

/* Правые 3 элемента (item6, item7, item8) - иконка слева от текста, gap 16 */
.arc-item.item6,
.arc-item.item7,
.arc-item.item8 {
    flex-direction: row;
    gap: 16px;
}

/* ===== КООРДИНАТЫ =====
   Раньше позиции задавались через CSS anchor positioning
   (anchor-name / position-anchor / position-area). Его нет в Firefox, Safari
   и в Chromium до 125 — в частности в Яндекс.Браузере, где все подписи
   сваливались в левый верхний угол диаграммы. Поэтому позиционируем обычными
   left/right/top в процентах от .items-on-arc (совпадает с .visual-wrapper).

   Точка привязки (нулевой бокс .arc-item) стоит:
   - у боковых элементов (1-3, 6-8) — по вертикали в центре круга иконки,
     по горизонтали у ближнего к центру диаграммы края круга (28px = радиус);
   - у верхних (4, 5) — по горизонтали в центре круга, по вертикали по верху
     подписи, контент растёт вниз (подпись → отступ 12px → иконка).
   Слагаемые в px (28/3/76) сохраняют прежние координаты один в один. */
.arc-item.item1  {
    left: 34px;
    top: calc(90% + 3px);
}
.arc-item.item2  {
    left: calc(5% + var(--arc-item-circle-radius));
    top: calc(54% + 3px);
}
.arc-item.item3  {
    left: calc(18% + var(--arc-item-circle-radius));
    top: calc(22% + 3px);
}
.arc-item.item4  {
    left: calc(38% + 3px);
    top: calc(3% - 76px);
}
.arc-item.item5  {
    right: calc(38% + 3px);
    top: calc(3% - 76px);
}
.arc-item.item6  {
    right: calc(18% + var(--arc-item-circle-radius));
    top: calc(22% + 3px);
}
.arc-item.item7  {
    right: calc(5% + var(--arc-item-circle-radius));
    top: calc(54% + 3px);
}
.arc-item.item8  {
    right: 34px;
    top: calc(90% + 3px);
}

/* Контейнер для контента в центре */
.center-content {
    text-align: center;
    color: white;
    font-weight: 600;
    z-index: 20;
    pointer-events: none;
    width: 60%;
}

.center-content h3 {
    font-size: clamp(1.375rem, 1.05rem + 1.625vw, 3rem);
    font-weight: bold;
    margin: 0 0 1rem 0;
    color: white;
}

.center-content p {
    font-size: 1rem;
    line-height: 1.3;
    margin: 0;
    color: white;
    white-space: pre-line;
}

/* Состояние для внутреннего дива с блюром */
.inner-div.blurred {
    filter: blur(4px);
    transition: filter 0.3s ease;
}

.arc-item:hover .inv-logo-svg path {
    fill: #ffffff !important;
}
.arc-item:hover .inv-logo-fallback {
    display: none;
}
.arc-item:hover .icon-circle {
    background-color: #2F8EED;
    transition: background-color 0.3s ease;

    .inv-logo-svg circle {
        fill: #2F8EED !important;
    }
}


@media (max-width: 1280px) {
    .item-label {
        font-size: 13px;
        font-weight: 400;
    }
}
@media (max-width: 920px) {
    .section-diagram {
        overflow: hidden;
        margin: 4rem 0 6rem;
    }
    .visual-wrapper {
        display: flex;
        align-items: center;
        gap: 3rem;
        width: 100%;
        aspect-ratio: unset;
        overflow: visible;
    }
    .diagram-container {
        max-width: 100%;
    }
    .outer-div {
        flex: 0 0 45%;
    }
    .outer-div, .inner-div {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }
    .semicircle-dotted {
        display: none;
    }
    .items-on-arc {
        display: flex;
        flex-direction: column;
        gap: 1.2rem;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        top: auto;
        left: auto;
    }
    .items-on-arc:before {
        display: block;
        content: '';
        position: absolute;
        width: 0;
        height: 100%;
        border-left: 3px dashed #D9EFFF;
        top: 0;
        left: var(--arc-item-circle-radius);
    }
    .section-diagram .arc-item {
        /* сбрасываем координаты дуги: в списке элементы идут обычным потоком */
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        width: var(--arc-item-width);
        height: auto;
        flex-direction: row;
        transform: none !important;
    }
    .section-diagram .arc-item .item-label {
        text-align: left;
    }
    .section-diagram .arc-item.item4 {
        flex-direction: row-reverse;
    }
    .section-diagram .arc-item.item5 {
        flex-direction: row-reverse;
    }
}
@media (max-width: 640px) {
    .visual-wrapper {
        flex-direction: column;
    }
    .outer-div {
        flex: 0 0 100%;
        width: 90%;
    }
    .items-on-arc {
        width: var(--arc-item-width);
        align-items: center;
    }
}
/* End */


/* Start:/local/templates/main_b2b/components/spll/static.banner_with_elements/industry_blue_box/style.css?17768485291444*/
[data-v-663e29ab]:root {
    --tablet-breakpoint: 920px
}

.strategy-text-module[data-v-663e29ab] {
    align-items: center;
    margin-top: 70px;
    background-color: #d9efff;
    padding: 36px;
    border-radius: 36px;
    gap: 32px
}

.strategy-text-module__content[data-v-663e29ab] {
    max-width: 700px
}

.strategy-text-module__title[data-v-663e29ab] {
    font-size: 32px
}

.strategy-text-module__text {
    color: #123670;
}

@media screen and (max-width: 920px) {
    .strategy-text-module__title[data-v-663e29ab] {
        font-size:28px
    }
}

@media screen and (max-width: 480px) {
    .strategy-text-module__title[data-v-663e29ab] {
        font-size:24px
    }
}

.strategy-text-module__title[data-v-663e29ab] {
    margin-bottom: 20px
}

.strategy-text-module__date[data-v-663e29ab] {
    border: 1px solid #919191;
    padding: 10px 16px;
    border-radius: 100px;
    margin-bottom: 16px;
    display: inline-flex
}

.strategy-text-module__period[data-v-663e29ab] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 383px;
    max-height: 179px;
    background-color: #fff;
    border-radius: 24px;
    padding: 36px
}

.strategy-text-module__period-title[data-v-663e29ab] {
    font-size: 56px !important;
    font-weight: 700 !important;
    color: #2f8eed;
}

.strategy-text-module__notice-text {
    font-size: 18px;
    font-weight: 600;
    color: #123670;
    margin: 0;
    padding: 0;
}
/* End */


/* Start:/local/templates/main_b2b/components/spll/static.banner_with_elements/industry_elements_text/style.css?17768485293729*/
[data-v-fc41af73]:root {
    --tablet-breakpoint: 920px
}

.cards-list-module__header[data-v-fc41af73] {
    margin-top: 70px;
    margin-bottom: 44px;
}

.cards-list-module__title[data-v-fc41af73] {
    font-size: 32px
}

@media screen and (max-width: 920px) {
    .cards-list-module__title[data-v-fc41af73] {
        font-size:28px
    }
}

@media screen and (max-width: 480px) {
    .cards-list-module__title[data-v-fc41af73] {
        font-size:22px
    }
}

.cards-list-module__list[data-v-fc41af73] {
    display: grid;
    gap: 16px;
    font-variant-numeric: lining-nums proportional-nums
}

.cards-list-module__item[data-v-fc41af73] {
    padding: 16px;
    border-radius: 16px;
    background-color: #e8eff5;
    gap: 4px
}

.cards-list-module__item-label[data-v-fc41af73] {
    font-size: 22px
}

@media screen and (max-width: 920px) {
    .cards-list-module__item-label[data-v-fc41af73] {
        font-size:18px
    }
}

@media screen and (max-width: 480px) {
    .cards-list-module__item-label[data-v-fc41af73] {
        font-size:16px
    }
}

.cards-list-module__item-label[data-v-fc41af73] {
    position: relative;
    gap: 16px
}

@media screen and (max-width: 920px) {
    .cards-list-module__item-label[data-v-fc41af73] {
        align-items:flex-start
    }
}

.cards-list-module__item-label[data-v-fc41af73]:before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    background-color: #2f8eed;
    border-radius: 100px
}

@media screen and (max-width: 920px) {
    .cards-list-module__item-label[data-v-fc41af73]:before {
        margin-top:6px
    }
}

.cards-list-module__item-value[data-v-fc41af73] {
    padding-left: 26px;
    color: #919191
}

.grid-1[data-v-fc41af73] {
    grid-template-columns: repeat(auto-fill,minmax(100%,1fr))
}

.grid-2[data-v-fc41af73] {
    grid-template-columns: repeat(auto-fill,minmax(calc(50% - 8px),1fr))
}

@media screen and (max-width: 480px) {
    .grid-2[data-v-fc41af73] {
        grid-template-columns:repeat(auto-fill,minmax(100%,1fr))
    }
}

[data-v-e78f1a6b]:root {
    --tablet-breakpoint: 920px
}

.section-head-module__row[data-v-e78f1a6b] {
    gap: 32px
}

.section-head-module__hint-text[data-v-e78f1a6b] {
    justify-content: flex-end;
    color: #123670
}

.description-section {
    padding-top: 40px;
}

@media screen and (max-width: 920px) {
    .description-section {
        padding-bottom:0
    }
}

@media screen and (max-width: 480px) {
    .description-section {
        padding-top:24px
    }
}

.description-section__text {
    /* -webkit-line-clamp: 12;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 12px; */
    color: #123670
}

@media screen and (max-width: 920px) {
    .description-section__text {
        font-size:16px
    }
}

@media screen and (max-width: 480px) {
    .description-section__text {
        font-size:14px
    }
}

.description-section__text--open {
    -webkit-line-clamp: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.description-section__title {
    font-size: 28px
}

@media screen and (max-width: 920px) {
    .description-section__title {
        font-size:28px
    }
}

@media screen and (max-width: 480px) {
    .description-section__title {
        font-size:22px
    }
}

.description-section__title {
    margin-bottom: 32px
}

@media screen and (max-width: 920px) {
    .description-section__title {
        margin-bottom:24px
    }
}

@media screen and (max-width: 480px) {
    .description-section__title {
        line-height:115%;
        margin-bottom: 16px
    }
}

.description-section__btn {
    margin-top: 12px;
}
/* End */
/* /local/templates/main_b2b/components/spll/static.banner_with_elements/industry_semicircle/style.css?178510563611047 */
/* /local/templates/main_b2b/components/spll/static.banner_with_elements/industry_blue_box/style.css?17768485291444 */
/* /local/templates/main_b2b/components/spll/static.banner_with_elements/industry_elements_text/style.css?17768485293729 */
