

/* Start:/local/components/spll/industries.detail/templates/.default/style.css?178482939432918*/
.leading-manufacturers {
    width: 50%;
    font-size: 28px !important;
    font-weight: 600 !important;
    line-height: 130% !important;
    letter-spacing: 0.1px;
}

.bi_more__btn {
    margin-top: 24px;
    width: 175px !important;
    height: 48px !important;
    border: 1px solid #7D8B99 !important;
    border-radius: 30px !important;

}

.more_button_div {
    width:100%;
    align-items: center;
    place-items: center;
}

.cards-slider-component__slider {
    width: 100%;
    overflow: hidden;
    margin-top: 32px;
}

.cards-slider-component__slider .swiper-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 4px 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
}

.cards-slider-component__slider .swiper-wrapper::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}

.cards-slider-component__slider .swiper-slide {
    flex: 0 0 285px;
    max-width: 285px;
}

.swiper-nav-buttons__btn.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

.manufactures-card {
    display: block;
    text-decoration: none;
    color: inherit;
}

.manufactures-card__image {
    position: relative;
    align-content: center;
    text-align: center;
    width: 100%;
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
}

.manufactures-card__image img {

    object-fit: cover;
}

.manufactures-card__chip {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(255, 255, 255, 0.9);
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 12px;
    z-index: 1;
}

.manufactures-card__title {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}


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

/* canvas[data-v-fb73ca9a] {
    cursor: pointer
} */

.industries-section[data-v-fb73ca9a] {
    position: relative
}

.industries-section__head[data-v-fb73ca9a] {
    margin-bottom: 40px
}

@media screen and (max-width: 920px) {
    .industries-section__head[data-v-fb73ca9a] {
        margin-bottom:24px
    }
}

@media screen and (max-width: 480px) {
    .industries-section__head[data-v-fb73ca9a] {
        margin-bottom:0
    }
}

.industries-section__title[data-v-fb73ca9a] {
    font-size: 32px
}

@media screen and (max-width: 920px) {
    .industries-section__title[data-v-fb73ca9a] {
        font-size:28px
    }
}

@media screen and (max-width: 480px) {
    .industries-section__title[data-v-fb73ca9a] {
        font-size:22px
    }
}

.industries-section__title[data-v-fb73ca9a] {
    max-width: 724px
}

.industries-section__content[data-v-fb73ca9a] {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    justify-content: space-around;
    flex-wrap: wrap;
}

/* @media screen and (max-width: 920px) {
    .industries-section__content[data-v-fb73ca9a] {
        align-items:flex-start
    }
}

@media screen and (max-width: 480px) {
    .industries-section__content[data-v-fb73ca9a] {
        flex-direction:column
    }
} */

.industries-section__list[data-v-fb73ca9a] {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    max-width: 33%;
}

/* @media screen and (max-width: 920px) {
    .industries-section__list[data-v-fb73ca9a] {
        max-width: 366px
    }
} */


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

.industries-section__chart {
    flex: 1;
}

.radial-component {
    --e0723c2c: 380px;
    /* --983c2f7a: 380px; */
    position: relative;
    max-width: var(--e0723c2c);
    aspect-ratio: 1 / 1;
    /* height: var(--983c2f7a); */
    margin: 0 auto;
}

.radial-component canvas {
    position: relative;
    cursor: pointer;
    width: 100% !important;
    height: 100% !important;
    z-index: 2;
}

/* @media screen and (max-width: 920px) {
    .radial-component canvas[data-v-683043ca] {
        margin-left:-16px;
        padding: 16px
    }
}

@media screen and (max-width: 480px) {
    .radial-component canvas[data-v-683043ca] {
        margin-left:0;
        padding: 28px
    }
} */

.radial-component__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.radial-component__bg svg {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1024px) {
    .industries-section__content {
        align-items: normal;
    }
    .industries-section__list {
        flex: 0 0 45%;
        max-width: 360px;
        margin-left: auto !important;
    }
    .industries-section__list li {
        margin: 0 !important;
    }
    .radial-component {
        flex: 0 0 var(--e0723c2c);
        order: 1;
    }
    .industries-section__list-left {
        order: 2;
    }
    .industries-section__list-left li {
        width: 100%;
    }
    .industries-section__list-left .industries-section__list-btn {
        flex-direction: row-reverse;
    }
    .industries-section__list-left .industries-section__list-btn-title {
        text-align: left !important;
    }
    .industries-section__list-right {
        order: 3;
    }
}

