

/* Start:/local/components/spll/economic.list/templates/.default/style.css?17768485288304*/
.economics-block {
    margin-top:24px;
}

.card__button {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    color: #0066b3;
    cursor: pointer;
    font-size: 14px;
    padding: 4px 0;
}
.card__button.active .card__button-icon {
    transform: rotate(180deg);
}
.card__button-icon {
    transition: transform 0.3s ease;
}
.collapse-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.collapse-wrapper.expand {
    max-height: 200px;
}
.collapse-content {
    padding: 8px 0;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}


@media screen and (max-width: 920px) {
    .switch-tab-component[data-v-1fff1c25] {
        width:100%
    }
}

.switch-tab-component__list[data-v-1fff1c25] {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.switch-tab-component__list[data-v-1fff1c25]::-webkit-scrollbar {
    display: none
}

.switch-tab-component__list[data-v-1fff1c25] {
    background-color: #d9efff;
    padding: 12px;
    border-radius: 12px;
    gap: 12px
}

@media screen and (max-width: 920px) {
    .switch-tab-component__list[data-v-1fff1c25] {
        padding:6px 8px;
        gap: 8px;
        overflow-x: auto
    }
}

.switch-tab-component__head[data-v-1fff1c25] {
    gap: 8px
}

@media screen and (max-width: 480px) {
    .switch-tab-component__head[data-v-1fff1c25] {
        flex-direction:column
    }
}

.switch-tab-component__item[data-v-1fff1c25] {
    flex-grow: 1;
}

.switch-tab-component__item span {
    font-size: 16px;
    font-weight: 600;
    color: var(--b2b-accent);
}

.switch-tab-component__head-right[data-v-1fff1c25] {
    display: flex;
    align-items: center
}

.switch-tab-component__btn[data-v-1fff1c25] {
    background-color: transparent
}

@media screen and (min-width: 921px) and (hover: hover) {
    .switch-tab-component__btn[data-v-1fff1c25]:not(:disabled):not(.switch-tab-component__btn--disabled):not(.disabled):hover,.switch-tab-component__btn[data-v-1fff1c25]:not(:disabled):not(.switch-tab-component__btn--disabled):not(.disabled):focus-visible {
        background-color:#fff;
        color: #0a1a3e
    }
}

.switch-tab-component__btn--active[data-v-1fff1c25] {
    background-color: #fff;
    pointer-events: none;
    color: #0a1a3e
}

.switch-tab-component__btn--black-text[data-v-1fff1c25] {
    color: #0a1a3e
}


.intro-section[data-v-92e8065d] {
    padding: 40px 0 16px
}

@media screen and (max-width: 920px) {
    .intro-section[data-v-92e8065d] {
        padding:32px 0 8px
    }
}

.intro-section__title[data-v-92e8065d] {
    font-size: 28px
}

@media screen and (max-width: 920px) {
    .intro-section__title[data-v-92e8065d] {
        font-size:22px
    }
}

@media screen and (max-width: 480px) {
    .intro-section__title[data-v-92e8065d] {
        font-size:18px
    }
}

.intro-section__title[data-v-92e8065d] {
    margin-bottom: 40px;
    max-width: 760px
}

@media screen and (max-width: 920px) {
    .intro-section__title[data-v-92e8065d] {
        max-width:560px;
        margin-bottom: 24px
    }
}

.intro-section__list[data-v-92e8065d] {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(45%,1fr));
    gap: 16px
}

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

.intro-section__item[data-v-92e8065d] {
    padding: 36px;
    border-radius: 28px;
    border: 1px solid #2f8eed
}

@media screen and (max-width: 920px) {
    .intro-section__item[data-v-92e8065d] {
        padding:24px;
        border-radius: 20px
    }
}

@media screen and (max-width: 480px) {
    .intro-section__item[data-v-92e8065d] {
        padding:20px
    }
}

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

.circle-card[data-v-33e35c46] {
    position: relative;
    flex-shrink: 0;
    height: 227px;
    text-align: center
}

.circle-card__decorator[data-v-33e35c46] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}

.circle-card__title[data-v-33e35c46] {
    font-size: 28px
}

