

/* Start:/local/templates/savingsim_new/components/bitrix/news.detail/realty.all/style.css?178066555044357*/
.fund-detail {
    margin-bottom: 0;
    position: relative;
    top: 0;
    z-index: 1;
}
.realty-all-tooltipe {
    width: 20px;
    height: 20px;
    background: #52648A;
    display: inline-flex;
    border-radius: 50%;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
.realty-all-tooltipe:hover,
.realty-all-tooltipe:focus,
.realty-all-tooltipe:active {
    cursor: pointer;
}
.fund-detail_tabs {
    border-bottom: 1px solid rgba(218, 223, 230, 1);
    border-top: 1px solid rgba(218, 223, 230, 1);
    display: flex;
    flex-flow: row;
    gap: 20px;
    justify-content: space-between;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
}

.fund-detail_tab {
    background: #fff;
    border-radius: 14px;
    min-height: 180px;
    padding: 24px;
    position: relative;
    text-decoration: none;
    width: 16%;
}

.swiper-slide.fund-detail_tab {
    flex: 1;
}

.fund-detail_tabs.swiper_fund-detail_dis .swiper-wrapper {
    gap: 15px;
}

.tab_title {
    color: #151515;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    text-align: center !important;
}

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

.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 {
    color: #151515;
    font-size: 50px;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 80px;
}

.fund_info_box {
    padding: 15px 0 30px!important;
}
.border-radius-top {
    margin-top: -46px!important;
}
#fund_dohod {
    background: #F8F8F8;
}

.fund_dohod_wrapper {
    background: #fff;
    border-radius: 16px;
    padding: 50px;
}

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

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

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

.sostav_wrapper {
    display: flex;
}

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

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

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


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

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

.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;*/
    align-items: center;
    color: #151515;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: flex-start;
    padding: 60px 40px;
    text-align: center;
    transition: .5s;
}

#information_disclosure h2 {
    margin-bottom: 10px;
    padding-bottom: 60px;
}

.detail-tab-container-info {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: flex-start;
}

#information_disclosure .fund-detail_tab .ico-detail_tab {
    align-items: center;
    background: rgba(248, 248, 248, 1);
    border-radius: 100%;
    display: flex;
    height: 60px;
    justify-content: center;
    width: 60px;
}

#information_disclosure .fund-detail_tab svg {
    height: 22px;
    transition: .5s;
    width: 22px;
}

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

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

#fund_portfel {
    min-height: 820px;
}

.dohod_tab.table {
    display: none;
}

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

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

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

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

.header_bc_label:hover {
    cursor: pointer;
}

.swiper_fund-detail_tabs .swiper-wrapper {
    gap: 20px;
}

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


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

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

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

.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 {
    display: none;
    float: right;
    font-size: 16px;
    margin-bottom: 30px;
    width: 50%;
}