@media screen and (max-width: 768px) {
    .industries-section__chart {
        flex: auto;
    }
    .industries-section__list {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media screen and (max-width: 420px) {
    .radial-component {
        --e0723c2c: 290px;
        flex: 0 0 var(--e0723c2c) !important;
        max-width: var(--e0723c2c) !important;
    }
}

/* @media screen and (max-width: 920px) {
    .radial-component__bg[data-v-683043ca] {
        position:absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }
}

@media screen and (max-width: 480px) {
    .radial-component__bg[data-v-683043ca] {
        display:flex;
        align-items: center;
        justify-content: center
    }
} */

/* .radial-component__percentage[data-v-683043ca] {
    position: absolute;
    transform: translate(-50%,-120%);
    background: #fffffff2;
    padding: 4px;
    border-radius: 4px;
    color: #1f2d3d;
    pointer-events: none;
    z-index: 10;
    box-shadow: 0 6px 16px #00000026
} */



.industries-section__list-left li {
    display: flex;
    align-self: end;
}

.industries-section__list-left li:nth-child(1) {
    margin-right: -12px
}

.industries-section__list-left li:nth-child(2) {
    margin-right: 13px
}

.industries-section__list-left li:nth-child(3) {
    margin-right: 24px
}

.industries-section__list-left li:nth-child(4) {
    margin-right: 28px
}

.industries-section__list-left li:nth-child(5) {
    margin-right: 24px
}

.industries-section__list-left li:nth-child(6) {
    margin-right: 13px
}

.industries-section__list-left li:nth-child(7) {
    margin-right: -12px
}

.industries-section__list-right li {
    display: flex;
    justify-content: flex-start
}

.industries-section__list-right li:nth-child(1) {
    margin-left: -12px;
}

.industries-section__list-right li:nth-child(2) {
    margin-left: 13px;
}

.industries-section__list-right li:nth-child(3) {
    margin-left: 24px;
}

.industries-section__list-right li:nth-child(4) {
    margin-left: 28px;
}

.industries-section__list-right li:nth-child(5) {
    margin-left: 24px;
}

.industries-section__list-right li:nth-child(6) {
    margin-left: 13px;
}

.industries-section__list-right li:nth-child(7) {
    margin-left: -12px;
}

.industries-section__list-btn {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 0;
    outline: none;
    background: transparent;
    color: #0a1a3e
}

.industries-section__list-btn--active {
    /* background-color: rgba(0, 0, 0, 0.05); */
    background: var(--q-primary-light);
    border-radius: 4px;
    color: var(--q-accent);
}

.industries-section__list-btn--active .industries-section__list-btn-title {
    /* font-weight: 600; */
}

.industries-section__list-btn.with-custom-svg[data-v-fb73ca9a] svg path:not([stroke]) {
    fill: #0a1a3e
}

.industries-section__list-btn.with-custom-svg[data-v-fb73ca9a] svg mask {
    mask-type: alpha!important
}

.industries-section__list-btn.with-custom-svg[data-v-fb73ca9a] svg path:not([fill]) {
    stroke: #0a1a3e
}

.industries-section__list-btn.with-custom-svg[data-v-fb73ca9a] svg polygon:not([stroke]) {
    fill: #0a1a3e
}

.industries-section__list-btn.with-custom-svg[data-v-fb73ca9a] svg polygon:not([fill]) {
    stroke: #0a1a3e
}

.industries-section__list-btn.with-custom-svg[data-v-fb73ca9a] svg path[fill][stroke]:not([stroke-width]) {
    fill: #0a1a3e
}

.industries-section__list-btn.with-custom-svg[data-v-fb73ca9a] svg path[fill][stroke][stroke-width] {
    stroke: #0a1a3e
}

.industries-section__list-btn.with-custom-svg[data-v-fb73ca9a] svg circle:not([stroke]) {
    fill: #0a1a3e
}

.industries-section__list-btn.with-custom-svg[data-v-fb73ca9a] svg circle:not([fill]) {
    stroke: #0a1a3e
}

.industries-section__list-btn.with-custom-svg[data-v-fb73ca9a] svg circle[fill][stroke] {
    fill: #0a1a3e;
    stroke: #0a1a3e
}

.industries-section__list-btn.active:not(.disabled).with-custom-svg[data-v-fb73ca9a] svg path:not([stroke]) {
    fill: #0a1a3e
}

.industries-section__list-btn.active:not(.disabled).with-custom-svg[data-v-fb73ca9a] svg mask {
    mask-type: alpha!important
}

.industries-section__list-btn.active:not(.disabled).with-custom-svg[data-v-fb73ca9a] svg path:not([fill]) {
    stroke: #0a1a3e
}

.industries-section__list-btn.active:not(.disabled).with-custom-svg[data-v-fb73ca9a] svg polygon:not([stroke]) {
    fill: #0a1a3e
}

.industries-section__list-btn.active:not(.disabled).with-custom-svg[data-v-fb73ca9a] svg polygon:not([fill]) {
    stroke: #0a1a3e
}

.industries-section__list-btn.active:not(.disabled).with-custom-svg[data-v-fb73ca9a] svg path[fill][stroke]:not([stroke-width]) {
    fill: #0a1a3e
}

.industries-section__list-btn.active:not(.disabled).with-custom-svg[data-v-fb73ca9a] svg path[fill][stroke][stroke-width] {
    stroke: #0a1a3e
}

.industries-section__list-btn.active:not(.disabled).with-custom-svg[data-v-fb73ca9a] svg circle:not([stroke]) {
    fill: #0a1a3e
}

.industries-section__list-btn.active:not(.disabled).with-custom-svg[data-v-fb73ca9a] svg circle:not([fill]) {
    stroke: #0a1a3e
}

.industries-section__list-btn.active:not(.disabled).with-custom-svg[data-v-fb73ca9a] svg circle[fill][stroke] {
    fill: #0a1a3e;
    stroke: #0a1a3e
}

.industries-section__list-btn.active:not(.disabled).btn-component--outline[data-v-fb73ca9a] {
    border-color: #e8eff5
}

.industries-section__list-btn.active[data-v-fb73ca9a]:not(.disabled) {
    background: #e8eff5;
    color: #0a1a3e
}

@media screen and (min-width: 921px) and (hover: hover) {
    .industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):hover.with-custom-svg[data-v-fb73ca9a] svg path:not([stroke]),.industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):focus-visible.with-custom-svg[data-v-fb73ca9a] svg path:not([stroke]) {
        fill:#0a1a3e
    }

    .industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):hover.with-custom-svg[data-v-fb73ca9a] svg mask,.industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):focus-visible.with-custom-svg[data-v-fb73ca9a] svg mask {
        mask-type: alpha!important
    }

    .industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):hover.with-custom-svg[data-v-fb73ca9a] svg path:not([fill]),.industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):focus-visible.with-custom-svg[data-v-fb73ca9a] svg path:not([fill]) {
        stroke: #0a1a3e
    }

    .industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):hover.with-custom-svg[data-v-fb73ca9a] svg polygon:not([stroke]),.industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):focus-visible.with-custom-svg[data-v-fb73ca9a] svg polygon:not([stroke]) {
        fill: #0a1a3e
    }

    .industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):hover.with-custom-svg[data-v-fb73ca9a] svg polygon:not([fill]),.industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):focus-visible.with-custom-svg[data-v-fb73ca9a] svg polygon:not([fill]) {
        stroke: #0a1a3e
    }

    .industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):hover.with-custom-svg[data-v-fb73ca9a] svg path[fill][stroke]:not([stroke-width]),.industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):focus-visible.with-custom-svg[data-v-fb73ca9a] svg path[fill][stroke]:not([stroke-width]) {
        fill: #0a1a3e
    }

    .industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):hover.with-custom-svg[data-v-fb73ca9a] svg path[fill][stroke][stroke-width],.industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):focus-visible.with-custom-svg[data-v-fb73ca9a] svg path[fill][stroke][stroke-width] {
        stroke: #0a1a3e
    }

    .industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):hover.with-custom-svg[data-v-fb73ca9a] svg circle:not([stroke]),.industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):focus-visible.with-custom-svg[data-v-fb73ca9a] svg circle:not([stroke]) {
        fill: #0a1a3e
    }

    .industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):hover.with-custom-svg[data-v-fb73ca9a] svg circle:not([fill]),.industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):focus-visible.with-custom-svg[data-v-fb73ca9a] svg circle:not([fill]) {
        stroke: #0a1a3e
    }

    .industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):hover.with-custom-svg[data-v-fb73ca9a] svg circle[fill][stroke],.industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):focus-visible.with-custom-svg[data-v-fb73ca9a] svg circle[fill][stroke] {
        fill: #0a1a3e;
        stroke: #0a1a3e
    }

    .industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):hover.btn-component--outline[data-v-fb73ca9a],.industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):focus-visible.btn-component--outline[data-v-fb73ca9a] {
        border-color: #e8eff5
    }

    .industries-section__list-btn[data-v-fb73ca9a]:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):hover,.industries-section__list-btn[data-v-fb73ca9a]:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):focus-visible {
        background: #e8eff5;
        color: #0a1a3e
    }
}

.industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):active.with-custom-svg[data-v-fb73ca9a] svg path:not([stroke]) {
    fill: #0a1a3e
}

.industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):active.with-custom-svg[data-v-fb73ca9a] svg mask {
    mask-type: alpha!important
}

.industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):active.with-custom-svg[data-v-fb73ca9a] svg path:not([fill]) {
    stroke: #0a1a3e
}

.industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):active.with-custom-svg[data-v-fb73ca9a] svg polygon:not([stroke]) {
    fill: #0a1a3e
}

.industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):active.with-custom-svg[data-v-fb73ca9a] svg polygon:not([fill]) {
    stroke: #0a1a3e
}

.industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):active.with-custom-svg[data-v-fb73ca9a] svg path[fill][stroke]:not([stroke-width]) {
    fill: #0a1a3e
}

.industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):active.with-custom-svg[data-v-fb73ca9a] svg path[fill][stroke][stroke-width] {
    stroke: #0a1a3e
}

.industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):active.with-custom-svg[data-v-fb73ca9a] svg circle:not([stroke]) {
    fill: #0a1a3e
}

.industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):active.with-custom-svg[data-v-fb73ca9a] svg circle:not([fill]) {
    stroke: #0a1a3e
}

.industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):active.with-custom-svg[data-v-fb73ca9a] svg circle[fill][stroke] {
    fill: #0a1a3e;
    stroke: #0a1a3e
}

