

/* Start:/local/templates/savingsim_new/components/bitrix/news.detail/realty.wimrealestate/style.css?175630104713242*/
.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;
}
.pif_bay-detail {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 7px;
	background: linear-gradient(89.97deg, #F5F9FB 0.5%, #F5F9FB 27.29%, #D3E3EA 50.56%, #73A8BA 99.98%);
	margin-top: 40px;
}
.pif_bay-detail a {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #FFFFFF;
	padding: 16px 34px;
	border-radius: 5px;
	background-color: #52648A;
	text-decoration: none;
}
.pif_bay-detail img {
	height: 100%;
	margin: 0 19px 0 32px;
}
.pif_bay-detail p {
	font-weight: 500;
	font-size: 28px;
	line-height: 120%;
	color: #070E13;
	padding-left: 24px;
	margin: 0;
}
.pif_bay-detail-link-container {
	display: flex;
	align-items: center;
}

.header_half h3 {
	font-size: 25px!important;
}
.header_half h3 big{
	font-size: 76px!important;
}
.header_half span {
	font-size: 18px!important;
}
.section_block {
	min-height: 221px !important;
	padding: 20px !important;
	justify-content: space-between !important;
	display: flex !important;
}
.header_half {
	gap: 15px;
	display: flex;
	flex-direction: column;
	padding-top: 15px;
}

#fund-portfolio-real-estate {
	padding: 170px 0 63px;
	background: #182E4B url('/local/templates/savingsim_new/components/bitrix/news.detail/realty.wimrealestate/./images/backreal.png') no-repeat center center;
	background-size: cover;
}
.real-estate-card-wrapper{
	gap: 10px;
	display: flex;
	flex-direction: column;
}
.real-estate-card-wrapper-title {
	color: #ffffff;
	font-weight: 400;
	font-size: 56px;
	line-height: 110.00000000000001%;
	vertical-align: middle;
	margin-bottom: 60px;
}
.real-estate-card-wrapper-description {
	margin-top: 59px;
	font-weight: 300;
	font-size: 18px;
	line-height: 160%;
	vertical-align: middle;
	color: #ffffff;
}
.real-estate-card-row {
	display: flex;
}
.real-estate-card-row .real-estate-card:nth-child(1) {
	background-color: rgb(151 163 180 / 92%);
	flex: 1 1 100%;
	padding: 34px;
	display: flex;
	border-radius: 13px 0 0 13px;
	color: #ffffff;
	font-size: 26px;
	line-height: 120%;
	vertical-align: middle;
	font-weight: 500;
	align-items: center;
	justify-content: space-around;
	gap: 15px;
}
.real-estate-card-row .real-estate-card:nth-child(2) {
	background-color: rgb(41 65 96 / 92%);
	flex: 1 1 100%;
	padding: 34px;
	display: flex;
	border-radius: 0 13px 13px 0;
	color: #ffffff;
	font-size: 26px;
	line-height: 120%;
	vertical-align: middle;
	font-weight: 500;
	align-items: center;
	justify-content: space-around;
	gap: 15px;
}
.header_fund_description {
	display: flex;
	width: 100%;
	height: auto;
	padding: 24px;
	gap: 10px;
	border-radius: 14px;
	background: linear-gradient(90deg,
			rgba(24, 46, 75, 1),
			rgba(24, 46, 75, 0)
	);
	backdrop-filter: blur(4px);
	margin-top: 34px!important;
	font-weight: 100!important;
	font-size: 22px!important;
}
.header_text {
	padding-top: 48px!important;
}
.header_text .menu_bth_blue {
	float: right;
	z-index: 2!important;
	position: relative!important;
}
.an-example-success-title {
	margin-bottom: 40px;
}
.an-example-success-link-container {
	display: flex;
	justify-content: center;
}
.an-example-success-link {
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	vertical-align: middle;
	color: #fff;
	display: inline-flex;
	border-radius: 200px;
	height: 69px;
	padding: 0 30px;
	background: rgba(115, 168, 186, 1);
	text-decoration: none;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
.an-example-success-cards {
	display: flex;
	gap: 20px;

}
.an-example-success-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 14px;
	min-height: 240px;
	flex: 1;
	padding: 24px;
}
.an-example-success-cards .an-example-success-card:nth-child(1) {
	background: rgba(115, 168, 186, 1) url('/local/templates/savingsim_new/components/bitrix/news.detail/realty.wimrealestate/./images/many.png') no-repeat bottom right;
	background-size: 163px 134px;
	align-items: flex-start;
}
.an-example-success-cards .an-example-success-card:nth-child(2) {
	background: url('/local/templates/savingsim_new/components/bitrix/news.detail/realty.wimrealestate/./images/house.png') no-repeat center center;
	background-size: cover;
	align-items: flex-end;
	justify-content: flex-end;
}
.an-example-success-name {
	background: rgba(82, 100, 138, 1);
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	vertical-align: middle;
	color: rgba(255, 255, 255, 1);
	padding: 0 14px;
	height: 46px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
}
.an-example-success-title {
	font-weight: 400;
	font-size: 56px;
	line-height: 110.00000000000001%;
	vertical-align: middle;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 0;
}
.an-example-success-after-title {
	font-weight: 400;
	font-size: 32px;
	line-height: 130%;
	vertical-align: middle;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 10px;
}
.an-example-success-after-text {
	font-weight: 300;
	font-size: 18px;
	line-height: 160%;
	vertical-align: middle;
	color: rgba(255, 255, 255, 1);
}
.an-example-success-title sup {
	font-size: 22px;
}
@media (max-width: 1379.98px) {
	.real-estate-card-row .real-estate-card:nth-child(1),
	.real-estate-card-row .real-estate-card:nth-child(2) {
		font-size: 24px;
	}
	.real-estate-card-wrapper-title {
		font-size: 44px;
	}
	.header_text h1 {
		font-size: 62px!important;
	}
	.header_text {
		padding-top: 11px !important;
	}
	.header_fund_description {
		margin-top: 24px !important;
		font-size: 17px !important;
		line-height: 27.6px!important;
	}
	.header_fund_description {
		max-width: 90%!important;
	}
}
@media (max-width: 1244.98px) {
	.header_fund_description {
		margin-top: 24px !important;
		font-size: 18px !important;
		line-height: 42.6px !important;
		padding: 20px !important;
	}
	.an-example-success-title {
		font-size: 50px;
	}
	.an-example-success-after-title {
		font-size: 27px;
	}
	.an-example-success-after-text {
		font-size: 16px;
	}

}
@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;
	}

	.pif_bay-detail {
		flex-direction: column;
		align-items: flex-start;
	}
	.pif_bay-detail img {
		height: 89px;
	}
	.pif_bay-detail p {
		font-weight: 500;
		font-size: 21px;
		line-height: 120%;
		color: #070E13;
		padding-left: 24px;
		margin: 0;
		padding-top: 15px;
	}
	.pif_bay-detail a {
		font-weight: 400;
		font-size: 12px;
		line-height: 140%;
		color: #FFFFFF;
		padding: 11px 29px;
		border-radius: 5px;
		background-color: #52648A;
		text-decoration: none;
	}
	.pif_bay-detail-link-container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding-left: 21px;
	}

	.header_half h3 {
		font-size: 18px!important;
	}
	.header_half h3 big{
		font-size: 50px!important;
	}
	.header_half span {
		font-size: 14px!important;
	}
	.real-estate-card-row {
		flex-direction: column;
	}
	.real-estate-card-row .real-estate-card:nth-child(1),
	.real-estate-card-row .real-estate-card:nth-child(2) {
		font-size: 18px;
		display: flex;
		padding: 30px 15px 0;
		justify-content: center;
		text-align: center;
		flex-direction: column;
	}
	.real-estate-card-wrapper-title {
		font-size: 30px;
	}
	.real-estate-card-row .real-estate-card:nth-child(1) {
		border-radius: 13px 13px 0 0;
	}
	.real-estate-card-row .real-estate-card:nth-child(2) {
		border-radius: 0 0 13px 13px;
	}
	.real-estate-card-wrapper-description {
		font-size: 14px;
	}
	#fund-portfolio-real-estate {
		padding: 40px 0 40px;
	}
	.header_fund_description {
		font-size: 17px!important;
		line-height: 26px !important;
	}
	.header_text h1 {
		font-size: 32px!important;
		line-height: 56px!important;
		margin-bottom: 15px!important;
	}
	.an-example-success-cards {
		flex-direction: column;
	}
	.an-example-success-title {
		font-size: 36px;
	}
	.an-example-success-after-title {
		font-size: 19px;
	}
	.an-example-success-after-text {
		font-size: 16px;
	}
	.an-example-success-card {
		/*min-height: unset;*/
	}
	.an-example-success-link {
		font-size: 14px;
		height: 54px;
	}
	.section_block {
		min-height: auto !important;
	}

	.header_half h3 big {
		font-size: 41px !important;
	}
	.header_half {
		gap: 5px;
	}
}