.pif_bay-detail {
    align-items: center;
    background: linear-gradient(89.97deg, #F5F9FB 0.5%, #F5F9FB 27.29%, #D3E3EA 50.56%, #73A8BA 99.98%);
    border-radius: 7px;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.pif_bay-detail a {
    background-color: #52648A;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    padding: 16px 34px;
    text-decoration: none;
}

.pif_bay-detail img {
    height: 100%;
    margin: 0 19px 0 32px;
}

.pif_bay-detail p {
    color: #070E13;
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
    padding-left: 24px;
}

.pif_bay-detail-link-container {
    align-items: center;
    display: flex;
}

#comment {
    background: #F8F8F8;
    padding-bottom: 40px;
    padding-top: 40px;
}

.container-comment {
    background: #fff;
    border-radius: 40px;
    display: flex;
    position: relative;
}

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

.comment-title {
    align-items: center;
    display: flex;
    font-size: 35px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.comment-title span {
    background: #52648A;
    border-radius: 4px;
    color: #fff;
    display: flex;
    font-size: 16px;
    padding: 5px 10px;
}

.comment-photo {
    align-items: flex-end;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 40px 0 0 40px;
    display: flex;
    min-height: 500px;
    padding: 10px;
    width: 30%;
}

.comment-text-container {
    padding: 20px;
    width: 70%;
}

.container-commentator {
    backdrop-filter: blur(5px);
    background: #3e44468a;
    border-radius: 30px 30px 0 30px;
    color: #fff;
    display: inline-flex;
    flex-direction: column;
    padding: 15px 30px;
    width: 100%;
}

.comment-fullname {
    font-size: 18px;
    margin-bottom: 10px;
}

.comment-position {
    font-size: 14px;
}

.comment-text {
    position: relative;
}

.read-more-btn-commentator {
    background: none;
    border: 1px solid #73A8BA;
    border-radius: 200px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
    margin: 20px auto 0;
    padding: 10px 20px;
    text-align: center;
    width: fit-content;
}

.read-more-btn:hover {

}

.full-text {
    display: none;
}

.menu_bth_blue {
    display: none !important;
}

.menuFunds-container {
    align-items: center;
    backdrop-filter: blur(6px);
    background: #043A6033;
    border-radius: 16px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 20px 40px;
}

.menuFunds-container.is-sticky {
    background: #73a8babd;
    border-radius: 0;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

.menuFunds-placeholder {
    display: none;
}

.menuFunds-item {
    align-items: center;
    border-bottom: solid 1px #ffffff00;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    gap: 10px;
    line-height: 140%;
    text-decoration: none;
    transition: .5s;
    vertical-align: middle;
}

.menuFunds-item:hover {
    border-bottom: solid 1px #fff;
    transition: .5s;
}

.menuFunds-item .menuFund-item-ico {

}

.header_text {
    padding-top: 4px !important;
}

.realtyBannerBreadcrump {
    align-items: center;
    display: flex;
    gap: 6px;
    /*padding-left: 56px;*/
    margin-top: 25px;
}

.realtyBannerBreadcrump-pageItem {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
}

.realtyBannerBreadcrump-mainItem,
.realtyBannerBreadcrump-arrow {
    align-items: center;
    display: flex;
}

.dividendsPaidBanner {
    background: linear-gradient(105.53deg, #28364A 2.39%, #52648A 99.19%);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 347px;
    padding: 15px;
}

.titleDividendsPaid {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    vertical-align: middle;
}

.priceDividents {
    align-items: center;
    color: #fff;
    display: flex;
    gap: 5px;
    font-size: 13px;
}

.priceDividents span {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    color: #fff;
    display: flex;
    font-size: 13px;
    font-weight: 400;
    line-height: 140%;
    padding: 10px 7px;
    text-align: center;
    vertical-align: middle;
}

.textDividents {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
    vertical-align: middle;
}

header {
    min-height: auto !important;
    padding: 40px 0 70px 0 !important;
}

.presentationFileContainer {
    background: rgba(115, 168, 186, 1);
    border-radius: 16px;
    color: #fff;
    display: flex;
    font-size: 17px;
    font-weight: 400;
    line-height: 160%;
    max-width: 288px;
    padding: 17px 30px;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
}

.presentationFileContainer:after {
    background: url("/local/templates/savingsim_new/components/bitrix/news.detail/realty.all/./images/3d3.svg") no-repeat center;
    content: '';
    display: flex;
    height: 90px;
    margin-left: 202px;
    margin-top: -38px;
    position: absolute;
    width: 80px;
    background-size: contain;
}

.funds_header:before {
    display: none;
}

.funds_header:after {
    background: linear-gradient(0deg, rgb(255 255 255) 61%, rgb(255 255 255 / 0%) 93%) !important;
    content: "";
    height: 17%;
    position: absolute;
    width: 100%;
}

.header_fund_description {
    max-width: 100% !important;
}
.header_fund_description p {
    margin-bottom: 0;
}

.leftSideBannerRealty {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 60%;
}

.rightSideBannerRealty {
    align-items: flex-end;
    display: flex;
    /*overflow: hidden;*/
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
}

.bannerSides {
    display: flex;
}

.swiperBannerRealty .swiper-slide {
    align-items: start;
    background: rgb(255 255 255 / 31%);
    border-radius: 16px;
    color: rgba(24, 46, 75, 1);
    display: flex;
    flex-direction: column;
    font-size: 18px;
    gap: 10px;
    height: auto;
    justify-content: flex-start;
    padding: 24px;
    text-align: left;
    background: linear-gradient(to right, rgb(230 230 230 / 100%), rgb(230 230 230 / 0%), rgb(230 230 230 / 0%), rgb(230 230 230 / 0%), rgb(230 230 230 / 0%), rgb(230 230 230 / 0%), rgb(230 230 230 / 0%), rgb(230 230 230 / 0%), rgb(230 230 230 / 0%), rgb(230 230 230 / 0%), rgb(230 230 230 / 0%), rgb(230 230 230 / 100%));
}

.swiperBannerRealty .slide-name {
    color: rgba(24, 46, 75, 1);
    font-size: 19px;
    font-weight: 400;
    line-height: 140%;
    vertical-align: middle;
}

.swiperBannerRealty .slide-text {
    color: rgba(24, 46, 75, 1);
    font-size: 17px;
    font-weight: 300;
    line-height: 160%;
}

.swiperBannerRealty {
    height: auto;
    width: 75%;
    padding-bottom: 30px!important;
    margin: 0px 0px 0px 0px !important;
}

.swiperBannerRealty .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 1);
    height: 6px;
    width: 6px;
}

.swiperBannerRealty .swiper-pagination-bullet-active {
    background: #fff;
    border-radius: 16px;
    height: 6px;
    width: 50px;
}

.swiperBannerRealty .swiper-slide-active {
    background: rgba(255, 255, 255, 1);
    box-shadow: none;
}

.swiperNavRealty {
    align-items: center;
    display: flex;
    gap: 10px;
    height: 54px;
}

.swiperNavRealty span {
    backdrop-filter: blur(4px);
    background: rgb(255 255 255);
    border-radius: 8px;
    color: rgb(0 0 0);
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    margin-right: 30px;
    padding: 10px;
    vertical-align: middle;
}

.realtyBaner-next {
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    height: 54px !important;
    margin-top: 0 !important;
    position: inherit !important;
    width: 54px !important;
}

.realtyBaner-prev {
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    height: 54px !important;
    margin-top: 0 !important;
    position: inherit !important;
    width: 54px !important;
}

.realtyBaner-next:after {
    display: none !important;
}

.realtyBaner-prev:after {
    display: none !important;
}

.realtyBaner-next svg,
.realtyBaner-prev svg {
    width: 10px !important;
}

.load_more {
    background: rgba(248, 248, 248, 1) !important;
    border: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 140%;
    padding: 15px 60px 15px 32px !important;
    position: relative !important;
    vertical-align: middle;
}

.load_more:after {
    background: rgba(115, 168, 186, 1) url("/local/templates/savingsim_new/components/bitrix/news.detail/realty.all/./images/more-arrow.svg") no-repeat center;
    border-radius: 100%;
    content: '';
    display: flex;
    height: 50px;
    position: absolute !important;
    right: 3px;
    top: 3px;
    width: 50px;
}

.tableComponent .collapse {
    background: rgba(248, 248, 248, 1) !important;
    border: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 140%;
    padding: 15px 60px 15px 32px !important;
    position: relative !important;
    vertical-align: middle;
}

.tableComponent .collapse:after {
    background: rgba(115, 168, 186, 1) url("/local/templates/savingsim_new/components/bitrix/news.detail/realty.all/./images/more-arrow.svg") no-repeat center;
    border-radius: 100%;
    content: '';
    display: flex;
    height: 50px;
    position: absolute !important;
    right: 3px;
    top: 3px;
    transform: rotate(180deg);
    width: 50px;
}

#information_why {
    margin-bottom: 25px;
    margin-top: 25px;
}

#information_why h2 {
    color: #151515;
    font-size: 56px;
    font-weight: 400;
    line-height: 110%;
}

.information_why-container {
    display: flex;
    gap: 40px;
}

.information_why-left,
.information_why-right {
    display: flex;
    flex-direction: column;
    gap: 39px;
    width: 50%;
}

.information_why-right {
    gap: 4.5px;
    justify-content: space-between;
}

.information_why-right {
    background: rgba(248, 248, 248, 1);
    border-radius: 16px;
    padding: 70px 40px;
}

.information_why-step {
    display: flex;
    gap: 25px;
}