.industries-section__list-btn:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):active.btn-component--outline[data-v-fb73ca9a] {
    border-color: #e8eff5
}

.industries-section__list-btn[data-v-fb73ca9a]:not(:disabled):not(.industries-section__list-btn--disabled):not(.disabled):active {
    background: #e8eff5;
    color: #0a1a3e
}

.industries-section__list-btn[data-v-fb73ca9a] {
    padding: 12px 20px;
    border-radius: 10px;
    position: relative;
    gap: 20px;
    display: flex;
    align-items: center
}

@media screen and (max-width: 480px) {
    .industries-section__list-btn[data-v-fb73ca9a] {
        padding:10px 12px
    }
}

.industries-section__list-btn-title[data-v-fb73ca9a] {
    /* white-space: nowrap */
}

.industries-section__list-left .industries-section__list-btn-title {
    text-align: right;
}
.industries-section__list-right .industries-section__list-btn-title {
    text-align: left;
}

@media screen and (max-width: 920px) {
    .industries-section__list-btn-title[data-v-fb73ca9a] {
        white-space:normal;
        text-align: left
    }
}

@media screen and (max-width: 480px) {
    .industries-section__list-btn-title[data-v-fb73ca9a] {
        font-size:14px
    }
}

.industries-section__list-btn-color[data-v-fb73ca9a] {
    width: 10px;
    min-width: 10px;
    height: 10px;
    border-radius: 100px;
    display: block
}