/* End */


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

.section_block {
	border-radius: 18px;
	flex: 1 1 28% !important;
	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;
	overflow: hidden;
}

.section_block.dual_block {
	flex: 1 1 48% !important;
	overflow: hidden;
}
.section_block.three_block {
	flex: 1 1 28% !important;
	overflow: hidden;
}
.section_block.four_block {
	flex: 1 1 23% !important;
	overflow: hidden;
}
.section_block.blockSimple {
	overflow: hidden;
	flex: 1 1 100% !important;
}

.section_block.grey {
	background-color: #F8F8F8!important;
}

.section_block.milki {
	background-color: #CBDFE6!important;
}

.section_block.blue {
	background-color: #52648A!important;
}

.section_block.turquoise {
	background-color: #73A8BA!important;
}

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

.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.grey h3,
.section_block.grey span,
.section_block.grey .section_block_text {
	color: #151515;
}

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

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

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

.section_block.blue h3 {
	color: #fff;
}

.section_block.blue span {
	color: #fff;
}


.section_block.blue .section_block_text {
	color: #fff;
}

.section_block.turquoise h3 {
	color: #FFFFFF;
}

.section_block.turquoise span {
	color: #D0F0E6;
}

.section_block.turquoise .section_block_text {
	color: #E6F2F0;
}

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

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