.information_why-step-num {
    align-items: center;
    background: #fff;
    border-radius: 100%;
    color: rgba(151, 166, 185, 1);
    display: flex;
    font-size: 22px;
    font-weight: 300;
    height: 70px;
    justify-content: center;
    line-height: 140%;
    min-height: 70px;
    min-width: 70px;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.information_why-step-text {
    align-items: center;
    color: rgba(21, 21, 21, 1);
    display: flex;
    font-size: 19px;
    font-weight: 400;
    line-height: 140%;
    vertical-align: middle;
}

.information_why-block {
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    position: relative;
}

.information_why-block span:nth-child(1) {
    font-size: 56px;
    font-weight: 400;
    line-height: 110.00000000000001%;
    margin-bottom: 5px;
    vertical-align: middle;
}

.information_why-block span:nth-child(2) {
    font-size: 22px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px;
    vertical-align: middle;
}

.information_why-block span:nth-child(3) {
    font-size: 18px;
    font-weight: 300;
    line-height: 160%;
    vertical-align: middle;
}

.information_why-separator {
    display: flex;
    padding-left: 35px;
}

.iformation_why-separator-ico {
    background: rgba(151, 166, 185, 1);
    height: 36px;
    margin: 10px 0;
    width: 1px;
}

.information_why-left .information_why-block:nth-child(3n+1) {
    background: rgba(115, 168, 186, 1);
    color: #fff;
}

.information_why-left .information_why-block:nth-child(3n+2) {
    background: rgba(82, 100, 138, 1);
    color: #fff;
}

.information_why-left .information_why-block:nth-child(3n+3) {
    background: rgba(203, 223, 230, 1);
}

.information_why-left .information_why-block img {
    height: auto;
    max-width: 175px;
    position: absolute;
    right: 0;
    top: -51px;
    width: 100%;
}


.structure_btn {
    align-items: center;
    border: none !important;
    border-radius: 0 !important;
    display: flex;
    justify-content: flex-start;
    min-height: 62px;
    padding: 0 20px !important;
    position: relative;
    transition: .5s;
    z-index: 1;
}

.structure_btn_wrapper .structure_btn:nth-child(1) {
    border-radius: 16px 16px 0 0 !important;
}

.structure_btn_wrapper .structure_btn:last-child {
    border-radius: 0 0 16px 16px !important;
}

.structure_btn:hover {
    transition: .5s;
}

.structure_btn span:nth-child(1) {
    text-align: left;
    width: 60%;
}

.structure_btn span:nth-child(2) {
    align-items: center;
    display: flex;
    justify-content: space-between;
    text-align: left;
    width: 40%;
}

.structure_btn.active {
    color: rgba(115, 168, 186, 1);
}

.structure_btn_wrapper {
    border: 1px solid rgba(198, 207, 218, 1) !important;
    border-radius: 16px;
    gap: 0 !important;
    position: relative;
    z-index: 2;
    /*overflow: hidden;*/
}

.structure_btn span span {
    align-items: center;
    background: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 100%;
    color: unset;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 20px;
    justify-content: center;
    line-height: 140%;
    margin: 0 auto;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    position: relative !important;
    text-align: center !important;
    vertical-align: middle;
    width: 20px;
}

.structure_btn .tooltip-content {
    background: rgba(115, 168, 186, 1);
    border: none;
    color: #fff !important;
    font-size: 13px;
    left: 98%;
    min-width: unset;
    position: absolute;
    top: -27px;
    width: max-content;
    z-index: 9999;
}

.structure_btn.active span span {
    background: rgba(248, 248, 248, 1);
}

.structure_btn-titles {
    color: rgba(137, 136, 136, 1);
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 10px;
    padding: 0 20px;
    vertical-align: middle;
}

.structure_btn-titles span:nth-child(1) {
    display: flex;
    width: 60%;
}

.structure_btn-titles span:nth-child(2) {
    width: 40%;
}

.sostav_slide_name a {
    border-radius: 9px !important;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 140%;
    padding: 8px 24px !important;
    vertical-align: middle;
    position: relative!important;
    color: #000 !important;
    background: #ffffff!important;
}
.sostav_slide_name {
    position: relative!important;
    left: 0!important;
    margin: 0 0 15px 0;
}

a.mini-detail-btn {
    background: rgba(248, 248, 248, 1) !important;
    border-radius: 200px !important;
    color: rgba(21, 21, 21, 1) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    gap: 20px;
    height: 60px !important;
    line-height: 140% !important;
    opacity: 1;
    padding-left: 25px !important;
    padding-right: 75px !important;
    vertical-align: middle;
}

a.mini-detail-btn:after {
    background: rgba(115, 168, 186, 1) url("/local/templates/savingsim_new/components/bitrix/news.detail/realty.all/./images/more-arrow.svg") no-repeat center;
    border-radius: 100%;
    content: '';
    display: flex;
    height: 50px;
    position: absolute !important;
    right: 5px;
    top: 5px;
    width: 50px;
}

.sostav_img_slider .swiper-slide {
    height: auto !important;
    min-height: 734px;
}

.sostav_box {
    backdrop-filter: blur(14px) !important;
    background: rgba(235, 246, 252, 0.2) !important;
    bottom: 20px;
    left: 25px;
    margin-top: 4px;
    position: absolute;
    z-index: 12;
}

.sostav_box_bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 15px;
}

.sostav_box_bottom-new {
    color: #fff;
    font-size: 16px !important;
    font-weight: 300;
    line-height: 140%;
    vertical-align: middle;
}

.sostav_box_bottom-new .s_box_date {
    color: #fff;
}

.sostav_box_top-new {
    align-items: center !important;
    justify-content: flex-start !important;
}

.sostav_box_top-new .s_top_head {
    color: #fff;
}

.sostav_box_top-new .s_top_title {
    color: #fff;
}

.sostav-button-next,
.sostav-button-prev {
    align-items: center;
    background: #fff;
    border-radius: 100%;
    display: flex;
    height: 54px;
    justify-content: center;
    width: 54px;
    z-index: 9;
}

.sostav-button-next:hover,
.sostav-button-prev:hover {
    cursor: pointer;
}

.sostav-nav {
    display: flex;
    gap: 10px;
    margin-top: 25px;
    position: absolute;
    right: 20px;
    z-index: 10;
    flex-direction: row-reverse;
}


.header_text p {
    padding-top: 5px;
    font-size: 18px!important;
    line-height: 33.6px!important;
    margin-bottom: 15px!important;
}

.divPaidContainer {
    background: #0000001f;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    padding: 15px;
    gap: 50px;
}

.funds_header {
    position: relative;
    min-height: 63px; /* или другое значение, соответствующее высоте меню + отступы */
    transition: min-height 0.3s ease; /* опционально для плавности */
}
.sostav-button-next,
.sostav-button-prev,
.sostav-button-next *,
.sostav-button-prev * {
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    -webkit-tap-highlight-color: transparent !important;
}

.fund_info_wrapper-one-item .sostav_left{
    display: none;
}
.fund_info_wrapper-one-item .sostav_right{
    margin: 0 auto;
}
.fund_info_wrapper-one-item #fund-remaining{
    text-align: center;
}
.fund_info_wrapper-one-item  .sostav_img_slider {
    margin-top: -78px;
}
.fund_info_wrapper-one-item .sostav-nav {
    position: relative;
}
.header_text h1 {
    margin-top: 20px;
}


#fund-portfolio-real-estate {
    padding: 170px 0 63px!important;
    background: #182E4B url('/local/templates/savingsim_new/components/bitrix/news.detail/realty.all/./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;
}



@media (max-width: 1381.98px) {
    .menuFunds-item {
        font-size: 13px;
    }
    .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;
    }
}