.industries-section__btn[data-v-fb73ca9a] .btn-component__right-icon {
    transform: rotate(90deg)
}

.industries-section__btn[data-v-fb73ca9a] .btn-component--outline {
    border-width: 1px
}

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

.statistic-section__main[data-v-ab1b1378] {
    gap: 16px;
    padding-top: 70px
}

@media screen and (max-width: 920px) {
    .statistic-section__main[data-v-ab1b1378] {
        flex-direction:column;
        gap: 40px
    }
}

@media screen and (max-width: 480px) {
    .statistic-section__main[data-v-ab1b1378] {
        padding-top:40px
    }
}

.statistic-section__chart[data-v-ab1b1378] {
    gap: 24px;
    align-items: center;
    min-width: 632px
}

@media screen and (max-width: 480px) {
    .statistic-section__chart[data-v-ab1b1378] {
        flex-direction:column;
        min-width: 100%
    }

    .statistic-section__chart svg {
        width: 100% !important;
        height: auto !important;
    }
}

.statistic-section__list[data-v-ab1b1378] {
    gap: 24px;
    max-width: 219px
}

@media screen and (max-width: 480px) {
    .statistic-section__list[data-v-ab1b1378] {
        max-width:100%;
        gap: 8px
    }
}

.statistic-section__item[data-v-ab1b1378] {
    position: relative;
    padding-left: 24px
}

@media screen and (max-width: 480px) {
    .statistic-section__item-text[data-v-ab1b1378] {
        font-size:14px
    }
}

.statistic-section__item-circle[data-v-ab1b1378] {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 6px;
    height: 6px;
    border-radius: 100px
}

.statistic-section__cards[data-v-ab1b1378] {
    gap: 16px;
    flex-grow: 1
}

@media screen and (max-width: 480px) {
    .statistic-section__cards[data-v-ab1b1378] {
        flex-direction:column;
        gap: 8px
    }
}

.statistic-section__card[data-v-ab1b1378] {
    flex: 1 1 auto
}

.statistic-section__card[data-v-ab1b1378]:nth-child(2) {
    max-width: calc(50% - 8px)
}

@media screen and (max-width: 480px) {
    .statistic-section__card[data-v-ab1b1378]:nth-child(2) {
        max-width:100%
    }
}

.statistic-section__footer[data-v-ab1b1378] {
    padding-top: 70px
}

@media screen and (max-width: 480px) {
    .statistic-section__footer[data-v-ab1b1378] {
        padding-top:40px
    }
}

.statistic-section__table-title[data-v-ab1b1378] {
    font-size: 28px
}

@media screen and (max-width: 920px) {
    .statistic-section__table-title[data-v-ab1b1378] {
        font-size:28px
    }
}

@media screen and (max-width: 480px) {
    .statistic-section__table-title[data-v-ab1b1378] {
        font-size:22px
    }
}

.statistic-section__table-title[data-v-ab1b1378] {
    margin-bottom: 40px
}

@media screen and (max-width: 920px) {
    .statistic-section__table-title[data-v-ab1b1378] {
        margin-bottom:32px
    }
}

@media screen and (max-width: 480px) {
    .statistic-section__table-title[data-v-ab1b1378] {
        line-height:115%;
        margin-bottom: 24px
    }
}

.statistic-section__table[data-v-ab1b1378] {
    width: 100%
}

.statistic-section__table-head-item[data-v-ab1b1378] {
    color: #919191
}

@media screen and (max-width: 920px) {
    .statistic-section__table-head-item[data-v-ab1b1378] {
        font-size:16px
    }
}

@media screen and (max-width: 480px) {
    .statistic-section__table-head-item[data-v-ab1b1378] {
        font-size:14px
    }
}

.statistic-section__table-item[data-v-ab1b1378] {
    width: 284px
}

