

/* Start:/local/templates/savingsim_new/components/bitrix/news.detail/fund/style.css?17538653465781*/
.fund-detail {
	position: relative;
	top: -150px;
	margin-bottom: -100px;
	z-index: 2;
}

.fund-detail_tabs{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	gap:20px;
	overflow: hidden;
}

.fund-detail_tab {
	border-radius: 14px;
	background: #fff;
	padding: 24px;
	position: relative;
	width: 16%;
	min-height: 185px;
	text-decoration: none;
}
.swiper-slide.fund-detail_tab {
	flex: 1;
}
.fund-detail_tabs.swiper_fund-detail_dis .swiper-wrapper {
	gap: 15px;
}
.tab_title{
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color:#151515;
}

.tabIcon {
	width: 50px;
	position: absolute;
	right: 24px;
	left: auto;
	bottom: 24px;
}

.fund-detail_tab:hover{
	background: #73A8BA;
}

.fund-detail_tab:hover .tab_title{
	color: #fff;
}

.fund-detail_tab:hover .tabIcon path{
	fill: #fff;
}

.fund_info_box h2{
	font-weight: 400;
	font-size: 56px;
	line-height: 110%;
	color:#151515;
	margin-bottom: 80px;
}

.fund_info_box{
	padding: 60px 0;
}

#fund_dohod{
	background: #F8F8F8;
}

.fund_dohod_wrapper {
	background: #fff;
	padding: 50px;
}

.img_background{
	position: relative;
	z-index: -1;
}

.bg_image {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	bottom: 100px;
	backdrop-filter: blur(180px);
	filter: blur(1.5rem);
	opacity: 0.46;
	z-index: 0;
	height: 95%;
	width: 100%;
}

.img_background .container{
	position: relative;
	z-index: 5;
}

.sostav_wrapper{
	display: flex;
}

.checkbox label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: fit-content;
	gap: 10px;
}

.view_checker_text{
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	color: #7F8990;
}

.checker{
	display: block;
	width: 44px;
	height: 22px;
	border-radius: 14px;
	background: #CBDFE6;
	position: relative;
}


.checkbox #view_checker ~ label .checker:before {
	content: "";
	display: block;
	background: #52648A;
	width: 18px;
	height: 18px;
	border-radius: 10px;
	position: absolute;
	top: 2px;
	left: 3px;
	right: auto;
}

.checkbox #view_checker:checked ~ label .checker:before {
	content: "";
	display: block;
	background: #52648A;
	width: 18px;
	height: 18px;
	border-radius: 10px;
	position: absolute;
	top: 2px;
	right: 3px;
	left: auto;
}

.checkbox #view_checker ~ label .left{

	color:#070E13;
}

.checkbox #view_checker ~ label .right{
	color: #7F8990;

}

.checkbox #view_checker:checked ~ label .left{

	color: #7F8990;
}

.checkbox #view_checker:checked ~ label .right{
	color:#070E13;
}

.checkbox #view_checker{
	display: none;
}

#information_disclosure .fund-detail_tab{
	background: #CBDFE6 !important;
	color:#151515;
}

#information_disclosure .fund-detail_tab svg  {
	position: absolute;
	right: 24px;
	bottom: 24px;
}

#information_disclosure .fund-detail_tab:hover{
	background: #52648A !important;
	color:#fff;
}

#information_disclosure .fund-detail_tab:hover svg path{
	fill: #73A8BA !important;
}

#fund_portfel {
	min-height: 820px;
}

.dohod_tab.table{
	display: none;
}

.dohod_filter{
	width: 100%;
	padding: 8px 14px;
	background: #F6F9FE;
	border-radius: 13px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	margin-top: 20px;
}

optgroup {
	display: flex;
	gap: 10px;
}

.filter_option{
	padding: 10px 18px;
	color: #97A6B9;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	border-radius: 8px;
	cursor: pointer;
}

.filter_option.active, .filter_option:hover{
	background: #52648A;
	color:#fff;
}

.grafik_toggle{
	margin-bottom: 80px;
}
.grafik {
	margin-bottom: 25px!important;
}

.filter_dates_checker {
	display: flex;
	gap: 10px;
}
.header_bc_label {
	display: none;
}

.swiper_fund-detail_tabs .swiper-wrapper {
	gap: 20px;
}
.swiper_fund-detail_tabs .swiper-slide {
	width: 16%;
	flex-shrink: unset;
}