@media (max-width: 1288px){
    .header_text h1 {
        font-size: 43px !important;
    }
}
@media (max-width: 1239.98px) {
    .comment-photo {
        width: 40%;
    }

    .comment-text-container {
        width: 60%;
    }

    .header_text h1 {
        font-size: 36px !important;
    }

    .header_text p {
        font-size: 16px !important;
    }

    .index_header {
        height: 752px !important;
    }

    .swiperBannerRealty .slide-name {
        font-size: 17px;
    }

    .swiperBannerRealty .slide-text {
        font-size: 14px;
    }

    .rightSideBannerRealty {
        width: 45%;
    }

    .leftSideBannerRealty {
        width: 55%;
    }

    .funds_header:after {
        background: linear-gradient(0deg, rgb(255 255 255) 53%, rgb(255 255 255 / 0%) 55%) !important;
        height: 200%;
    }
}

@media (max-width: 1118.98px) {
    .menuFunds-item {
        font-size: 11px;
    }
}
@media (min-width: 1289px){
    .header_text h1 {
        font-size: 45px !important;
    }
}
@media (min-width: 1024.98px){
    .sostav_box_decor,
    .sostav_slide_name{
        display: none!important;
    }
    .sostav_slide_name_one {
        display: flex !important;
        position: absolute !important;
        top: -82% !important;
        left: 30px !important;

    }
    .sostav_slide_name_one a{
    background: linear-gradient(92.55deg, #182E4B -24.96%, rgba(24, 46, 75, 0) 129.89%) !important;
    font-size: 23px !important;
    padding: 10px 15px !important;
    border-radius: 4px !important;
    color: #fff !important;
    text-decoration: none !important;
}
    .sostav_box .sostav_slide_name {
        display: flex!important;
    }
    .mini-detail-btn-desk {
        display: flex;
    }
    .mini-detail-btn-desk-img{
        display: none!important;
    }
}
@media (max-width: 1024px) {
    .swiper_fund-detail_tabs .swiper-wrapper {
        gap: unset;
    }
    .divPaidContainer {
        gap: 15px;
    }

    .swiper_fund-detail_tabs .swiper-slide {
        align-items: center;
        display: flex;
        flex-direction: row-reverse;
        flex-shrink: 0 !important;
        gap: 15px;
        height: auto;
        justify-content: flex-end;
    }

    .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 {
        flex: none !important;
        max-width: unset !important;
        min-width: unset !important;
        width: calc(50% - 28px) !important;
    }

    .tab_title {
        align-items: center !important;
        display: flex !important;
        font-size: 14px !important;
    }

    .fund-detail_tabs.swiper_fund-detail_dis .swiper-wrapper {
        gap: 0;
    }

    .fund-detail_tabs {
        overflow: hidden;
        padding: 0 !important;
        width: 100%;
    }

    .pif_bay-detail {
        align-items: flex-start;
        flex-direction: column;
    }

    .pif_bay-detail img {
        height: 89px;
    }

    .pif_bay-detail p {
        color: #070E13;
        font-size: 21px;
        font-weight: 500;
        line-height: 120%;
        margin: 0;
        padding-left: 24px;
        padding-top: 15px;
    }

    .pif_bay-detail a {
        background-color: #52648A;
        border-radius: 5px;
        color: #FFFFFF;
        font-size: 12px;
        font-weight: 400;
        line-height: 140%;
        padding: 11px 29px;
        text-decoration: none;
    }

    .pif_bay-detail-link-container {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding-left: 21px;
        width: 100%;
    }

    #fund_dohod {
        background: #fff;
    }

    .comment-photo {
        background-size: 345px !important;
        border-radius: 40px;
        width: 100%;
    }

    .comment-text-container {
        width: 100%;
    }

    .container-comment {
        flex-direction: column;
    }

    .container-commentator {
        border-radius: 0;
    }

    .container-comment-title {
        font-size: 30px;
        margin-bottom: 30px;
        text-align: center;
    }

    .comment-title {
        align-items: center;
        display: flex;
        flex-direction: column;
        font-size: 25px;
        gap: 15px;
        justify-content: space-between;
    }

    span.full-text,
    span.truncated-text {
        font-size: 15px;
    }

    .comment-title span {
        font-size: 15px;
    }

    .header_bc_label {
        align-items: center !important;
        border: solid 1px rgba(255, 255, 255, 1) !important;
        border-radius: 5px !important;
        gap: 10px !important;
        justify-content: space-between !important;
        margin-top: 0 !important;
        padding: 11px 7px !important;
    }

    .header_bc_label:after {
        background: rgba(255, 255, 255, 1) url("/local/templates/savingsim_new/components/bitrix/news.detail/realty.all/./images/arrow-banner-link.svg") no-repeat center;
        background-size: 9px 7px;
        border-radius: 5px;
        content: '';
        display: block;
        height: 20px;
        width: 20px;
    }

    .detail-tab-container-info {
        align-items: center;
        flex-direction: row;
        justify-content: flex-start;
    }

    #information_disclosure .tab_title {
        text-align: left !important;
    }

    h2 {
        font-size: 24px !important;
    }

    #information_disclosure h2 {
        font-size: 24px;
        margin-bottom: 10px;
        padding-bottom: 19px;
    }

    .fund-detail {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .menuFunds-container {
        display: none !important;
    }

    .leftSideBannerRealty {
        width: 100%;
    }

    .rightSideBannerRealty {
        bottom: -186px;
        position: absolute;
        width: 100%;
        /*display: none;*/
    }

    .dividendsPaidBanner {
        align-items: flex-start;
        max-width: unset;
    }

    .header_text {
        align-items: flex-start !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        position: relative !important;
    }

    .index_header {
        height: 558px !important;
    }

    .header_text h1 {
        font-size: 21px !important;
        line-height: 28px!important;
    }

    .header_text p p br,
    .header_text p br {
        display: none;
    }

    .header_text p,
    .header_text p p {
        font-size: 14px !important;
        padding-left: 0;
        text-align: left;
        line-height: 25.6px !important;
    }

    .header_text p {
        margin-bottom: 5px !important;
        padding-left: 0;
        padding-top: 0!important;
    }

    .dividendsPaidBanner {
        padding: 15px;
    }

    .textDividents {
        font-size: 12px;
        text-align: left;
    }

    .titleDividendsPaid {
        font-size: 15px;
    }

    .priceDividents {
        font-size: 13px;
    }

    .priceDividents span {
        font-size: 16px;
        padding: 13px 16px;
    }

    .index_header {
        padding-top: 0 !important;
    }

    .realtyBannerBreadcrump {
        margin-top: 15px;
    }

    .presentationFileContainer {
        align-items: center;
        display: flex;
        font-size: 15px;
        justify-content: center;
        max-width: calc(100% - 60px);
        padding: 15px 30px;
    }

    .bannerSides {
        height: auto;
    }

    .realtyBaner-prev,
    .realtyBaner-next {
        display: none !important;
    }

    .swiperNavRealty span {
        display: none;
    }

    .presentationFileContainer:after {
        background-size: contain;
        height: 72px;
        margin-left: 237px;
        margin-top: -17px;
        position: absolute;
        width: 78px;
    }

    .swiperBannerRealty .slide-name {
        font-size: 16px;
    }

    .swiperBannerRealty .swiper-slide {
        height: auto;
        padding: 15px;
    }

    .swiperBannerRealty {
        height: auto;
        width: 100%;
    }

    .swiperBannerRealty .swiper-pagination {
        top: -29px !important;
    }

    .swiperBannerRealty {
        overflow: inherit !important;
    }

    .funds_header:after {
        height: 210%;
    }

    .section_blocks-description {
        font-size: 14px !important;
    }

    .information_why-left {
        gap: 10px;
        width: 100%;
    }

    .information_why-right {
        width: 100%;
    }

    .information_why-container {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .information_why-left .information_why-block img {
        height: auto;
        max-width: 125px;
        position: absolute;
        right: 0;
        top: 0px;
        width: 100%;
    }

    .information_why-block {
        padding: 20px 140px 20px 20px;
    }

    .information_why-block span:nth-child(3) {
        font-size: 14px;
    }

    .information_why-block span:nth-child(1) {
        font-size: 28px;
    }

    .information_why-block span:nth-child(2) {
        font-size: 16px;
        left: 86px;
        margin-top: 8px;
        position: absolute;
        display: flex;
    }
    span.spacebar {
        width: 20px;
    }
    .information_why-left .information_why-block:nth-child(3) span:nth-child(2) {
        left: 128px;
    }

    .information_why-block {
        min-height: 121px;
    }

    .information_why-step-num {
        font-size: 16px;
        height: 40px;
        min-height: 40px;
        min-width: 40px;
        width: 40px;
    }

    .information_why-right {
        padding: 20px;
    }

    .information_why-step-text {
        font-size: 16px;
    }

    .information_why-separator {
        padding-left: 20px;
    }

    .iformation_why-separator-ico {
        height: 30px;
    }

    #information_why {
        margin-bottom: 50px;
    }

    .funds_header:after {
        background: linear-gradient(0deg, rgb(255 255 255) 53%, rgb(255 255 255 / 0%) 75%) !important;
        height: 13%;
        top: 826px;
    }

    .swiperBannerRealty .swiper-wrapper {
        z-index: 99;
    }

    .menuFunds-container-mob {
        background: rgba(255, 255, 255, 0.06);
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
        padding: 20px;
        width: calc(100% - 30px);
    }

    .menuFunds-container-mob a {
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        line-height: 140%;
        vertical-align: middle;
    }

    /*.new-main-menu_mobile {*/
    /*    display: flex;*/
    /*    flex-direction: row;*/
    /*    flex-wrap: wrap;*/
    /*}*/
    .new-main-menu_mobile {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }

    /*.new-main-menu_mobile > li {*/
    /*    padding-left: 20px;*/
    /*    text-align: left;*/
    /*    width: 43%;*/
    /*}*/
    .new-main-menu_mobile > li {
        padding-left: 0px;
        width: 100%;
        text-align: center;
    }

    .new-main-menu_mobile a {
        padding-left: 0 !important;
    }

    nav.menu-mob.menu-mob-visible {
        height: auto;
        min-height: 488px;
        padding-bottom: 20px;
    }

    header.funds_header .menu-mob-visible {
        background: rgb(24 46 75 / 54%);
    }

    .mainmenu {
        background: rgb(24 46 75 / 54%) !important;
    }

    .visible-mobile-dropdown .backMenu {
        right: 30px;
    }

    .new-main-menu-mobile-dropdown {
        left: 20px;
        width: 100%;
    }

    .new-main-menu-mobile-dropdown li {

    }

    .structure_btn_wrapper {
        /*flex-direction: column!important;*/
    }
    .structure_btn span:nth-child(2) {
        display: none;
    }
    .structure_btn_wrapper .structure_btn {
        border-radius: 8px !important;
        border: 1.4px solid #C6CFDA!important;
        text-align: center;
        min-height: auto!important;
        padding: 8px 4px!important;
    }
    .structure_btn_wrapper .structure_btn:nth-child(1) {
        border-radius: 8px !important;
    }
    .structure_btn span {
        width: 100% !important;
        text-align: center!important;
    }
    .structure_btn_wrapper-two-row {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .structure_btn_wrapper .structure_btn:last-child {
        border-radius: 8px !important;
    }
    .structure_btn_wrapper {
        gap: 5px !important;
        border: none!important;
    }
    .structure_btn-titles {
        display: none;
    }
    .bg_image {
        backdrop-filter: blur(180px) !important;
        bottom: 0px !important;
        filter: blur(1.5rem) !important;
        height: 100% !important;
        left: 0 !important;
        opacity: 0.8 !important;
        position: absolute !important;
        right: 0 !important;
        top: 0 !important;
        width: 100% !important;
        z-index: 0 !important;
        display: block!important;
    }

    .sostav_left_block {
        margin-bottom: 0px;
        background: rgb(235 246 252 / 51%) !important;
        backdrop-filter: blur(25px) !important;
        padding: 9px!important;
        border-radius: 14px 14px 0 0!important;
    }
    .sostav_right, .sostav_left {
        border-radius: 0;
    }
    .sostav-nav {
        display: none;
    }
    .sostav_box {
        width: calc(100%) !important;
        bottom: 100px!important;
        align-items: center !important;

        flex-direction: column ! Important;
        background: #fff!important;
        position: inherit;

            padding: 7px 13px !important;
            min-height: auto !important;
            justify-content: flex-start !important;

    }
    .sostav_boxes-main {
        display: none;
    }
    .sostav_slide_name a {
        background: linear-gradient(92.55deg, #182E4B -24.96%, rgba(24, 46, 75, 0) 129.89%) !important;
        font-size: 12px !important;
        padding: 10px 15px !important;
        display: flex;
        border-radius: 4px !important;
        color: #fff !important;
        text-decoration: none !important;
        top: -24px!important;
    }

    .sostav_slide_name {
        width: 100%;
        position: absolute !important;
        top: -228px !important;
        left: 16px !important;
        right: 16px !important;
    }
    .sostav_slide_name_one{
        top: -58px !important;
        left: 14px !important;
    }
    a.mini-detail-btn:after {
        display: none;
    }
    a.mini-detail-btn {
        border-radius: 8px !important;
        height: 38px !important;
        padding: 0 10px !important;
        position: absolute;
        right: 20px !important;
        z-index: 5;
        left: auto!important;
        width: 19px;
        bottom: 33px !important;
    }
    .mini-detail-btn-desk {
        display: none!important;
    }
    .sostav_box_bottom {
        border-top: 0;
        padding-top: 0;
    }
    .sostav_box_top-new {
        text-align: left!important;
    }
    .s_top_title {
        min-width: auto;
    }
    a.mini-detail-btn {
        left: 20px;
        max-width: 184px;
    }
    .structure_btn .tooltip-content {
        height: 42px;
        width: 108px;
        text-align: center;
        top: -36%;
        left: 79%;
    }

    .swiperBannerRealty {
        display: none!important;
    }
    .rightSideBannerRealty {
        position: relative!important;
        bottom: 0!important;
    }
    .bannerSides {
        flex-direction: column;
    }
    .divPaidContainer {
        width: 100%;
    }
    .structure_chart_wrapper {
        display: none!important;
    }
    .bg_image {
        display: none!important;
    }
    .sostav_img_slider .swiper-slide {
        border-radius: 0 !important;
    }
    .sostav_img_slider {
        max-height: 342px!important;
    }
    .sostav_img_slider .swiper-slide {
        height: 342px!important;
        min-height: 342px!important;
        max-height: 342px!important;
        width: 100%;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
    .section_block_row .section_block:nth-child(2) .header_half h3 {
        font-size: 30px!important;
    }
    .sostav_img_slider .swiper-wrapper {
        top: -18px!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!important;
    }
}
@media (max-width: 580px) {
    .priceDividents span {
        font-size: 11px;
        padding: 13px 6px;
    }
    .index_header {
        height: auto !important;
        padding-bottom: 15px !important;
    }
    .swiperNavRealty {
        display: none!important;
    }
    .priceDividents {
        font-size: 11px;
    }

}
@media (max-width: 528px) {

}
@media (max-width: 350px) {
    .index_header {
        height: 670px !important;
    }
}

/* End */


/* Start:/local/templates/savingsim_new/css/rentincomepro.css?17806533671007*/
.sostav_left {
    width: 100% !important;
}
.sostav_wrapper-collumn {
    flex-direction: column !important;
}
.sostav_left_block {
    background: unset !important;
    padding: 0 !important;
    backdrop-filter: unset !important;
    border-radius: 0 !important;
}
.structure_btn_wrapper {
    flex-flow: row !important;
    flex-direction: row !important;
    margin-bottom: 0 !important;
    border: unset!important;
    gap: 10px !important;
}
.structure_btn_wrapper .structure_btn:last-child,
.structure_btn_wrapper .structure_btn:nth-child(1) {
    border-radius: 10px !important;
}
.structure_btn span {
    width: 100% !important;
    text-align: center !important;
}
.structure_btn {
    min-height: 0px !important;
    padding: 12px 20px !important;
    font-size: 15px !important;
}
.sostav_right {
    width: calc(100%) !important;
}
.sostav_wrapper {
    gap: 15px !important;
}

@media (max-width: 1239.98px) {
    .structure_btn_wrapper {
        flex-direction: column !important;
    }
}

/* End */


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

.section_block {
    flex: 1 1 33.3333% !important;
    min-height: 278px;
    background-size: contain !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    padding: 40px !important;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    overflow: hidden;
}

.section_block_row .section_block:nth-child(1) {
    flex: 1 1 66.6666% !important;
    border-top: solid 1px rgba(218, 223, 230, 1);
    border-bottom: solid 1px rgba(218, 223, 230, 1);
    background-size: 328px !important;
    padding: 40px 0 !important;
}

.section_block_row .section_block:nth-child(1) .header_half,
.section_block_row .section_block:nth-child(1) .section_block_text {
    width: 50%;
}

.section_block_row .section_block:nth-child(2) {
    border-top: solid 1px rgba(218, 223, 230, 1);
    border-left: solid 1px rgba(218, 223, 230, 1);
    border-bottom: solid 1px rgba(218, 223, 230, 1);
    background-position: right 15px !important;
    background-size: 219px !important;
}

.section_block_row .section_block .header_half span {
    background: rgba(151, 166, 185, 1);
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    vertical-align: middle;
    color: rgba(151, 166, 185, 1);
    background: none;
}

.section_block_row .section_block .header_half h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
    vertical-align: middle;
    color: rgba(82, 100, 138, 1);
}

.section_block_row .section_block:nth-child(2) .header_half h3 {
    font-weight: 400;
    font-size: 56px;
    line-height: 110.00000000000001%;
    vertical-align: middle;
    color: rgba(24, 46, 75, 1);
}

.section_block_row .section_block:nth-child(1) .header_half h3 {
    font-weight: 400;
    font-size: 76px;
    line-height: 100%;
    vertical-align: middle;
    color: rgba(24, 46, 75, 1);
}

.section_block_row .section_block:nth-child(1) .header_half span,
.section_block_row .section_block:nth-child(2) .header_half span {
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    vertical-align: middle;
    color: rgba(24, 46, 75, 1);
    margin-top: 10px;
    margin-bottom: 25px;
    display: flex;
}

.section_block_row .section_block:nth-child(3) {
    padding: 40px 40px 40px 0 !important;
}


.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;
    min-height: 197px!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;
}

.section_blocks-description {
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    vertical-align: middle;
    color: rgba(21, 21, 21, 1);
    margin-bottom: 30px;
}
.fund_info_box h2 {
    margin-bottom: 30px;
}
@media (max-width: 1024px) {
    .section_block_row .section_block {
        padding: 10px 0 !important;
    }

    .section_block_row .section_block:nth-child(1) {
        border-bottom: unset;
        background-size: 150px !important;
        background-position: right 0 !important;
        padding: 20px 0 !important;
    }

    .section_block_row .section_block:nth-child(2) {
        padding: 20px 0 !important;
        border-left: unset;
        border-bottom: unset;
        background-size: 150px !important;
        background-position: right 0 !important;
    }

    .section_block_row .section_block:nth-child(3) {
        border-top: solid 1px rgba(218, 223, 230, 1);
        padding: 30px 0 0 !important;
    }

    .section_block_row .section_block .header_half h3 {
        font-size: 20px;
    }

    .section_block_row .section_block:nth-child(1) .header_half h3 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .section_block_row .section_block:nth-child(2) .header_half h3 {
        font-size: 26px;
        margin-bottom: 0;
    }

    .section_block_row .section_block:nth-child(1) .header_half,
    .section_block_row .section_block:nth-child(1) .section_block_text {
        width: 100%;
    }

    .section_block_row {
        gap: 0 !important;
    }

    .section_block_row .section_block .header_half {
        display: flex;
        align-items: center;
        gap: 10px
    }

    .section_block_row .section_block:nth-child(1) .header_half,
    .section_block_row .section_block:nth-child(2) .header_half {
        align-items: flex-start;
        gap: 5px;
        flex-direction: column;
    }

    .section_block_text {
        margin-top: -6px !important;
    }
    .section_block_row .section_block:nth-child(1) .header_half span,
    .section_block_row .section_block:nth-child(2) .header_half span {
        margin-top: 0px;
        margin-bottom: 34px;
    }

    .section_block, .section_block.dual_block {
        min-height: unset!important;
    }
    .section_block:nth-child(4){
        padding-bottom: 0!important;
    }

    .section_block_row .section_block .header_half span {
        display: none;
    }
}

/* End */


/* Start:/local/templates/savingsim_new/components/bitrix/news.list/table_new/style.css?17648593351863*/
.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: 13px;
    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: 14px;
    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;
}
@media (max-width: 1239.98px) {
    /*.tableComponent .form-to-filter-results-date-fonds-block-from.form-to-filter-export {*/
    /*    margin-top: 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/scha_new/style.css?17648593352328*/
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: 15px 24px 10px;
}