@media screen and (max-width: 920px) {
    .statistic-section__table-item[data-v-ab1b1378] {
        width:146px
    }
}

@media screen and (max-width: 480px) {
    .statistic-section__table-item[data-v-ab1b1378] {
        min-width:68px;
        width: auto
    }
}

.statistic-section th[data-v-ab1b1378],.statistic-section td[data-v-ab1b1378] {
    border-bottom: 1px solid #D0D5DD;
    padding: 16px 0;
    text-align: left
}

@media screen and (max-width: 480px) {
    .statistic-section th[data-v-ab1b1378],.statistic-section td[data-v-ab1b1378] {
        font-size:14px;
        padding: 12px 0 12px 8px
    }
}

.statistic-section tr:last-child td[data-v-ab1b1378] {
    border-color: transparent
}

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

.description-section[data-v-e2ab0fb1] {
    padding-top: 70px;
}

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

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

.description-section__text {
    display: none;
    /* -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[data-v-e2ab0fb1] {
        font-size:16px
    }
}

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

.description-section__text--open[data-v-e2ab0fb1] {
    -webkit-line-clamp: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.description-section__title[data-v-e2ab0fb1] {
    font-size: 28px
}

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

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

.description-section__title[data-v-e2ab0fb1] {
    margin-bottom: 32px
}

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

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

@media screen and (max-width: 480px) {
    .description-section__btn-text[data-v-e2ab0fb1] {
        font-size:14px
    }
}

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

.about-section[data-v-9eb2433c] {
    border-radius: 36px
}

@media screen and (max-width: 1370px) {
    .about-section[data-v-9eb2433c] {
        border-radius:24px
    }
}

@media screen and (max-width: 480px) {
    .about-section[data-v-9eb2433c] {
        border-radius:24px
    }
}

.about-section[data-v-9eb2433c] {
    padding: 36px;
    height: 546px;
    position: relative;
    overflow: hidden;
    justify-content: flex-end
}

@media screen and (max-width: 920px) {
    .about-section[data-v-9eb2433c] {
        height:680px;
        padding: 24px
    }
}

@media screen and (max-width: 480px) {
    .about-section[data-v-9eb2433c] {
        height:auto;
        padding: 0;
        gap: 8px
    }
}

.about-section__img[data-v-9eb2433c] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 480px) {
    .about-section__img[data-v-9eb2433c] {
        border-radius:20px;
        overflow: hidden;
        position: relative
    }
}

.about-section__img[data-v-9eb2433c] img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
}

.about-section__img[data-v-9eb2433c]:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.about-section__main[data-v-9eb2433c] {
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 36px;
    padding: 36px;
    gap: 40px
}

@media screen and (max-width: 1370px) {
    .about-section__main[data-v-9eb2433c] {
        flex-direction:column;
        gap: 16px
    }
}

@media screen and (max-width: 480px) {
    .about-section__main[data-v-9eb2433c] {
        padding:20px;
        gap: 12px
    }
}

@media screen and (min-width: 481px) and (max-width: 1370px) {
    .about-section[data-v-9eb2433c] {
        height: auto;
        padding: 0;
        gap: 16px
    }

    .about-section__img[data-v-9eb2433c] {
        border-radius: 20px;
        overflow: hidden;
        position: relative
    }

    .about-section__main[data-v-9eb2433c] {
        padding: 20px;
        gap: 12px
    }
}

.about-section__title[data-v-9eb2433c] {
    font-size: 32px
}

@media screen and (max-width: 1370px) {
    .about-section__title[data-v-9eb2433c] {
        font-size:28px
    }
}

@media screen and (max-width: 480px) {
    .about-section__title[data-v-9eb2433c] {
        font-size:22px
    }
}

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

.industries-page__slider[data-v-30b8752b] {
    padding-top: 70px
}

.industries-page[data-v-30b8752b] .swiper {
    overflow: visible
}

.industries-page[data-v-30b8752b] .cards-slider-component__head {
    align-items: flex-end
}

.industries-page__template-content[data-v-30b8752b] {
    padding-top: 70px
}

.cards-slider-component {
    margin-bottom:70px;
}

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

.pie-chart-component {
    display: block;
}

.pie-chart-component__label {
    font-size: 22px;
}
.pie-chart-component__label-small {
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .pie-chart-component__label, .pie-chart-component__label-small {
        font-size: 14px;
    }
}

.pie-chart-component__label[data-v-55e647db] {
    font-variant-numeric: lining-nums proportional-nums;
    text-anchor: middle;
    dominant-baseline: central
}

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

.chart-card[data-v-14655b58] {
    gap: 12px;
    padding: 24px;
    border: 1px solid rgba(0,26,52,.5);
    border-radius: 16px
}

@media screen and (max-width: 1280px) {
    .chart-card[data-v-14655b58] {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 1024px) {
    .statistic-section__main {
        flex-direction: column;
    }
}

@media screen and (max-width: 920px) {
    .chart-card[data-v-14655b58] {
        gap:8px
    }
}

@media screen and (max-width: 480px) {
    .chart-card[data-v-14655b58] {
        padding:20px
    }
}

.chart-card__title[data-v-14655b58] {
    color: #2f8eed
}

@media screen and (max-width: 480px) {
    .chart-card__title[data-v-14655b58] {
        font-size:28px
    }
}

@media screen and (max-width: 480px) {
    .chart-card__text[data-v-14655b58] {
        font-size:14px
    }
}










/* @charset "UTF-8"; */
[data-v-1ade3dee]:root {
    --tablet-breakpoint: 920px
}

.manufactures-card[data-v-1ade3dee] {
    text-decoration: none;
    color: inherit
}

.manufactures-card__chip[data-v-1ade3dee] {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #e8e8ff;
    border-radius: 100px;
    padding: 4px 8px
}

.manufactures-card__image[data-v-1ade3dee] {
    position: relative;
    height: 188px;
    width: 100%;
    margin-bottom: 12px;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden
}

@media screen and (max-width: 920px) {
    .manufactures-card__image[data-v-1ade3dee] {
        height:219px
    }
}

@media screen and (max-width: 480px) {
    .manufactures-card__image[data-v-1ade3dee] {
        height:188px
    }
}

.manufactures-card__image img[data-v-1ade3dee] {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
}

.manufactures-card__title[data-v-1ade3dee] {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 44px
}

/* Базовые стили для текстовых блоков */
.description-section__text,
.description-module__text {
    transition: max-height 0.3s ease-out;
    overflow: hidden;
    position: relative;
}

/* Состояние "обрезано" с многоточием */
.description-section__text.truncated,
.description-module__text.truncated {
    max-height: 330px; /* Будет переопределено через JS */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.description-module__text.truncated {
    max-height: 140px;
    -webkit-line-clamp: 6; /* Примерно 110px при line-height 22px */
}

.description-section__text.truncated {
    -webkit-line-clamp: 14; /* Примерно 320px при line-height 22px */
}

/* Развернутое состояние */
.description-section__text.expanded,
.description-module__text.expanded {
    max-height: none;
    display: block;
    -webkit-line-clamp: unset;
    text-overflow: clip;
}

/* Убираем градиент */
.description-section__text.truncated::after,
.description-module__text.truncated::after {
    display: none;
}

/* Стили для кнопки "Читать полностью" */
.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    color: #2f8eed;
    transition: all 0.2s ease;
}

.read-more-btn:hover {
    opacity: 0.8;
}

.read-more-btn__icon {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

/* Поворот стрелки при развернутом состоянии */
.read-more-btn.expanded .read-more-btn__icon {
    transform: rotate(180deg);
}

/* Адаптивность для мобильных */
@media screen and (max-width: 768px) {
    .read-more-btn {
        font-size: 16px;
    }

    .read-more-btn__icon {
        width: 16px;
        height: 16px;
    }

    .description-module__text.truncated {
        -webkit-line-clamp: 4;
    }

    .description-section__text.truncated {
        -webkit-line-clamp: 10;
    }
}

@media screen and (max-width: 480px) {
    .read-more-btn {
        font-size: 14px;
        margin-top: 12px;
    }

    .read-more-btn__icon {
        width: 14px;
        height: 14px;
    }

    .description-module__text.truncated {
        -webkit-line-clamp: 3;
    }

    .description-section__text.truncated {
        -webkit-line-clamp: 8;
    }
}

.industries-page__template-content .description-module__text {
    color: #123670;
}

.industries-page__template-content .description-section__text {
    color: #123670;
}
/* End */


/* Start:/local/components/b2c/ui.button/buttons.css?17851611903168*/
.b2c-btn {
    position: relative;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 16px;
    box-sizing: border-box;
    border: solid transparent 2px;
    border-radius: 8px;
    text-decoration: none !important;
    font-weight: 500;
    font-family: var(--font-family-1);
    font-size: 16px;
    line-height: 140%;
    cursor: pointer;
}
.b2c-btn, .b2c-btn * {
    transition: var(--animate-duration);
}
.b2c-btn_inline {
    display: inline-flex;
}
.b2c-btn.b2c-btn_square {
    width: 44px;
    padding: 10px;
}

.b2c-btn.b2c-btn_icon {
    min-height: 36px;
    padding: 0;
    background: transparent;
    border-color: transparent;
    color: var(--t-color-1);
}

.b2c-btn_1 {
    background: var(--q-primary);
    border-color: var(--q-primary);
    color: var(--t-color-5);
}
.b2c-btn_1:hover {
    background: var(--q-accent);
    border-color: var(--q-accent);
    color: var(--t-color-5);
}

.b2c-btn_2 {
    background: var(--q-accent);
    border-color: var(--q-accent);
    color: var(--t-color-5);
}
.b2c-btn_2:hover {
    background: var(--q-primary);
    border-color: var(--q-primary);
    color: var(--t-color-5);
}

.b2c-btn_3 {
    background: var(--bg-page);
    border-color: var(--bg-page);
    color: var(--t-color-1);
}
.b2c-btn_3:hover {
    background: var(--q-primary);
    border-color: var(--q-primary);
    color: var(--t-color-5);
}
.b2c-btn_border-3 {
    border-color: var(--t-color-1);
}

.b2c-btn_4 {
    background: var(--bg-page);
    border-color: var(--bg-page);
    color: var(--t-color-1);
}
.b2c-btn_4:hover {
    background: var(--q-accent);
    border-color: var(--q-accent);
    color: var(--t-color-5);
}

.b2c-btn_5 {
    background: var(--bg-page);
    border-color: var(--t-color-4);
    color: var(--t-color-4);.b2c-btn;

    svg path {
        color: var(--t-color-4);
        stroke: var(--t-color-4);
    }
}
.b2c-btn_5:hover {
    background: var(--t-color-4);
    border-color: var(--t-color-5);
    color: var(--t-color-5);

    svg path {
        color: var(--t-color-5);
        stroke: var(--t-color-5);
    }
}

.b2c-btn_6 {
    background: var(--t-color-4);
    border-color: var(--t-color-4);
    color: var(--t-color-5);

    svg path {
        color: var(--t-color-5);
        stroke: var(--t-color-5);
    }
}
.b2c-btn_6:hover {
    background: var(--t-color-5);
    border-color: var(--t-color-5);
    color: var(--t-color-4);

    svg path {
        color: var(--t-color-4);
        stroke: var(--t-color-4);
    }
}
.b2c-btn_border-6 {
    border-color: var(--t-color-1);
}

.b2c-btn-icon {
    background: none !important;
    outline: none !important;
    border: none !important;
    padding: 0 !important;
    cursor: pointer;
}

.b2c-btn_7 {
    background: white;
    border-color: var(--q-primary);
    color: var(--q-primary);

    svg path {
        color: var(--q-primary);
        stroke: var(--q-primary);
    }
}
.b2c-btn_7:hover {
    background: white;
    border-color: var(--q-clear);
    color: var(--q-clear);

    svg path {
        color: var(--q-clear);
        stroke: var(--q-clear);
    }
}

/* End */
/* /local/components/spll/industries.detail/templates/.default/style.css?178482939432918 */
/* /local/components/b2c/ui.button/buttons.css?17851611903168 */