.swiper_fund-detail_tabs .swiper-button-next {
	position: absolute;
	z-index: 9;
	right: 0;
	top: 85px;
	float: right;
}
.swiper_fund-detail_tabs .swiper-button-prev {
	position: absolute;
	top: 85px;
	z-index: 9;
	left: 0;
}

.swiper_fund-detail_tabs .swiper-button-next,
.swiper_fund-detail_tabs .swiper-button-prev {
	color: #fff !important;
	background: #52648A;
	border-radius: 50%;
	width: 44px !important;
	height: 44px !important;
	z-index: 10;
	border: none;
	box-shadow: 0px 0px 0px 1px #ffffff7d;
}

.swiper_fund-detail_tabs .swiper-button-next:after,
.swiper_fund-detail_tabs .swiper-button-prev:after {
	font-size: 20px !important;
	font-weight: bold;
}

.swiper_fund-detail_tabs .swiper-button-next,
.swiper_fund-detail_tabs .swiper-button-prev {
	display: none !important;
}
.dohod_tab_graf_text {
	font-size: 16px;
	width: 50%;
	display: none;
	float: right;
	margin-bottom: 30px;
}

@media (max-width: 1023.98px) {
	.swiper_fund-detail_tabs .swiper-wrapper {
		gap: unset;
	}
	.swiper_fund-detail_tabs .swiper-slide {
		flex-shrink: 0!important;
		height: 119px;
	}
	.swiper_fund-detail_tabs .swiper-button-next,
	.swiper_fund-detail_tabs .swiper-button-prev {
		display: flex !important;
	}
	.swiper_fund-detail_tabs .swiper-button-next:after{
		content: '';
	}
	.swiper_fund-detail_tabs .swiper-button-prev:after{
		 content: '';
	 }

	.fund-detail_tab {
		min-width: unset!important;
		max-width: unset!important;
		flex: none!important;
		width: calc(50% - 28px) !important;
	}
	.tab_title {
		font-size: 14px!important;
	}
	.fund-detail_tabs.swiper_fund-detail_dis .swiper-wrapper {
		gap: 0;
	}

	.fund-detail_tabs {
		overflow: hidden;
		width: 100%;
		padding: 0 15px;
	}

	/*.fund-detail_tab {*/
	/*	background: #fff;*/
	/*	border-radius: 14px;*/
	/*	padding: 24px;*/
	/*	flex: 1; !* Чтобы вкладки занимали доступное пространство *!*/
	/*	min-height: 185px;*/
	/*	text-decoration: none;*/
	/*	margin: 5px; !* Для отступа между элементами *!*/
	/*}*/

}

/* End */


/* Start:/local/templates/savingsim_new/components/bitrix/news.list/main_tiser_blocks/style.css?17537745441601*/
.section_block_row {
	display: flex;
	gap: 40px;
	margin-bottom: 40px;
	flex-flow: row wrap;
}