.news-list table thead tr th, .news-list table thead tr th p {
	color:#97A6B9;
	font-weight: 300;
	font-size: 16px;
	line-height: 0;
	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: 10px 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;
}
.mobile-view {
	display: none;
}

#dataRows tr td:nth-child(4),
.mobile-view .mobile-row .right-col p:nth-child(2){
	color: green;
}
.text-table-red {
	color: red!important;
}



@media (max-width: 768px) {
	.table-dohod_tab {
		display: none;
	}
	.mobile-view {
		display: block;
	}
	.mobile-row {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 5px;
		margin-bottom: 5px;
		padding: 10px;
		border: 1px solid #CBDFE64D;
		border-radius: 5px;
	}
	.left-col, .right-col {
		display: flex;
		flex-direction: column;
	}
	.left-col p, .right-col p {
		margin: 5px 0;
		font-size: 14px;
	}
	.dohod_tab.table {
		margin-top: 70px!important;
	}
	.mobile-row-invest {
		background:#CBDFE64D;
	}
}

/* End */


/* Start:/local/templates/savingsim_new/components/bitrix/system.pagenavigation/main/style.css?17562280274601*/
.pagination-main {
	margin: 30px 0 60px 0;
}
.pagination-main .bx-pagination-container {
	text-align: center;
	position: relative;
}
.pagination-main .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
    justify-content: center;
}
.pagination-main .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 0 15px 1px;
}
.pagination-main .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #fff;
    outline: 1px solid #97A6B9;
	padding: 0 8px;
	display: flex;
    height: 50px;
    min-width: 60px;
	line-height: 32px;
	color: #97A6B9;
	border-radius: 0;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
}
.pagination-main .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.pagination-main .bx-pagination-container ul li a:hover span{
	background: #F8F8F8;
}
.pagination-main .bx-pagination-container ul li.bx-active span{
	background: #52648A;
	color: #fff;
    border-radius: 0;
    outline: 1px solid #52648A;
}
.pagination-main .bx-pagination-container ul li.bx-pag-all a span,
.pagination-main .bx-pagination-container ul li.bx-pag-prev a span,
.pagination-main .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.pagination-main .bx-pagination-container ul li.bx-pag-all span,
.pagination-main .bx-pagination-container ul li.bx-pag-prev span,
.pagination-main .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	line-height: 28px;
	padding: 0 18px;
}
.pagination-main .bx-pagination-container ul li.bx-pag-prev span,
.pagination-main .bx-pagination-container ul li.bx-pag-next span{
    background: url("/local/templates/savingsim_new/components/bitrix/system.pagenavigation/main/nav-arrow-dis.svg") no-repeat center!important;
    background-size: 13px!important;
}
.pagination-main .bx-pagination-container ul li.bx-pag-prev > a > span,
.pagination-main .bx-pagination-container ul li.bx-pag-next > a > span{
	background: url("/local/templates/savingsim_new/components/bitrix/system.pagenavigation/main/nav-arrow.svg") no-repeat center!important;
	background-size: 13px!important;
}
.pagination-main .bx-pagination-container ul li.bx-pag-prev span {
    border-radius: 10px 0 0 10px;
}
.pagination-main .bx-pagination-container ul li.bx-pag-next span {
	border-radius: 10px 0 0 10px;
	transform: rotate(180deg);
}
.pagination-main .bx-pagination-container ul li.bx-pag-prev > a > span {
	transform: rotate(180deg);
	border-radius: 0 10px 10px 0;
}
.pagination-main .bx-pagination-container ul li.bx-pag-next > a > span {
	transform: rotate(0deg);
	border-radius: 0 10px 10px 0;
}
.pagination-main .bx-pagination-container ul li.bx-pag-all a:hover span,
.pagination-main .bx-pagination-container ul li.bx-pag-prev a:hover span,
.pagination-main .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	color: #000;
}
.pagination-main .bx-pagination-container ul li.bx-pag-prev a:hover span,
.pagination-main .bx-pagination-container ul li.bx-pag-next a:hover span {
    background-color: #F8F8F8!important;
}

    /*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #52648A;
	color: #fff;
}
@media (max-width: 1023.98px) {
	.pagination-main .bx-pagination-container ul li span {
		font-size: 13px;
		height: 40px;
		min-width: 42px;
	}
	.pagination-main .bx-pagination-container ul li.bx-pag-prev span, .pagination-main .bx-pagination-container ul li.bx-pag-next span {
		background-size: 9px !important;
	}
}

/* End */


