

/* Start:/local/templates/main_b2b/components/bitrix/catalog.section.list/inv_sections_top/style.css?17768485294580*/
@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[data-v-1fff1c25] span {
	font-weight: 600 !important;
}

.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
}

/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */

.switch-tab-component__btn--active span {
	pointer-events: none;
	color: #0a1a3e;
}

.invest-projects-page-description {
	padding: 24px 0;
	max-width: 630px;
}


.invest-projects-page__completed-years-list[data-v-6d8d9c3b] {
	margin-top:24px;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.invest-projects-page__completed-years-list[data-v-6d8d9c3b]::-webkit-scrollbar {
	display: none
}

.invest-projects-page__completed-years-list[data-v-6d8d9c3b] {
	overflow-x: auto;
	gap: 12px;
	margin-bottom: 20px
}

.invest-projects-page__completed-year-item {
	.invest-projects-page__completed-year-item-label {
		font-variant-numeric: lining-nums proportional-nums;
		font-size: 16px;
		line-height: 130%;
		font-weight: 600;
		background: transparent;
		color: #0a1a3e;
		letter-spacing: 1%;
		text-align: center;
	}
}

.invest-projects-page__completed-year-item-btn--active {
	.invest-projects-page__completed-year-item-label {
		color: white;
	}
}

.invest-projects-page__completed-year-item:hover {
	.invest-projects-page__completed-year-item-label {
		font-variant-numeric: lining-nums proportional-nums;
		font-size: 16px;
		line-height: 130%;
		font-weight: 600;
		background: transparent;
		color: #ffffff;
	}
}

@media screen and (min-width: 921px) and (hover: hover) {
	.invest-projects-page__completed-year-item-btn:not(:disabled):not(.invest-projects-page__completed-year-item-btn--disabled):not(.disabled):hover .invest-projects-page__completed-year-item-count[data-v-6d8d9c3b],.invest-projects-page__completed-year-item-btn:not(:disabled):not(.invest-projects-page__completed-year-item-btn--disabled):not(.disabled):focus-visible .invest-projects-page__completed-year-item-count[data-v-6d8d9c3b] {
		color:#0a1a3e
	}

	.invest-projects-page__completed-year-item-btn[data-v-6d8d9c3b]:not(:disabled):not(.invest-projects-page__completed-year-item-btn--disabled):not(.disabled):hover,.invest-projects-page__completed-year-item-btn[data-v-6d8d9c3b]:not(:disabled):not(.invest-projects-page__completed-year-item-btn--disabled):not(.disabled):focus-visible {
		background-color: #2f8eed
	}
}

.invest-projects-page__completed-year-item-btn--active .invest-projects-page__completed-year-item-count[data-v-6d8d9c3b] {
	color: #0a1a3e
}

.invest-projects-page__completed-year-item-btn--active[data-v-6d8d9c3b] {
	pointer-events: none;
	background-color: #2f8eed;
	color: #fff
}

.invest-projects-page__completed-year-item-count[data-v-6d8d9c3b] {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	background-color: #fff;
	border-radius: 100px;
	color: #919191;
	pointer-events: none
}
@media screen and (max-width: 480px) {
	.invest-projects-page__download-btn[data-v-6d8d9c3b] {
		width:100%
	}
}

/* End */


/* Start:/local/templates/main_b2b/components/bitrix/system.pagenavigation/pagenav_with_show_more/style.css?17768485291604*/
.b2b-pagination {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    margin-top: 2rem;
    .b2b-pagination__more {
        color: var(--b2b-primary);
        background: none;
        margin: 0 auto;
    }
    .b2b-pagination__more:hover {
        color: var(--b2b-primary);
        background-color: var(--b2b-secondary);
    }

    .b2b-pagination__btn-move {
        min-width: 2.5rem;
        height: 2.5rem;
        margin: 0;
        padding: 0;
        border: none !important;
        outline: none !important;
        background: none !important;
        line-height: 1;
        svg {
            height: 16px;
        }
    }
    .b2b-pagination__btn-move:disabled {
        opacity: 0.6;
    }
    .b2b-pagination__btn-move:last-child svg {
        margin-left: auto;
    }

    .b2b-pagination__btn-page {
        height: 2.5rem;
        width: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none !important;
        outline: none !important;
        border-radius: 50%;
        background: none;
        line-height: 1;
        transition: var(--animate-duration);
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        color: var(--b2b-accent);
    }
    .b2b-pagination__btn-page:hover {
        background-color: var(--b2b-secondary);
    }
    .b2b-pagination__btn-page.b2b-pagination__btn-page_active {
        background-color: var(--b2b-secondary);
        color: var(--t-color-1);
        pointer-events: none;
        position: relative;
    }
}
/* End */


/* Start:/local/templates/main_b2b/components/bitrix/news.list/i_platform_list/style.css?17768485292249*/

.showcase-page__content-tabs[data-v-659821fe] {
    margin: 36px 0 28px;
    max-width: 570px
}

.showcase-page__content-tabs[data-v-659821fe] .caption {
    font-weight: 600
}

@media screen and (max-width: 480px) {
    .showcase-page__content-tabs[data-v-659821fe] .caption {
        font-size:14px
    }
}

.showcase-page__content-grid[data-v-659821fe] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px
}

@media screen and (max-width: 920px) {
    .showcase-page__content-grid[data-v-659821fe] {
        grid-template-columns:repeat(2,1fr)
    }
}

@media screen and (max-width: 480px) {
    .showcase-page__content-grid[data-v-659821fe] {
        grid-template-columns:1fr
    }
}

.showcase-page__content-controls[data-v-659821fe] {
    margin-top: 40px
}


.showcase-card[data-v-33b8da53] {
    text-decoration: none;
    color: inherit;
    background: #d9efff;
    border-radius: 20px;
    padding: 20px
}

.showcase-card__image[data-v-33b8da53] {
    height: 212px
}

@media screen and (max-width: 920px) {
    .showcase-card__image[data-v-33b8da53] {
        height:178px
    }
}

@media screen and (max-width: 480px) {
    .showcase-card__image[data-v-33b8da53] {
        height:158px
    }
}

.showcase-card__image[data-v-33b8da53] {
    position: relative
}

.showcase-card__image img[data-v-33b8da53] {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    border-radius: 16px
}

.showcase-card__chip[data-v-33b8da53] {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 8px;
    background: #fff;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    color: #0a1a3e
}

.showcase-card__content[data-v-33b8da53] {
    padding-top: 20px
}

.showcase-card__title[data-v-33b8da53] {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
    font-weight: 600
}

.showcase-card__subtitle[data-v-33b8da53] {
    margin-bottom: 16px;
    color: #001a3480
}

.showcase-card__description[data-v-33b8da53] {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #123670;
    font-weight: 500
}


/* End */
/* /local/templates/main_b2b/components/bitrix/catalog.section.list/inv_sections_top/style.css?17768485294580 */
/* /local/templates/main_b2b/components/bitrix/system.pagenavigation/pagenav_with_show_more/style.css?17768485291604 */
/* /local/templates/main_b2b/components/bitrix/news.list/i_platform_list/style.css?17768485292249 */