.section_block {
	border-radius: 18px;
	flex: 1;
	min-height: 278px;
	background-size: contain !important;
	background-position: right !important;
	background-repeat: no-repeat !important;
	padding: 34px;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.section_block.dual_block {
	flex: 2;
}

.section_block.dark{
	background: #73A8BA;
}

.section_block.light{
	background: #CBDFE6;
}

.header_half h3{
	font-weight: 400;
	font-size: 76px;
	line-height: 100%;
}

.header_half span{
	font-weight: 400;
	font-size: 32px;
	line-height: 130%;
}

.section_block_text{
	font-weight: 300;
	font-size: 18px;
	line-height: 160%;
}


.section_block.dark h3,.section_block.dark span, .section_block.dark .section_block_text{
	color: #FFFFFF;
}

.section_block.light h3{
	color:#182E4B;
}

.section_block.light span {
	color:#97A6B9;
}

.section_block.light .section_block_text{
	color:#151515;
	z-index: 2;
}

.header_half h3{
	margin: 0;
	margin-bottom: 5px;
}

.section_block.dual_block .header_half {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-flow: row;
}

.section_block_header {
	position: relative;
}

.section_block_header_icon{
	width: 60px;
	height: auto;
}

.section_block.dual_block .section_block_header_icon{
	position: absolute;
	right: 100px;
	width: 100px;
}

.section_block.blockSimple .section_block_header_icon {
	position: absolute;
	right: -34px;
	top: 60px;
}

.section_block.blockSimple .section_block_text{
	margin-top: 40px;
}

/* End */


/* Start:/local/templates/savingsim_new/components/bitrix/news.list/fund_detail_arendators/style.css?17538653461158*/
.arendator_blocks {
    display: flex;
    gap: 40px;

}
.arendator_item {
    background: #F8F8F8;
    border-radius: 14px;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1023.98px){
    .arendator_item {
        width: 18%!important;
        background: #F8F8F8;
        border-radius: 14px;
        display: flex!important;
        align-items: center;
        justify-content: center;
        height: 180px!important;
        position: relative!important;
    }
}


.arendator_item_hover {
    display: none;
}

.arendator_item:hover .arendator_item_hover {
    display: flex;
    flex-flow: column;
    background: #fff;
    border: 1px solid #DADFE6;
    position: absolute;
    top: -24px;
    left: -40px;
    border-radius: 14px;
    padding: 24px;
    right: -39px;
    z-index: 2;
}

.hover_text_box{
    color:#151515;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
}

.hover_imagebox{
    margin-bottom: 40px;
}

.hover_imagebox img {
    width: 30%;
}

@media (max-width: 1023.98px) {
    .fund_info_wrapper .swiper-wrapper {
        flex-wrap: unset!important;
        gap: 0!important;
    }
}

/* End */


/* Start:/local/templates/savingsim_new/components/bitrix/system.pagenavigation/tableRowAdd/style.css?1753774545579*/
.load_more {
    border: 1px solid #73A8BA;
    cursor: pointer;
    text-align: center;
    width: fit-content;
    padding: 20px 32px;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    border-radius: 200px;
    margin: 0 auto;
}

.load_hidden{
    display: none;
}
.tableComponent .collapse {
    border: 1px solid #73A8BA;
    cursor: pointer;
    text-align: center;
    width: fit-content;
    padding: 20px 32px;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    border-radius: 200px;
    margin: 0 auto;
}
/* End */


/* Start:/local/templates/savingsim_new/components/bitrix/news.list/table_new/style.css?17537750081688*/
.tr-bold {
    font-weight: bold;
}

.table-center.yield-table {
    width: 100%;
}

.table-center.yield-table tr td {
    text-align: center;
}

.new_fund_table th p {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    padding: 24px;
    margin: 0;
    text-align: left;
    color: #97A6B9;
}

.new_fund_table tbody tr:nth-child(odd) td{
    background: #CBDFE64D;
}

.new_fund_table tbody tr:nth-child(even) td{
    background: #CBDFE633;
}

.new_fund_table tbody tr td:first-child{
    /*border-radius: 14px 0 0 0 ;*/
}

.new_fund_table tbody tr td:last-child{
    /*border-radius: 0 14px 0 0 ;*/
}

.new_fund_table tbody td{
    color: #151515;
    font-weight: 500;
    font-size: 16px;
    line-height: calc(140% / 3);
    padding: 24px;
}

.new_fund_table tbody tr td:first-child{
    color: #97A6B9;
}
.new_fund_table tbody tr:first-child td:first-child {
    border-radius: 30px 0 0 0;
}
.new_fund_table tbody tr:first-child td:last-child {
    border-radius: 0 30px 0 0;
}

.new_fund_table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 30px;
}
.new_fund_table tbody tr:last-child td:last-child {
    border-radius: 0 0 30px 0;
}

.new_fund_table tbody tr td:nth-child(5),
.new_fund_table tbody tr td:nth-child(6),
.new_fund_table tbody tr td:nth-child(7),
.new_fund_table tbody tr td:nth-child(8){
   font-weight: 800;
    color: #151515;
}

.table_comment p{
    font-size: 14px;
    line-height: 140%;
    color: #151515;
}