/* Start:/local/templates/savingsim_new/components/bitrix/news.list/report_new/style.css?17806488873555*/
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: 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%;
}

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

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

.border-bottom-block {
    border-bottom: 1px solid #52648A;
}

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

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

a.file-lnk_flex {
    text-decoration: none;
    color: #151515;
}

.file-lnk-btn-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #151515;
    text-decoration: none;
}

.border-bottom-block-rep {
    border-bottom: 1px solid #52648A;
    width: max-content;
}

#ocenka-load-more-btn {
    cursor: pointer;
    text-align: center;
    width: fit-content;
    border-radius: 200px;
    margin: 0 auto;
    background: #fff !important;
    border: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 160%;
    padding: 15px 60px 15px 32px !important;
    position: relative !important;
    vertical-align: middle;
    font-family: 'Nunito Sans';
}

#ocenka-load-more-btn:after {
    background: rgba(115, 168, 186, 1) url(/local/templates/savingsim_new/components/bitrix/news.list/report_new/./images/more-arrow.svg) no-repeat center;
    border-radius: 100%;
    content: '';
    display: flex;
    height: 50px;
    position: absolute !important;
    right: 3px;
    top: 3px;
    width: 50px;
}

#ocenka-collapse-btn {
    cursor: pointer;
    text-align: center;
    width: fit-content;
    line-height: 160%;
    border-radius: 200px;
    margin: 0 auto;
    background: #fff !important;
    border: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 15px 60px 15px 32px !important;
    position: relative !important;
    vertical-align: middle;
}
#ocenka-collapse-btn:after {
    background: rgba(115, 168, 186, 1) url(/local/templates/savingsim_new/components/bitrix/news.list/report_new/./images/more-arrow.svg) no-repeat center;
    border-radius: 100%;
    content: '';
    display: flex;
    height: 50px;
    position: absolute !important;
    right: 3px;
    top: 3px;
    transform: rotate(180deg);
    width: 50px;
}
@media (max-width: 1024px) {
    .gray_block-list .file-lnk {
        min-height: auto;
    }
    #load-more-wrap {
        margin-bottom: 50px;
    }
}