@media screen and (max-width: 920px) {
    .circle-card__title[data-v-33e35c46] {
        font-size:24px
    }
}

@media screen and (max-width: 480px) {
    .circle-card__title[data-v-33e35c46] {
        font-size:20px
    }
}

.circle-card__head[data-v-33e35c46] {
    gap: 4px;
    font-size: 27px;
    font-weight: 700;
    color: #123670;
}

.circle-card__value[data-v-33e35c46] {
    margin-bottom: 2px
}

.circle-card__content[data-v-33e35c46] {
    gap: 8px
}

.circle-card__text[data-v-33e35c46] {
    max-width: 165px;
    font-size: 12px;
    font-weight: 500;
    line-height: 130%;
    color: #123670;
    font-style: Medium;
    letter-spacing: 1%;
    text-align: center;
    vertical-align: middle;
    opacity: 0.8;
    
}

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

.circles-section[data-v-9efeefbc] {
    padding-bottom: 72px
}

.circles-section .swiper-wrapper {
    overflow-x: auto;
}

@media screen and (max-width: 480px) {
    .circles-section[data-v-9efeefbc] {
        padding-bottom:40px
    }
}

.circles-section__slider[data-v-9efeefbc] {
    background-color: #d9efff;
    border-radius: 36px;
    padding: 36px
}

@media screen and (max-width: 920px) {
    .circles-section__slider[data-v-9efeefbc] {
        padding:24px;
        border-radius: 20px
    }
}

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

.analytics-section__title[data-v-8dc2d822] {
    font-size: 28px
}

@media screen and (max-width: 920px) {
    .analytics-section__title[data-v-8dc2d822] {
        font-size:22px
    }
}

@media screen and (max-width: 480px) {
    .analytics-section__title[data-v-8dc2d822] {
        font-size:18px
    }
}

.analytics-section__title[data-v-8dc2d822] {
    margin-bottom: 40px;
    max-width: 760px
}

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

.analytics-section__list[data-v-8dc2d822] {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(24%,1fr));
    gap: 16px
}

@media screen and (max-width: 920px) {
    .analytics-section__list[data-v-8dc2d822] {
        grid-template-columns:repeat(auto-fill,minmax(45%,1fr))
    }
}

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

.analytics-section__item[data-v-8dc2d822] {
    min-height: 209px
}

@media screen and (max-width: 920px) {
    .analytics-section__item[data-v-8dc2d822] {
        min-height:143px
    }
}

@media screen and (max-width: 480px) {
    .analytics-section__item[data-v-8dc2d822] {
        min-height:116px
    }
}

.analytics-section__item[data-v-8dc2d822] {
    padding: 36px;
    border-radius: 28px;
    background-color: #fff;
    gap: 12px
}

@media screen and (max-width: 920px) {
    .analytics-section__item[data-v-8dc2d822] {
        padding:24px
    }
}

@media screen and (max-width: 480px) {
    .analytics-section__item[data-v-8dc2d822] {
        padding:20px
    }
}

.analytics-section__item-title[data-v-8dc2d822] {
    font-size: 36px
}

@media screen and (max-width: 920px) {
    .analytics-section__item-title[data-v-8dc2d822] {
        font-size:36px
    }
}

@media screen and (max-width: 480px) {
    .analytics-section__item-title[data-v-8dc2d822] {
        font-size:28px
    }
}

.analytics-section__item-title[data-v-8dc2d822] {
    color: #2f8eed
}

.analytics-section__item-text[data-v-8dc2d822] {
    color: #123670
}

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

.economic-page__title[data-v-991252b4] {
    font-size: 32px
}

@media screen and (max-width: 920px) {
    .economic-page__title[data-v-991252b4] {
        font-size:32px
    }
}

@media screen and (max-width: 480px) {
    .economic-page__title[data-v-991252b4] {
        font-size:22px
    }
}

.economic-page__title[data-v-991252b4] {
    margin-bottom: 24px
}

@media screen and (max-width: 920px) {
    .economic-page__title[data-v-991252b4] {
        margin-bottom:16px
    }
}

.economic-page[data-v-991252b4] .switch-tab-component__list {
    display: inline-flex
}

/* End */
/* /local/components/spll/economic.list/templates/.default/style.css?17768485288304 */