.pager_wrapper{
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.tableComponent .form-to-filter-results-date-fonds-block-from.form-to-filter-export {
    margin-top: -53px;
}

/* End */


/* Start:/local/templates/savingsim_new/components/bitrix/news.list/scha_new/style.css?17537750081616*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.news-list table thead tr{
	background:transparent;
}

.news-list table thead tr th{
	padding: 24px;
}

.news-list table thead tr th, .news-list table thead tr th p {
	color:#97A6B9;
	font-weight: 300;
	font-size: 16px;
	line-height: 140%;
	text-align: left;
}

.news-list table tbody tr:first-child td:first-child{
	border-radius: 14px 0 0 0;
}

.news-list table tbody tr:first-child td:last-child{
	border-radius: 0 14px 0 0;
}

.news-list table tbody tr:last-child td:first-child{
	border-radius: 0 0 0 14px;
}

.news-list table tbody tr:last-child td:last-child{
	border-radius: 0 0 14px 0;
}

.news-list table tbody tr:nth-child(odd){
	background: #CBDFE64D;
}

.news-list table tbody tr:nth-child(even){
	background: #CBDFE633;
}

.news-list table tbody tr td{
	padding: 24px;
	color:#151515;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
}

div#pagination{
	display: flex;
	width: 100%;
	justify-content: center;
	gap: 8px;
}
div#pagination span:hover{
	cursor: pointer;
}
div#pagination span.active{
	color: #73A8BA;
}
.form-to-filter-results-date-fonds-block-from.form-to-filter-export {
	border-radius: 4px;
	padding: 0 15px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: space-around;
	width: 196px;
	color: #505559;
	font-size: 16px;
	background: #F5F9FB;
	position: relative;
	float: right;
	margin-top: -34px;
}
.form-to-filter-results-date-fonds-block-from.form-to-filter-export:hover {
	cursor: pointer;
}

/* End */


/* Start:/local/templates/savingsim_new/components/bitrix/news.list/report_new/style.css?17537745441378*/
div.news-list img.preview_picture {
    float:left;
    margin:0 4px 6px 0;
}

table {
    padding-left:100px !important;
    width:100%;
}

table .section-name {
    padding-bottom: 10px;
}

.white_block-list {
    display: flex;
    flex-flow: row wrap;
    gap: 40px;
}

.white_block-list .file-lnk{
    border-radius: 14px;
    background: #fff;
    min-height: 274px;
    padding: 24px;
    width: 30%;
}

.white_block-list .file-lnk .lnk{
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    color: #151515;

}

.file-lnk_flex{
    text-decoration: none;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.white_block-list .file-lnk .date{
    position: relative;
    display: block;
    color:#898888;
    padding-left: 26px;
}

.white_block-list .file-lnk .date:before{
    display: block;
    content:url("/local/templates/savingsim_new/img/calendar-lines_1.svg");
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
}

.show_all{
    margin: 10px;
    padding: 10px;
    border: 1px solid #73A8BA;
    cursor: pointer;
    text-align: center;
    width: fit-content;
    padding: 20px 32px;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    border-radius: 200px;
    margin: 0 auto;
    text-decoration:none;
    color:#151515;
}


/* End */


/* Start:/local/templates/savingsim_new/components/bitrix/news.list/report_new_gray/style.css?17537745441471*/
div.news-list img.preview_picture {
    float:left;
    margin:0 4px 6px 0;
}

table {
    padding-left:100px !important;
    width:100%;
}

table .section-name {
    padding-bottom: 10px;
}

.gray_block-list{
    display: flex;
    flex-flow: row wrap;
    gap: 40px;
}

.gray_block-list .file-lnk {
    border-radius: 14px;
    background: #F8F8F8;
    min-height: 195px;
    padding: 24px;
    width: 30%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.gray_block-list .file-lnk:hover{
    background: #FFF;
    box-shadow: 0px 4px 54px 0px #00000014;
}

.file-lnk_top .lnk{
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}

.file-lnk_top .date {
    position: relative;
    display: block;
    color: #898888;
    padding-left: 26px;
    width: 100%;
    margin-bottom: 14px;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
}

.file-lnk_top .date:before{
    display: block;
    content: url(/local/templates/savingsim_new/img/calendar-lines_1.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
}

.file-lnk_bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.linkspan{
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color:#151515;
    text-decoration: none;
}
.border-bottom-block{
    border-bottom: 1px solid #52648A;
}

.gray_block-list .file-lnk:hover .linkspan{
    color:#52648A;
}



/* End */


/* Start:/local/templates/savingsim_new/components/bitrix/news.list/structure/style.css?17537750083444*/
/************************************************************************************************/
.sostav_left_block{
    background: #EBF6FC80;
    padding: 24px;
    backdrop-filter: blur(14px);
    border-radius: 14px;
    height: 100%;
    width: 100%;
}

.sostav_wrapper{
    display: flex;
    flex-flow: row;
    gap:40px;
}

.sostav_left {
    width: 500px;
}

.structure_header{
    color:#151515;
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
    margin: 0 0 14px 0;
}

.structure_btn{
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    border-radius: 8px;
    border: 1.4px solid #C6CFDA;
    background: #FFFFFF33;
    padding: 8px 12px;
    width: 100%;
    text-align: center;
}
.structure_btn:hover,
.structure_btn:focus,
.structure_btn:active {
    cursor: pointer;
}


.structure_btn_wrapper{
    width: 100%;
    display:flex;
    flex-flow: row wrap;
    gap:6px;
    margin-bottom: 5px;
}

.structure_btn.active, .structure_btn:hover{
    background: #fff;
}

.sostav_img_slider {
    overflow: hidden;
    width: 100%;
    max-height: 342px;
}

.sostav_right_block {
    overflow: hidden;
    display: none;
    width: 100%;
}

.sostav_right {
    overflow: hidden;
    width: calc(100% - 30% - 40px);
}

.sostav_right_block.active {
    display: block;
}

.sostav_img_slider .swiper-slide img{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
    filter: brightness(80%);
}

.sostav_slide_name {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    font-weight: 200;
    font-size: 32px;
    line-height: 130%;
    color: #fff;
    top: 0;
    left: 25px;
    bottom: 0;
    right: 25px;
    box-shadow: 0px 4px 54px 0px #00000014;
}

.sostav_img_slider .swiper-slide{
    border-radius: 14px;
    overflow: hidden;
    position: relative;

}

.sostav_boxes{
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    gap:40px;
}

.sostav_box{
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    padding: 24px;
    width: 50%;
    min-height: 164px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sostav_box_top{
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    margin-bottom: 15px;
}

.s_top_head{
    color: #73A8BA;
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
}

.s_top_title{
    color:#151515;
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
}

.sostav_box_bottom{
    display: flex;
    justify-content: space-between;
    align-items:center;
}

.s_box_date{
    color: #5B5B5B;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
}

.s_box_label{
    background: #52648A;
    border-radius: 6px;
    padding: 6px 10px;
    color:#fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
}

.highcharts-credits{
    display: none;
}

.brightness_image{
    filter: none !important;
    opacity: 0;
}

.no_shadow{
    box-shadow: none !important;
}

.empty_photo {
    background: #EBF6FC80;
}

.sostav_img_slider .swiper-slide {
    height: 336px;
    width: 100%;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover !important;
}
/************************************************************************************************/

/* End */


/* Start:/local/templates/savingsim_new/components/bitrix/news.list/scha_new_grafik/style.css?1753774544535*/
.grafik{
	display: none;
	margin-bottom: 80px;
}

.grafik.active{
	display: block;

}

.grafik_toggle{
	display: flex;
}

.toggle_btn{
	height: 58px;
	background: #F6F9FE;
	color:#97A6B9;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	padding: 18px 22px;
	cursor:pointer;
}

.toggle_btn.cha{
	border-top-left-radius: 13px;
	border-bottom-left-radius: 13px;
}

.toggle_btn.pay{
	border-top-right-radius: 13px;
	border-bottom-right-radius: 13px;
}

.toggle_btn.active{
	background: #52648A;
	color:#fff;
}
/* End */
/* /local/templates/savingsim_new/components/bitrix/news.detail/fund/style.css?17538653465781 */
/* /local/templates/savingsim_new/components/bitrix/news.list/main_tiser_blocks/style.css?17537745441601 */
/* /local/templates/savingsim_new/components/bitrix/news.list/fund_detail_arendators/style.css?17538653461158 */
/* /local/templates/savingsim_new/components/bitrix/system.pagenavigation/tableRowAdd/style.css?1753774545579 */
/* /local/templates/savingsim_new/components/bitrix/news.list/table_new/style.css?17537750081688 */
/* /local/templates/savingsim_new/components/bitrix/news.list/scha_new/style.css?17537750081616 */
/* /local/templates/savingsim_new/components/bitrix/news.list/report_new/style.css?17537745441378 */
/* /local/templates/savingsim_new/components/bitrix/news.list/report_new_gray/style.css?17537745441471 */
/* /local/templates/savingsim_new/components/bitrix/news.list/structure/style.css?17537750083444 */
/* /local/templates/savingsim_new/components/bitrix/news.list/scha_new_grafik/style.css?1753774544535 */