/* End */


/* Start:/local/templates/savingsim_new/components/bitrix/news.list/report_new_gray/style.css?17806488873059*/
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;
}


#load-more-btn {
    cursor: pointer;
    text-align: center;
    width: fit-content;
    border-radius: 200px;
    margin: 0 auto;
    background: rgba(248, 248, 248, 1) !important;
    border: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 160%;
    padding: 15px 60px 15px 32px !important;
    position: relative !important;
    vertical-align: middle;
    font-family: 'Nunito Sans';
}


#load-more-btn:after {
    background: rgba(115, 168, 186, 1) url(/local/templates/savingsim_new/components/bitrix/news.list/report_new_gray/./images/more-arrow.svg) no-repeat center;
    border-radius: 100%;
    content: '';
    display: flex;
    height: 50px;
    position: absolute !important;
    right: 3px;
    top: 3px;
    width: 50px;
}

#collapse-btn {
    cursor: pointer;
    text-align: center;
    width: fit-content;
    line-height: 160%;
    border-radius: 200px;
    margin: 0 auto;
    background: rgba(248, 248, 248, 1) !important;
    border: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 15px 60px 15px 32px !important;
    position: relative !important;
    vertical-align: middle;
}
#collapse-btn:after {
    background: rgba(115, 168, 186, 1) url(/local/templates/savingsim_new/components/bitrix/news.list/report_new_gray/./images/more-arrow.svg) no-repeat center;
    border-radius: 100%;
    content: '';
    display: flex;
    height: 50px;
    position: absolute !important;
    right: 3px;
    top: 3px;
    transform: rotate(180deg);
    width: 50px;
}
@media (max-width: 1024px) {
    .gray_block-list .file-lnk {
        min-height: auto;
    }
    #ocenka-load-more-wrap {
        margin-bottom: 50px;
    }
}