.section_block.blockSimple.turquoise img.section_block_header_icon,
.section_block.blockSimple.blue img.section_block_header_icon{
	width: 197px;
	height: 152px;
	right: -20px;
	border-radius: 0 0 18px 0;
}
.section_block.grey span {
	color: #97A6B9;
}

.section_block {
	overflow: hidden;
}
.section_block,
.section_block.dual_block{
	background-position: right center!important;
	background-size: 70px auto!important;
}
.section_block.section_block-ico-big,
.section_block.dual_block.section_block-ico-big{
	background-position: right bottom!important;
	background-size: 176px auto!important;
}

/* 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/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/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/structure/style.css?17562257813845*/
/************************************************************************************************/
.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: 45%;
    min-height: 164px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.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%;
    display: flex;
}
.sostav_box_top_right {
    flex-direction: column;
}
.sostav_box_top_right .s_top_head{
    align-items: center;
    gap: 15px;
}

.sostav_box_top_right .s_top_head_left{

}
.sostav_box_top_right .s_top_head_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    color:#151515;
    font-weight: 300;
}
.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/realty.wimrealestate/style.css?175630104713242 */
/* /local/templates/savingsim_new/components/bitrix/news.list/main_tiser_blocks/style.css?17562280252984 */
/* /local/templates/savingsim_new/components/bitrix/news.list/table_new/style.css?17537750081688 */
/* /local/templates/savingsim_new/components/bitrix/system.pagenavigation/tableRowAdd/style.css?1753774545579 */
/* /local/templates/savingsim_new/components/bitrix/news.list/scha_new/style.css?17537750081616 */
/* /local/templates/savingsim_new/components/bitrix/news.list/structure/style.css?17562257813845 */
/* /local/templates/savingsim_new/components/bitrix/news.list/scha_new_grafik/style.css?1753774544535 */