/* End */


/* Start:/local/templates/savingsim_new/components/bitrix/news.list/structure/style.css?17806488876878*/
/************************************************************************************************/
.sostav_left_block{
    background: rgb(235 246 252 / 25%);
    padding: 24px;
    backdrop-filter: blur(14px);
    border-radius: 16px;
    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: 636px;
    width: 100%;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover !important;
}
/************************************************************************************************/

@media (max-width: 1023.98px) {
    .structure_btn_wrapper {
        flex-wrap: nowrap;
    }

    .sostav_left_block {
        padding: 9px;
        border-radius: 14px 14px 0 0;
    }

    .structure_btn_wrapper {
        margin-bottom: 0 !important;
    }

    .sostav_wrapper {
        gap: 0px;
    }

    .structure_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 11px;
    }

    .bg_image {
        display: none;
    }

    .sostav_img_slider .swiper-slide {
        border-radius: 0;
    }

    /*.sostav_slide_name a {*/
    /*    background: linear-gradient(92.55deg, #182E4B -24.96%, rgba(24, 46, 75, 0) 129.89%) !important;*/
    /*    font-size: 12px !important;*/
    /*    padding: 0 15px !important;*/
    /*    display: flex;*/
    /*    border-radius: 4px !important;*/
    /*}*/

    .sostav_slide_name {
        font-size: 26px !important;
        /*top: -17px !important;*/
        /*left: 16px !important;*/
        /*right: 16px !important;*/
    }

    .sostav_box_decor {
        margin-top: 0 !important;
    }

    .sostav_boxes_header {
        font-size: 13px !important;
        text-align: left !important;
        margin-top: 0px !important;
        margin-bottom: 10px !important;
    }

    .sostav_box_decor {
        border-radius: 0 0 14px 14px !important;
        padding: 10px !important;
    }

    .sostav_box_top {
        justify-content: flex-start !important;
        flex-direction: column !important;
    }

    .s_top_head {
        color: rgba(82, 100, 138, 1) !important;
        font-size: 22px !important;
    }

    .s_top_title {
        color: rgba(158, 158, 158, 1);
        font-size: 14px !important;
    }

    .sostav_box_top_right .s_top_head_right, .s_top_title {
        color: rgba(158, 158, 158, 1);
        font-size: 14px !important;
    }

    .sostav_boxes {
        flex-direction: row !important;
    }

    #fund_portfel {
        padding: 0;
        min-height: auto;
    }

    .sostav_box_top_right {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .s_box_date {
        font-size: 10px !important;
    }

    .sostav_box_bottom {
        align-items: flex-start !important;
        width: 100%;
    }

    .sostav_box {
        /*padding: 7px 13px!important;*/
        min-height: auto!important;
        justify-content: flex-start !important;
    }
    .sostav_box_top_right .s_top_head_right, .s_top_title {
        flex-direction: row;
    }
    .sostav_box_top {
        display: flex;
        width: 100%;
        align-items: center !important;
        margin-bottom: 15px !important;
        gap: 10px !important;
        flex-direction: row !important;
    }
}

@media (min-width: 383.98px) {
    .structure_btn {
        font-size: 12px;
    }
}
@media (min-width: 425.98px) {
    .structure_btn {
        font-size: 14px;
    }
}
@media (max-width: 382.98px) {
    .structure_btn {
        font-size: 11px;
    }
}
/* 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.all/style.css?178066555044357 */
/* /local/templates/savingsim_new/css/rentincomepro.css?17806533671007 */
/* /local/templates/savingsim_new/components/bitrix/news.list/main_tiser_blocks_new/style.css?17806488877638 */
/* /local/templates/savingsim_new/components/bitrix/news.list/table_new/style.css?17648593351863 */
/* /local/templates/savingsim_new/components/bitrix/system.pagenavigation/tableRowAdd/style.css?1753774545579 */
/* /local/templates/savingsim_new/components/bitrix/news.list/scha_new/style.css?17648593352328 */
/* /local/templates/savingsim_new/components/bitrix/system.pagenavigation/main/style.css?17562280274601 */
/* /local/templates/savingsim_new/components/bitrix/news.list/report_new/style.css?17806488873555 */
/* /local/templates/savingsim_new/components/bitrix/news.list/report_new_gray/style.css?17806488873059 */
/* /local/templates/savingsim_new/components/bitrix/news.list/structure/style.css?17806488876878 */
/* /local/templates/savingsim_new/components/bitrix/news.list/scha_new_grafik/style.css?1753774544535 */
