

/* Start:/local/templates/new/components/bitrix/news.list/question.answer/style.css?178539941837992*/
.section__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
}

.form__control-select {
    width: 100%;
}

.form__control-select select {
    padding: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png");
    background-position: right 12px center;
    /*Positioning*/
    background-repeat: no-repeat;
    background-size: 12px;
}

.form__actions {
    margin-left: auto;
    width: 360px;
}

.form__submit {
    display: block;
    width: 100%;
}

.form__description {
    margin-top: 25px;
    color: #666666;
}

.form__description:before {
    content: "*";
    color: tomato;
    font-size: 15px;
    margin-right: 3px;
}

.questions__select {
    border: 1px solid #cdd5e5;
    color: #222222;
    border-radius: 3px;
    font-family: "Arial";
    font-size: 15px;
    background: #fff;
    max-width: 286px;
    display: none;
}

.questions__tab {
    position: relative;
    height: 33px;
    /*background: rgba(120, 171, 188, 0.1);*/
    width: 19%;
    margin-right: 1%;

    border-radius: 5px;
    vertical-align: middle;
    color: #070E13;
    border: solid 1px #EFEFEF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.questions__tab:hover {
    cursor: pointer;
}

.questions__tab img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.questions__tab .heading {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*padding: 0 41px;*/
    z-index: 1;
}

.questions__tab .heading h6 {
    max-width: 100%;
    text-align: center;
    color: #73A8BA;
    font-size: 16px;
    line-height: 1.3;
}
#common-tab.questions__tab.active .heading h6 {
    color: #73A8BA;
}

.questions__tab.active .heading h6 {
    width: 100%;
    /*color: white;*/
}

.questions__tab.active {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    /*background: #73A8BA;*/
    border: solid 1px #73A8BA;
    transition: .5s;
}

.questions__tab:not(.active):hover {
    /*border: solid 1px #73A8BA;*/
}

.questions__faq {
    /*margin-top: 43px;*/
    display: none;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.questions__faq_active {
    display: block;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}


.questions__accordion.active {
    border: none;
}

/*.questions__accordion.active:after {*/
/*    content: "";*/
/*    background: transparent url("/local/templates/new/components/bitrix/news.list/question.answer/img/arrow_up.svg") no-repeat;*/
/*    width: 23px;*/
/*    height: 12px;*/
/*    font-weight: bold;*/
/*    float: right;*/
/*    margin-left: 5px;*/
/*    bottom: 50%;*/
/*    -webkit-transform: translate(0, 50%);*/
/*    transform: translate(0, 50%);*/
/*}*/

.questions__accordion:hover {
    background-color: #F5F9FB;
    border-color: #F5F9FB;
}

/*.questions__accordion:after {*/
/*    content: "";*/
/*    background: transparent url("/local/templates/new/components/bitrix/news.list/question.answer/img/arrow_down.svg") no-repeat;*/
/*    width: 23px;*/
/*    height: 12px;*/
/*    font-weight: bold;*/
/*    float: right;*/
/*    margin-left: 5px;*/
/*    bottom: 50%;*/
/*    -webkit-transform: translate(0, 50%);*/
/*    transform: translate(0, 50%);*/
/*}*/

.questions__panel {
    padding: 0;
    background-color: white;
    /*color: #73A8BA;*/
    font-weight: 400;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

.questions__panel img {
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    width: 100%;
    height: 100%;
}

.questions__panel ul {
    padding: 0;
}

.questions__panel ul li {
    list-style: disc;
    list-style-type: disc;
    margin-bottom: 10px;
    color: #666666;
    font-size: 15px;
    line-height: 1.6;
}

.questions__panel li {
    list-style: disc outside none;
    display: list-item;
    margin-left: 30px;
}

.questions__panel ol {
    list-style: decimal;
}

.questions__panel b,
.questions__panel strong {
    font-family: "Arial";
    margin-bottom: 10px;
}

.section {
    padding: 0;
}

.section__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 70% 30%;
    grid-template-columns: 100% 0%;
    max-width: 100%;
}

.section__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
}

.section__left {
    margin-right: 130px;
    -ms-grid-column: 1;
    max-width: 100%;
    width:100% !important;
    grid-column: 1;
}

.section__right {
    -ms-grid-column: 2;
    max-width: 100%;
}

.section.over-width {
    width: 1710px;
    position: relative;
    margin-left: -95px;
    padding: 1px;
}

a.heading:hover {
    text-decoration: none;
}
.questions__faq {
    margin-top: 30px;
}

@media (max-width: 1904px) {
    .section__left {
        margin-right: 50px;
    }

    .section.over-width {
        width: 1180px;
        position: relative;
        margin-left: -50px;
        padding: 5px;
    }

    .questions__tab .heading {
        padding: 0 20px;
    }

    .questions__tab .heading h6 {
        font-size: 15px;
    }

    .questions__accordion {
        font-size: 18px;
        padding: 20px 0;
    }

    .questions__panel {
        font-size: 15px !important;
    }
}

@media (max-width: 1880px) {
    .questions__tab {
        height: 53px;
    }
}

@media (max-width: 1024px) {
    .section__grid {
        display: -ms-grid;
        display: grid;
        /*grid-template-columns: 67% 33%;*/
        grid-template-columns: 100% 0;
        -ms-grid-columns: 67% 33%;
    }

    .section__left {
        margin-right: 4rem;
    }

    .section.over-width {
        width: 94rem;
        position: relative;
        margin-left: -4rem;
        padding: 0 5rem;
        padding-top: 0.01rem;
    }

    .questions__tab .heading {
        padding: 0 1.5rem;
    }

    .questions__tab .heading h6 {
        font-size: 13px;
    }

    .questions__faq {
        margin-top: 2rem;
    }

    .questions__accordion {
        font-size: 1.5rem;
        padding: 2rem 0;
    }

    .questions__panel {
        font-size: 15px !important;
    }

    .questions__select {
        display: block;
        max-width: 100%;
        width: 100%;
    }

    .questions__tab {
        padding: 0;
        position: relative;
        width: 100%;
        height: 200px;
        display: none;
        margin-top: 2rem;
    }
}

@media (max-width: 768px) {
    .section.over-width {
        width: 71.4rem;
        margin-left: -3rem;
        padding: 0 3rem;
        padding-top: 0.01rem;
    }

    .section__left {
        margin-right: 3.2rem;
    }

    .questions__tab {
        width: 12.4rem;
        height: 12rem;
    }

    .questions__tab .heading {
        padding: 0 1.5rem;
    }

    .questions__tab .heading h6 {
        font-size: 1.3rem;
    }

    .questions__faq {
        margin-top: 1rem;
    }

    .questions__accordion {
        font-size: 1.5rem;
        padding: 2rem 10rem 2rem 0;
    }

    .questions__accordion.active {
        border: none;
    }

    /*.questions__accordion.active:after {*/
    /*    margin-right: -10rem;*/
    /*}*/

    /*.questions__accordion:after {*/
    /*    margin-right: -10rem;*/
    /*}*/

    .questions__panel {
        font-size: 15px !important;
    }
}

@media (max-width: 768px) {
    .section__left {
        margin-right: 0;
    }

    .section__grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }

    .section__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .section.over-width {
        width: calc(112%);
        margin-left: -6%;
        padding: 0.3rem 4rem 0.3rem 2rem;
    }

    .section.over-width--mob-no-scale {
        width: 94rem;
    }

    .questions__tab img {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .questions__tab .heading h6 {
        margin: 0 auto;
        text-align: center;
        color: white;
        font-size: 2.2rem;
        line-height: 1.3;
        font-family: "Arial";
    }

    .questions__tab.active {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        position: relative;
        display: none;
        border: none;
    }

    .questions__tab.active:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(295.92deg, #001e5a 36.05%, rgba(255, 107, 0, 0.25) 78.83%);
        opacity: 0.6;
    }

    .questions__accordion {
        font-size: 1.5rem;
        padding: 2rem 4rem 2rem 0;
    }

    .questions__accordion.active {
        border: none;
    }

    /*.questions__accordion.active:after {*/
    /*    margin-right: -4rem;*/
    /*}*/

    /*.questions__accordion:after {*/
    /*    margin-right: -4rem;*/
    /*}*/
}

.questions-wrapper {
    /*max-width: 700px;*/
    padding: 0 0 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.fund-structure__list {
    max-width: 100%;
}

.questions-panel {
    font-size: 15px !important;
}

.questions-wrapper > div:not(.arrow-group.down) {
    width: 100%;
}
.questions-wrapper.is-tablet {
    display: none;
    width: 480px;
}
.questions-wrapper.is-desktop {
    width: 703px;
    display: none;
}
.questions-wrapper.is-desktop.diagram {
    margin: 0;
}
.questions-wrapper.is-tablet.diagram {
    margin-left: 90px;
}
.questions-wrapper.is-mobile {
    width: 320px;
    display: none;
}

.questions-title.strong {
    font-weight: 700;
}
/*
Old items
 */

.questions-wrapper.is-tablet {
    display: none;
    width: 480px;
}
.questions-wrapper.is-desktop {
    width: 724px;
    display: none;
}
.questions-wrapper.is-mobile {
    width: 320px;
    display: none;
}

.questions-row {
    display: flex;
}
.questions-row.content-in-end {
    justify-content: flex-end;
}

.questions-fallback {
    height: 20px;
}
.questions-fallback.large {
    width: 257px;
}

.questions-fallback.middle {
    width: 95px;
}

.questions-text {
    width: 165px;
    font-size: 13px;
    color: #000000;
    height: 132px;
    display: flex;
    align-items: center;
}
.questions-text.right {
    text-align: right;
}
.questions-text.left {
    text-align: left;
}
.questions-text.left.small {
    height: 50px;
    width: 50px;
    margin-left: 20px;
}
.questions-text.left.large {
    width: 208px;
    height: 65px;
}

.questions-text.left.large.w-224 {
    width: 224px;
}

.questions-text + .arrow-group.down {
    margin-left: 17px;
    margin-right: 17px;
}
.questions-text.with-ref {
    position: relative;
}
.questions-text.with-ref::before {
    content: "";
    position: absolute;
    border: 1px dotted #000000;
}
.questions-text.with-ref.up.to-left::before {
    width: 25px;
    height: 59px;
    top: -39px;
    left: -33px;
    border-top: none;
    border-right: none;
}
.questions-text.with-ref.up.to-left.tablet {
    width: 222px;
}
.questions-text.with-ref.down.to-left.with-margin {
    margin-bottom: 30px;
}
.questions-text.with-ref.down.to-left::before {
    width: 40px;
    height: 109px;
    border-bottom: none;
    border-right: none;
    top: 19px;
    left: -48px;
}
.questions-text.with-ref.down.to-left.tablet {
    width: 220px;
    margin-bottom: -12px;
}
.questions-text.with-ref.down.to-left.tablet::before {
    height: 119px;
    left: -40px;
}

.blue-box {
    width: 197px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(120, 171, 188,0.3);
    border: 1px solid #73A8BA;
    font-weight: bold;
    font-size: 15px;
    color: #000000;
    border-radius: 14px;
    text-align: center;
}
.blue-box__small {
    font-weight: normal;
    height: 55px;
    border-top: none;
    text-align: center;
}
.blue-box__small span {
    max-width: 160px;
    text-align: center;
}
.blue-box__small-is-mobile {
    width: 150px;
    font-size: 14px;
}
.blue-box__is-mobile {
    width: 150px;
    height: 80px;
    font-size: 14px;
}

.line {
    border: 1px solid #585B88;
    background: #585B88;
}
.line.vertical {
    height: 13px;
    width: 1px;
}
.line.gorisontal {
    width: 13px;
    height: 2px;
}



.arrow {
    position: relative;
    height: 20px;
    width: 1px;
    border: 1px solid #585B88;
    background: #585B88;
}
.arrow.gorisontal {
    transform: rotateZ(-90deg);
    margin-left: 8px;
    margin-right: 9px;
}
.arrow::after, .arrow::before {
    content: "";
    position: absolute;
    bottom: -3px;
    border: 1px solid #585B88;
    background: #585B88;
    height: 14px;
    width: 1px;
    border-radius: 2px;
}
.arrow::before {
    left: 4px;
    transform: rotateZ(45deg);
}
.arrow::after {
    right: 4px;
    transform: rotateZ(-45deg);
}

.circle {
    width: 20px;
    height: 20px;
    font-size: 14px;
    border-radius: 50%;
    color: #585B88;
    border: 1px solid #585B88;
    display: grid;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle.is-mobile {
    font-size: 12px;
}

.arrow-group {
    display: flex;
    width: max-content;
}
.arrow-group.down {
    flex-direction: column;
    align-items: center;
    margin-left: 90px;
}
.arrow-group.down.is-mobile {
    margin-left: 65px;
}
.arrow-group.right {
    height: max-content;
    display: flex;
    align-items: center;
    margin-top: 37px;
}
.arrow-group.left {
    height: max-content;
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.arrow-group.left .arrow {
    transform: rotateZ(90deg);
}
.arrow-group.up {
    flex-direction: column;
}
.arrow-group.up .arrow {
    transform: rotate(180deg);
}

.cards-variants {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
.cards-variants__item {
    min-height: 300px;
    height: auto;
    width: 330px;
    padding: 24px;
    background: rgba(120, 171, 188,0.3);
    border: 1px solid #73A8BA;
    border-radius: 14px;
}
.cards-variants__item .card-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.cards-variants__item .card-header .card-logo {
    width: 52px;
    height: 56px;
    background: url("/local/templates/new/components/bitrix/news.list/question.answer/img/css_sprite_1.png");
}
.cards-variants__item .card-header .card-title {
    font-weight: 700;
    font-size: 15px;
    color: #73A8BA;
    width: 77%;
}
.cards-variants__item p {
    font-weight: normal;
    font-size: 13px;
    color: #73A8BA;
    margin-bottom: 0;
}
.cards-variants__item .list__item {
    margin-left: 15px;
    margin-bottom: 8px;
    position: relative;
    margin-bottom: 0 !important;
}
.cards-variants__item .list__item::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -15px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #585B88;
}
.cards-variants__item:nth-child(1) {
    margin-right: 20px;
}
.cards-variants__item:nth-child(1) .card-logo {
    background-position: -10px -10px;
}
.cards-variants__item:nth-child(2) .card-logo {
    background-position: -80px -10px;
}
.scope-application {
    width: 100%;
}

.scope-application__list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.scope-application__list .list-item {
    display: flex;
    align-items: center;
    margin-bottom: 27px;
    margin-right: 22px;
}
.scope-application__list .list-item .logo {
    max-height: none;
}
.scope-application__list .list-item .logo {
    width: 50px;
    height: 50px;
    background: url("/local/templates/new/components/bitrix/news.list/question.answer/./img/css_sprite_1.png");
}
.scope-application__list .list-item .title {
    width: 147px;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    margin-left: 11px;
}
.scope-application__list .list-item:nth-child(1) .logo {
    background-position: -148px -155px;
}
.scope-application__list .list-item:nth-child(2) .logo {
    background-position: -12px -221px;
}
.scope-application__list .list-item:nth-child(3) .logo {
    background-position: -10px -155px;
}
.scope-application__list .list-item:nth-child(4) .logo {
    background-position: -148px -86px;
}
.scope-application__list .list-item:nth-child(5) .logo {
    background-position: -79px -155px;
}
.scope-application__list .list-item:nth-child(6) .logo {
    background-position: -220px -78px;
}
.scope-application__list .list-item:nth-child(7) .logo {
    background-position: -79px -86px;
}
.scope-application__list .list-item:nth-child(8) .logo {
    background-position: -10px -86px;
}
.scope-application__list .list-item:nth-child(9) .logo {
    background-position: -219px -10px;
}
.scope-application__list .list-item:nth-child(10) .logo {
    background-position: -151px -12px;
}

.scope-application__list .list-item:nth-child(11) .logo {
    background-position: -115px -215px;
}

.fund-structure {
    width: 100%;
}

.fund-structure__list {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
/*.fund-structure__item {*/
/*    width: 182px;*/
/*    height: 431px;*/
/*    padding: 20px 23px;*/
/*    background: rgba(120, 171, 188,0.3);*/
/*    border: 1px solid #73A8BA;*/
/*    border-radius: 29px;*/
/*}*/

.fund-structure__item {
    width: 300px;
    /*height: 431px;*/
    padding: 0;
    background: #fff;
    border: 1px solid #73A8BA;
    border-radius: 29px;
    overflow: hidden;
    margin-right:20px;

}



.fund-structure__item:first-child {
    /*background: #73A8BA;*/
    /*border: 1px solid #73A8BA;*/
    background: #fff;
    border: 1px solid #cacbcd;
}
.fund-structure__item:nth-child(2) {
    /*background: #73A8BA;*/
    /*border: 1px solid #73A8BA;*/
    background: #fff;
    border: 1px solid #cacbcd;
}
.fund-structure__item:nth-child(3) {
    /*border: 1px solid rgba(120, 171, 188, .3);*/
    background: #fff;
    border: 1px solid #cacbcd;
}
.fund-structure__item .title {
    color: black;
    text-align: center;
    font-weight: 700;
    min-height: 35px;
    padding: 15px 25px;
    background: #f8f8f8;
    margin-bottom:20px;
    line-height:20px;
}
/*.fund-structure__item:first-child .title,*/
/*.fund-structure__item:nth-child(2) .title {*/
/*    color: #fff;*/
/*}*/
.fund-structure__item .subtitle {
    font-weight: 400;
    font-size: 13px;
    color: #585B88;
    text-align: center;
    line-height: 17px;
    min-height: 35px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.fund-structure__item:first-child .subtitle,
.fund-structure__item:nth-child(2) .subtitle {
    color: #fff;
}
.fund-structure__item .list__item {
    text-align: left;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #000 !important;
    margin-left: 0;
    position: relative;
    margin-bottom: 0;
    padding-bottom:10px;

}
.fund-structure__item:first-child .list__item,
.fund-structure__item:nth-child(2) .list__item {
    color: #fff;
}
.fund-structure__item .list__item::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #73A8BA;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: -15px;
    display:none;
}
/*.fund-structure__item .scheme .icon {*/
/*    width: 21px;*/
/*    height: 24px;*/
/*    background: url("/local/templates/new/components/bitrix/news.list/question.answer/./img/css_sprite_1.png") -73px -222px;*/
/*}*/

.fund-structure__item .scheme .icon {
    width: 21px;
    height: 24px;
    background: url("/local/templates/new/components/bitrix/news.list/question.answer_child/img/member-icon-white.svg");
}


/*.fund-structure__item:nth-child(3) .submanagement .scheme .icon {
    background-position: -218px -157px;
}*/
.fund-structure__item:first-child .scheme .icon.is-dark,
.fund-structure__item:nth-child(2) .scheme .icon.is-dark {
    background: url("/local/templates/new/components/bitrix/news.list/question.answer/./img/member-icon-white.svg");
}
.fund-structure__item .scheme.with-four-icon {
    display: flex;
    justify-content: center;
    width: 75%;
    margin: 0 auto;
    padding: 24px 0;
    margin-bottom: 17px;
    position: relative;
}
.fund-structure__item .scheme.with-four-icon .icons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 24px 0;
    margin-bottom: 17px;
    position: relative;
}
.fund-structure__item .scheme.with-single-icon {
    display: flex;
    justify-content: center;
}
.fund-structure__item .scheme.with-single-icon.column {
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.fund-structure__item .scheme.with-single-icon.column .subtitle {
    font-size: 11px;
}
.fund-structure__item .submanagement {
    display: flex;
    justify-content: space-around;
    margin-top: -10px;
    margin-bottom: 20px;
    /*margin-left: -10px;
    margin-right: -20px;*/
}
.fund-structure__item .submanagement__item {
    width: 72px;
}

/*.fund-structure__item .submanagement__item .subtitle {
    max-width: 50px;
}*/

.start-work .start-work-img {
    height: 88px;
    background: url("/local/templates/new/components/bitrix/news.list/question.answer/./img/Frame625.svg") no-repeat -25% 50%;
    background-size: contain;
    margin-bottom: 10px;
}

.donations {
    width: 100%;
}

.donations .questions-image {
    height: 44px;
    margin: 10px 0;
}

.donations .questions-image.donations-img-2 {
    height: 55px;
}

.donations .questions-image.donations-img-3 {
    height: 40px;
}

.donations .questions-image:first-child {
    margin: 20px 0 20px 0;
}

.donations-img-1 {
    background: url("/local/templates/new/components/bitrix/news.list/question.answer/./img/Frame637.svg") left center no-repeat;
    background-size: contain;
}
.donations-img-2 {
    background: url("/local/templates/new/components/bitrix/news.list/question.answer/./img/Frame641.svg") left center no-repeat;
    background-size: contain;
}
.donations-img-3 {
    background: url("/local/templates/new/components/bitrix/news.list/question.answer/./img/Frame633.svg") left center no-repeat;
    background-size: contain;
    max-width: 350px;
}

.reporting__item {
    display: flex;
    margin-bottom: 15px;
}
.reporting__item .right {
    margin-left: 0;
}
.reporting__item .logo {
    width: 50px;
    height: 48px;
    background: url("/local/templates/new/components/bitrix/news.list/question.answer/./img/css_sprite_3.png");
    max-height: none;
}
.reporting__item .title {
    color: #000000;
    font-size: 15px !important;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}
.reporting__item .list__item {
    font-size: 17px;
    color: #666666;
    margin-top: 10px;
    margin-left: 15px;
    position: relative;
}
.reporting__item .list__item::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 0;
    background-color: #000000;
    top: 7px;
    left: -15px;
}
.reporting__item:nth-child(1) .logo {
    background-position: -10px -78px;
}
.reporting__item:nth-child(2) .logo {
    background-position: -80px -10px;
}
.reporting__item:nth-child(3) .logo {
    width: 57px;
    background-position: -10px -10px;
}

.fund-income-img {
    height: 103px;
    background: url("/local/templates/new/components/bitrix/news.list/question.answer/./img/fund_income.svg") left center no-repeat;
    margin: 35px 0;
    background-size: contain;
}

.expenses-fund .cards__list {
    display: flex;
    /*justify-content: space-between;*/
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.expenses-fund .cards__item {
    min-height: 300px;
    height: auto;
    width: 45%;
    padding: 24px;
    background: rgba(120, 171, 188,0.3);
    border: 1px solid #73A8BA;
    border-radius: 14px;
}

.expenses-fund .cards__item:nth-child(1) {
    margin-right: 20px;
}

.expenses-fund .cards__item-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 23px;
    min-height: 57px;
}
.expenses-fund .cards__item-header .logo {
    background: url("/local/templates/new/components/bitrix/news.list/question.answer/./img/css_sprite_4.png");
}
.expenses-fund .cards__item-header .logo.large {
    width: 57px;
    height: 57px;
    background-position: -10px -10px;
}
.expenses-fund .cards__item-header .logo.middle {
    width: 57px;
    height: 49px;
    background-position: -153px -10px;
}
.expenses-fund .cards__item-header .title {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    margin-left: 15px;
}
.expenses-fund .cards__item-content .content {
    margin-bottom: 10px;
}
.expenses-fund .cards__item-content .list__item {
    margin-left: 15px;
    position: relative;
    margin-bottom: 15px;
}
.expenses-fund .cards__item-content .list__item::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #73A8BA;
    top: 10px;
    left: -15px;
}
.expenses-fund .cards__item-content .paragraph-with-image {
    display: flex;
    margin-top: 20px;
}
.expenses-fund .cards__item-content .paragraph-with-image .image {
    width: 56px;
    height: 49px;
    background: url("/local/templates/new/components/bitrix/news.list/question.answer/./img/css_sprite_4.png");
    background-position: -10px -87px;
}
/*.expenses-fund .cards__item-content .paragraph-with-image .image.percent {
    background-position: -87px -10px;
}*/
.expenses-fund .cards__item-content .paragraph-with-image .text {
    margin-left: 15px;
    width: calc(100% - 60px);
}
.expenses-fund .expenses-images {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.expenses-fund .expenses-image {
    height: 60px;
    width: 320px;
    background: url("/local/templates/new/components/bitrix/news.list/question.answer/./img/expenses_fund.svg") no-repeat;
}
.expenses-fund .expenses-image:last-child {
    background-position: -375px 0;
}

.card-content .list .list__item:last-child{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.borderedIcons {
    border: 2px solid #cacbcd;
    padding: 20px;
    border-radius: 9px;
    position:relative;
    padding: 28px 0 !important;
}

.icons_cont .icon:nth-child(3) {
    width: 26px !important;
    height: 29px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.fund-structure__item .scheme.with-four-icon .icons{
    align-items:center;
    margin: 0;
}

.fund-structure__item:first-child .subtitle,.fund-structure__item:nth-child(2) .subtitle {
    color: #8286b7 !important;
    text-transform: uppercase;
    font-size: 10px;
}

.list {
    padding: 0 30px;
    margin-bottom: 20px;
}

.fund-structure__item .list__item {
    text-align: center;
}

.blue_tire {
    color: #8286b7;
    font-weight: bold;
    margin-right: 5px;
}

.fund-structure__item .scheme.with-four-icon.oneicon {
    width: 53px;
}

.fund-structure__item .scheme.with-four-icon.oneicon .icons{
    display: flex;
    justify-content: center;
    width: 115% !important;
    background: #fff;
    left: -12px;
    right: 0;
    position: absolute;
    top: 6px;
    padding: 9px 6px;
}

.flex_row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
}

.flex_row_subtitle {
    width: 55%;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
    color: #8286b7;
}

.other_icon{
    width: 68px !important;
}

.other_icon .icon.is-dark:first-child {
    margin-right: 9px;
}

.list_item_text {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #000 !important;
    padding: 0 30px;
    text-align: center;
}

.materials__item:before{
    display:none;
}

.materials__item {
    display: flex;
    align-items: center;
}

span.materials__icon {
    margin-right: 15px;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .line.vertical {
        height: 18px;
    }

    .questions-text.left {
        margin-top: 5px;
    }
    .questions-text.left.large {
        width: 225px;
    }

    .questions-text.with-ref.up.to-left:not(.with-margin)::before {
        width: 25px;
        height: 45px;
        top: -25px;
        left: -30px;
    }

    .questions-text.with-ref.down.to-left.with-margin::before {
        height: 130px !important;
        width: 30px;
        left: -32px;
    }
}

@media only screen and (min-width: 621px) and (max-width: 1279px) and (min-height: 1021px) {
    .questions-wrapper.is-tablet {
        display: block;
    }
}
@media screen and (min-width: 1280px) {
    .questions-wrapper.is-desktop {
        display: block;
    }
}
@media only screen and (max-width: 1279px) {
    .cards-variants {
        flex-direction: row;
        align-items: stretch;
        max-width: 100%;
    }
    /*.cards-variants__item {
        width: 100%;
    }*/
    .cards-variants__item:nth-child(1) {
        margin-right: 20px;
        margin-bottom: 0;
    }

    .fund-structure {
        max-width: 540px;
        margin: 0 auto;
    }
    .fund-structure__list {
        flex-direction: column;
    }
    .fund-structure__item {
        /*width: 100%;*/
        width: auto;
        display: flex;
        justify-content: space-between;
        height: auto;
        padding-bottom: 0;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }
    .fund-structure__item .top {
        width: 45%;
    }
    .fund-structure__item .list {
        width: 55%;
        min-width: 200px;
    }
    .reporting__item:nth-child(3) .logo {
        width: 75px;
    }
    .reporting__item:nth-child(2) .logo {
        width: 60px;
    }
}
@media screen and (max-width: 1050px) {
    .scope-application {
        max-width: 540px;
        margin: 0 auto;
    }

    .expenses-fund__cards .cards__list {
        flex-direction: column;
        max-width: 100%;
    }
    .expenses-fund__cards .cards__item {
        margin-right: 0;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto !important;
        width: 100%;
        height: max-content;
        box-sizing: border-box;
    }
    .expenses-fund__cards .cards__item .paragraph-with-image .text {
        width: 100%;
    }
}

@media only screen and (max-width: 1300px) {
    /*.questions__panel{*/
    /*    max-height:fit-content !important*/
    /*}*/
}

@media only screen and (max-width: 900px) {
    .cards-variants__item {
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }
    .cards-variants__item {
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    .cards-variants__item {
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }
    .cards-variants__item {
        width: 100%;
    }
}

@media only screen and (max-width: 620px) and (max-height: 1020px),
(max-height: 620px) and (max-width: 1020px) {
    body {
        position: relative;
    }

    .questions-modal-image-wrapper {
        position: fixed;
        z-index: 1002;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, .6);
    }

    .questions-modal-image-wrapper .modal-image-body {
        width: auto;
        height: auto;
        border: 1px dashed yellowgreen;
        max-width: 120%;
        max-height: 120%;
        overflow: scroll;
    }
    .questions-modal-image-wrapper .modal-image-body img {
        display: block;
        width: 100vw;
        height: auto;
    }
    .questions-modal-image-wrapper .modal-image-body .btn-close {
        width: 24px;
        height: 24px;
        position: absolute;
        right: 35px;
        top: 100px;
        z-index: 3;
    }

    .questions-wrapper {
        padding: 20px;
    }

    .questions-wrapper.is-mobile {
        display: block;
        height: 200px;
        /*background: url("/local/templates/new/components/bitrix/news.list/question.answer/./img/mobile_schema.png") no-repeat 50% / contain;*/
    }

    /*.questions-title {
        font-size: 13px;
    }*/

    .reporting__item {
        /*justify-content: center;*/
    }
    .reporting .right {
        /*max-width: 200px;*/
        width: 80%;
    }

    .fund-income-img {
        height: 60px;
    }

    .expenses-images {
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width: 450px) {
    .fund-structure__item {
        flex-direction: column;
        align-items: center;
    }
    .fund-structure__item .top,
    .fund-structure__item .list {
        width: 95%;
    }
    .fund-structure__item .submanagement {
        justify-content: space-around;
    }

    .start-work .start-work-img {
        height: 50px;
    }

    .donations-img-1,
    .donations-img-2,
    .donations-img-3 {
        max-width: 240px;
    }

    .expenses-fund__cards .cards__item .paragraph-with-image .text {
        width: 150px;
    }
}
@media screen and (max-width: 340px) {
    .expenses-fund .cards__item-header .logo.middle {
        width: 80px;
    }
}

@media screen and (min-width: 1894px) {
    .start-work .start-work-img {
        background-position-x: -15%;
    }
}

/*
New items
 */
.questions-image.management-company, .questions-image.managing-funds {
    width: 100%;
    height: 52px;
    margin-bottom: 10px;
}
.questions-image.management-company {
    background: url("/local/templates/new/components/bitrix/news.list/question.answer/img/management-company.svg") left center no-repeat;
    background-size: contain;
}
.questions-image.managing-funds {
    background: url("/local/templates/new/components/bitrix/news.list/question.answer/img/managing-funds.svg") left center no-repeat;
    background-size: contain;
}

.questions-wrapper.schema img{
    max-width: 50% !important;
    max-height: 50% !important;
}

.expenses-fund_box_title {
    color: #73A8BA;
    font-size: 18px;
    margin-bottom: 10px;
    height:30px;
}
.expenses-fund_boxes {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
}

.expenses-fund_box_content {
    border: 1px solid #73A8BA;
    height: calc(100% - 35px);
    padding: 20px;
}

.expenses-fund_box_wrap {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 30%;
}

.round_fill {
    background: #E4E4F3;
    padding: 20px 30px;
    border-radius: 30px;
}

.round_fill.no_fill {
    background: transparent;
}

.expenses-fund_box_content_box {
    display: flex;
    flex-flow: row;
    align-items: center;
}

.round_container {
    width: 80px;
    border: 1px solid #73A8BA;
    border-radius: 50%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    background: #fff;
    margin-right: 20px;
}

.round_label {
    font-size: 1.2em;
    width: calc(100% - 100px);
}

.ili {
    margin: 20px 0;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 1.2em;
}

.fund-structure__item-head {
    width: 100%;
}

@media only screen and (max-width: 1366px) {
    .expenses-fund_box_wrap {
        width: 36%;
    }
}

@media only screen and (max-width: 1200px) {
    .expenses-fund_box_wrap {
        width: 50%;
    }
}

@media only screen and (max-width: 870px) {
    .round_label {
        font-size: 0.8em;
    }
    .ili {
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 800px) {
    .expenses-fund .cards__item-header .title {
        font-size: 24px;
    }
    .expenses-fund .cards__item-content .paragraph-with-image .image {
        width: 78px;
        height: 49px;
    }
}

@media only screen and (max-width: 700px) {
    .expenses-fund_box_wrap {
        width: 100%;
        margin-right: 0;
        margin-bottom: 77px;
    }

    .expenses-fund_boxes {
        flex-wrap: wrap;
    }

}

@media only screen and (max-width: 620px) {
    .questions-wrapper {
        padding: 20px;
    }

    /*.questions-title {
        font-size: 13px;
    }*/
}


@media only screen and (max-width: 500px) {
    .expenses-fund .cards__item-header .logo.middle {
        width: 119px;
    }
}



/* End */


/* Start:/local/templates/new/components/bitrix/system.pagenavigation/.default/style.css?17448017064374*/
.bx_pagination_bottom *{vertical-align: baseline;}
.bx_pagination_bottom{
	color: #070E13;
	font-size:15px;
}

.bx_pagination_bottom .bx_pagination_section_one{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 120px;
}
.bx_pagination_bottom .bx_pagination_section_two{
	float: right;
	text-align: right;
}
.bx_pagination_bottom .bx_pg_section{
	display: inline-block;
	height: 30px;
	vertical-align: top;
	line-height: 30px;
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block;}
.bx_pagination_bottom .bx_pagination_select_container select{
	position: relative;
	margin: 2px 20px 2px 10px;
	padding: 1px 25px 3px 5px;
	height: 22px;
	outline: none;
	border: 1px solid #e0e0e0;
	border-radius: 1px;
	background: #fff url(/local/templates/new/components/bitrix/system.pagenavigation/.default/images/select_arrow.png) no-repeat right center;
	color: #8d8d8d;
	font-size: 11px;
	line-height: 16px;
	resize: none;
	-webkit-appearance: none;
}
@-moz-document url-prefix(){
	.bx_pagination_bottom .bx_pagination_select_container select{
		background: #fff !important;
		padding-right: 5px;
	}
}


.bx_pagination_bottom .bx_pagination_page {
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	color: #070E13;
	font-size:15px;
}
.bx_pagination_bottom .bx_pagination_page ul{
	display: flex;
	margin: 0;
	padding: 0;
}
.bx_pagination_bottom .bx_pagination_page li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #FFFFFF;
	text-align: center;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #070E13;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a:hover{color: #555;}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	background: #73A8BA;
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: flex;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px;}


.bx_pagination_bottom .bx_wsnw{white-space: nowrap;}




/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom .bx_pagination_section_one{ }
	.bx_pagination_bottom .bx_pagination_section_two{
		float: none;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 47%;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0 !important;
		width: 90%;
	}
	.bx_pagination_bottom .bx_pg_section{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;height: auto;text-align: center;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	.bx_pagination_bottom .bx_pg_text{
		display: inline-block;
		width: 50%;
	}
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}

	.bx_pagination_bottom .bx_pagination_page li{
		font-size:12px;
		width: 30px;
		height: 30px;
	}
}
/*5*/
@media (max-width:320px){
}

.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* End */


/* Start:/local/templates/new/components/bitrix/news.list/endowments_stat/style.css?17853994182197*/
.endowments_stat  .endowments_stat-list {
    width: 66%;
    display: flex;
    flex-wrap: wrap;
}
.endowments_stat .endowments_stat-list .endowments_stat-item {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.endowments_stat-item .title {
    font-weight: 500;
    font-size: 70px;
    line-height: 110%;
    color: #52648A;
    margin-bottom: 0;
}
.endowments_stat-item .title span {
    font-weight: 700;
    font-size: 34px;
    line-height: 120%;
    color: #52648A;
    margin-bottom: 0;
}
.endowments_stat-item .subtitle {
    font-weight: 700;
    font-size: 19px;
    line-height: 160%;
    color: #52648A;
    margin-bottom: 0;
}
.endowments_stat-item .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #070E13;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .endowments_stat .endowments_stat-list {
        align-content: space-between;
    }
    .endowments_stat-item .title {
        font-size: 45px;
        margin-bottom: 10px;
    }
    .endowments_stat-item .title span {
        font-size: 26px;
    }
    .endowments_stat-item .subtitle {
        font-size: 18px;
        line-height: 120%;
        margin-bottom: 5px;
    }
    .endowments_stat-item .text {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .endowments_stat  .endowments_stat-list {
        gap: 5px;
        width: 100%;
        margin-bottom: 24px;
    }
    .endowments_stat .endowments_stat-list .endowments_stat-item {
        align-items: center;
        width: 47%;
    }
    .endowments_stat .endowments_stat-list .endowments_stat-item:nth-child(1),
    .endowments_stat .endowments_stat-list .endowments_stat-item:nth-child(2) {
        margin-bottom: 0;
    }
    .endowments_stat-item .title {
        font-size: 35px !important;
        margin-bottom: 10px;
    }
    .endowments_stat-item .title span {
        font-size: 23px !important;
    }
    .endowments_stat-item .subtitle {
        font-size: 16px !important;
    }
    .endowments_stat-item .text {
        font-size: 13px !important;
        text-align: center;
    }
}
/* End */


/* Start:/local/templates/new/components/bitrix/news.list/endowments_forensics/style.css?17853994183172*/
.endowments_forensics-card--list {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.endowments_forensics-card--list .card--item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    border-radius: 13px;
    padding: 34px 20px 20px 34px;
    background: #F5F9FB;
}
.endowments_forensics-card--list .card--item .title {
    font-weight: 700;
    font-size: 19px;
    line-height: 160%;
    color: #070E13;
    height: 100%;
    width: 100%;
    margin-bottom: 0;
}
.endowments_forensics-card--list .card--item img {
    width: 50px;
    height: 50px;
}
.endowments_forensics-card--list .card--item.card--item__big {
    padding: 34px;
    flex-direction: column;
    grid-row: span 2;
    gap: 30px;
}
.endowments_forensics-card--list .card--item.card--item__big .title {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;

}
.endowments_forensics-card--list .card--item.card--item__big img {
    width: 129px;
    height: 129px;
}

@media (max-width: 991px) {
    .endowments_forensics-card--list {
        grid-auto-flow: row;
        grid-template-columns: repeat(2, 1fr);
    }

    .endowments_forensics-card--list .card--item.card--item__big {
        grid-row: auto;
        grid-column: 1 / -1;
    }

    .endowments_forensics-card--list .card--item {
        padding: 24px;
    }

    .endowments_forensics-card--list .card--item .title {
        font-size: 18px;
        line-height: 120%;
    }
    .endowments_forensics-card--list .card--item img {
        width: 60px;
        height: 60px;
    }
    .endowments_forensics-card--list .card--item.card--item__big {
        padding: 24px;
        flex-direction: row;
        gap: 0;
    }
    .endowments_forensics-card--list .card--item.card--item__big .title {
        font-size: 20px;

    }
    .endowments_forensics-card--list .card--item.card--item__big img {
        width: 68px;
        height: 68px;
    }
}

@media (max-width: 767px) {
    .endowments_forensics-card--list {
        grid-template-columns: repeat(1, 1fr);
        gap: 8px;
    }
    .endowments_forensics-card--list .card--item {
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center;
        gap: 20px;
        padding: 14px;
    }

    .endowments_forensics-card--list .card--item .title {
        font-size: 14px !important;
        margin: 0;
        line-height: 110%;
        height: fit-content;
    }
    .endowments_forensics-card--list .card--item img {
        width: 45px;
        height: 45px;
    }
    .endowments_forensics-card--list .card--item.card--item__big {
        gap: 20px;
        padding: 14px;
        flex-direction: row-reverse;
    }
    .endowments_forensics-card--list .card--item.card--item__big .title {
        font-size: 14px !important;
        line-height: 110%;
    }
    .endowments_forensics-card--list .card--item.card--item__big img {
        width: 45px;
        height: 45px;
    }


}
/* End */


/* Start:/local/templates/new/components/bitrix/news.list/endowments_clients/style.css?17853994183909*/
.endowments_clients {
    padding: 120px 0;
    background: url("/local/templates/new/components/bitrix/news.list/endowments_clients/./client-bg.png") no-repeat center;
    background-size: cover;
}

.endowments_clients .endowments--title {
    margin-bottom: 40px;
}

.endowments_clients_slider {
    overflow: hidden;
}

.endowments_clients_slider .swiper-wrapper {
    align-items: stretch;
}

.endowments_clients .list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start; /* элементы прижимаются к верху, если строк меньше */
    padding: 0;
    gap: 20px;
    height: 100%;
    min-height: 304px; /* фиксируем высоту под 2 полные строки, чтобы блок не скакал */
}

.endowments_clients .list .item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 13px;
    padding: 20px;
    width: calc(100% / 5 - 16px); /* 20px*4 gap / 5 = 16px */
    border: 1px solid #EFEFEF;
    background: #FFFFFF;
    box-sizing: border-box;
}

.endowments_clients .list .item img {
    width: 180px;
    height: 100px;
    object-fit: cover;
    display: block;
}

.endowments_clients .list .item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #AAB5BC;
    mix-blend-mode: color;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.endowments_clients .list .item:hover::after {
    opacity: 0;
}

.endowments_clients_slider .swiper-pagination {
    position: static;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.endowments_clients_slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #599BB6;
    opacity: .45;
    border-radius: 50%;
    margin: 0 5px !important;
    transition: all 0.3s ease;
    box-sizing: content-box;
}

.endowments_clients_slider .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    border: 1px solid #599BB6;
    border-radius: 50px;
    background-color: #599BB6;
    background-clip: content-box;
    opacity: 1;
    padding: 10px;
    box-sizing: content-box;
}

@media (max-width: 1199px) {
    .endowments_clients .list .item {
        width: calc(100% / 4 - 16px);
    }

    .endowments_clients .list .item:nth-child(9),
    .endowments_clients .list .item:nth-child(10) {
        width: calc(100% / 2 - 16px);
    }
}

@media (max-width: 991px) {
    .endowments_clients {
        padding: 80px 0;
    }

    .endowments_clients .list {
        gap: 12px;
        min-height: 190px;
    }

    .endowments_clients .list .item:nth-child(9),
    .endowments_clients .list .item:nth-child(10),
    .endowments_clients .list .item {
        padding: 14px 10px;
        width: calc(100% / 5 - 16px);
    }

    .endowments_clients .list .item img {
        width: 114px;
        height: 62px;
    }

    .endowments_clients_slider .swiper-pagination {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .endowments_clients {
        background: url("/local/templates/new/components/bitrix/news.list/endowments_clients/./client-bg-mob.png") no-repeat center;
        background-size: cover;
        padding: 50px 0;
    }

    .endowments_clients .list {
        gap: 8px;
        min-height: 356px;
    }

    .endowments_clients .list .item {
        padding: 8px 4px;
        width: calc(100% / 3 - 6px);
    }

    .endowments_clients .list .item:nth-child(4),
    .endowments_clients .list .item:nth-child(5),
    .endowments_clients .list .item:nth-child(9),
    .endowments_clients .list .item:nth-child(10) {
        width: calc(100% / 2 - 6px);
    }
    .endowments_clients_slider .swiper-pagination-bullet-active {
        padding: 6px;
    }
}


/* End */


/* Start:/local/templates/new/components/bitrix/news.list/endowments_territory/style.css?17853994183741*/
.endowments_territory--wrapper {
    border-radius: 13px;
    padding: 60px;
    margin: 120px 0;
    background: #F5F9FB;
}
.endowments_territory-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.endowments_territory-list .endowments_territory-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    border-radius: 13px;
    padding: 30px 24px;
    background: #FFFFFF;
    width: calc(100% / 4 - 15px);
    height: 190px;
}
.endowments_territory-list .endowments_territory-item .endowments_territory-item-image {
    width: 63px;
    height: 60px;
    object-fit: contain;
}
.endowments_territory-list .endowments_territory-item .endowments_territory-item-text {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    font-size: 19px;
    line-height: 160%;
    color: #070E13;
    margin: 0;
}

.endowments_territory-item .about-benefit-card-block-hint {
    display: inline-block;
    position: relative;
}
.endowments_territory-item .about-benefit-card-block-hint:hover .about-benefit-card-hint {
    display: block;
}

.endowments_territory-item .about-benefit-card-hint {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0;
    color: #7F8990;

    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
    border-radius: 18px;
    padding: 13px;
    min-width: 200px;
    pointer-events: auto;
    z-index: 50;
}

.endowments_territory-item .about-benefit-card-hint a {
    text-decoration: none;
    color: #73A8BA;
}

.endowments_territory-item .about-benefit-card-hint a:hover {
    text-decoration: none;
    color: #52648A;
}

@media (max-width: 1199px) {
    .endowments_territory-list .endowments_territory-item {
        width: calc(100% / 3 - 15px);
    }

    .endowments_territory-list .endowments_territory-item:nth-child(8) {
        width: calc(100% / 3 * 2 - 15px);
    }
}

@media (max-width: 991px) {
    .endowments_territory--wrapper .endowments--title {
        margin-bottom: 40px;
    }
    .endowments_territory--wrapper {
        padding: 40px;
        margin: 80px 0;
    }
    .endowments_territory-list {
        gap: 12px;
    }
    .endowments_territory-list .endowments_territory-item {
        padding: 24px;
        height: 150px;
    }
    .endowments_territory-list .endowments_territory-item .endowments_territory-item-image {
        width: 52px;
        height: 50px;
    }
    .endowments_territory-list .endowments_territory-item .endowments_territory-item-text {
        font-size: 18px;
        line-height: 120%;
    }
}

@media (max-width: 767px) {
    .endowments_territory--wrapper .endowments--title {
        margin-bottom: 24px;
    }
    .endowments_territory--wrapper {
        padding: 50px 14px;
        margin: 50px 0;
    }
    .endowments_territory-list {
        gap: 8px;
    }
    .endowments_territory-list .endowments_territory-item {
        padding: 14px;
        height: auto;
    }
    .endowments_territory-list .endowments_territory-item .endowments_territory-item-image {
        width: 30px;
        height: 30px;
        margin-bottom: 10px;
    }
    .endowments_territory-list .endowments_territory-item .endowments_territory-item-text {
        font-size: 13px !important;
        line-height: 140%;
    }
    .endowments_territory-list .endowments_territory-item:nth-child(8),
    .endowments_territory-list .endowments_territory-item {
        width: calc(100% / 2 - 5px);
        align-items: flex-start;
        justify-content: flex-start;
    }
}
/* End */


/* Start:/local/templates/new/components/bitrix/news.list/question.answer_child/style.css?178539941811866*/
h2.endowments--title {
    margin-bottom: 40px;
}

.section__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
}

.form__control-select {
    width: 100%;
}

.form__control-select select {
    padding: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 12px;
}

/* ===== ОБНОВЛЕННЫЙ about-page-nav ===== */
.about-page-nav {
    width: 100%;
    background: #F5F9FB;
    border-radius: 7px;
    padding: 0;
}

.about-nav__container {
    width: 100%;
}

.about-nav__list {
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding: 0;
    margin: 0;
    gap: 0;
}

.about-nav__list .questions__tab {
    flex: 1;
    width: 33.333%;
    min-height: auto;
    padding: 14px 20px;
    margin: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    height: auto;
    box-sizing: border-box;
}

.about-nav__list .questions__tab:first-child {
    border-radius: 7px 0 0 7px;
}

.about-nav__list .questions__tab:last-child {
    border-radius: 0 7px 7px 0;
}

.about-nav__list .questions__tab h6 {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #7F8990;
    margin: 0;
    padding: 0;
    text-align: center;
    transition: color 0.3s ease;
}

.about-nav__list .questions__tab.active {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px rgba(44, 7, 167, 0.08);
    border-radius: 7px;
    position: relative;
    z-index: 1;
}

.about-nav__list .questions__tab.active h6 {
    color: #070E13;
}

.about-nav__list .questions__tab:not(.active):hover {
    background: rgba(255, 255, 255, 0.2);
}

.about-nav__list .questions__tab::after {
    display: none !important;
}

/* ===== ОСТАЛЬНЫЕ СТИЛИ (без изменений) ===== */

.form__actions {
    margin-left: auto;
    width: 360px;
}

.form__submit {
    display: block;
    width: 100%;
}

.form__description {
    margin-top: 25px;
    color: #666666;
}

.form__description:before {
    content: "*";
    color: tomato;
    font-size: 15px;
    margin-right: 3px;
}

.questions__accordion {
    background: #fff;
    cursor: pointer;
    width: 100%;
    text-align: left;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    color: #505559;
    padding: 24px;
    border: 1px solid #EFEFEF;
    border-radius: 7px;
    display: flex;
    align-items: center;
}

.questions__accordion,
.questions__accordion:focus,
.questions__accordion.active {
    outline: none;
}

.questions__accordion.active {
    border-radius: 7px 7px 0 0;
    background-color: #F5F9FB;
    border-color: #F5F9FB;
}

.questions__accordion:hover {
    background-color: #F5F9FB;
    border-color: #F5F9FB;
}

.questions__panel {
    padding: 0 24px 0 84px;
    border-radius: 0 0 7px 7px;
    background-color: #F5F9FB;
    border-color: #F5F9FB;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
    margin-bottom: 10px;
}

.questions__panel img {
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    width: 100%;
    height: 100%;
}



.questions__panel li {
    list-style: disc outside none;
    display: list-item;
    margin-left: 30px;
}

.questions__panel ol {
    list-style: decimal;
}

.questions__panel b,
.questions__panel strong {
    font-family: "Arial";
    margin-bottom: 10px;
}

.section {
    padding: 0;
}

.section__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 70% 30%;
    grid-template-columns: 100% 0%;
    max-width: 100%;
}

.section__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
}

.section__left {
    margin-right: 130px;
    -ms-grid-column: 1;
    max-width: 100%;
    width: 100% !important;
    grid-column: 1;
}

.section__right {
    -ms-grid-column: 2;
    max-width: 100%;
}

.section.over-width {
    width: 1710px;
    position: relative;
    margin-left: -95px;
    padding: 1px;
}

a.heading:hover {
    text-decoration: none;
}

/* ===== МЕДИА-ЗАПРОСЫ ===== */

@media (max-width: 1904px) {
    .question span.title {
        max-width: 90%;
    }
    .section__left {
        margin-right: 50px;
    }

    .section.over-width {
        width: 1180px;
        position: relative;
        margin-left: -50px;
        padding: 5px;
    }

    .questions__tab .heading {
        padding: 0 20px;
        word-break: break-word;
    }

    .questions__tab .heading h6 {
        font-size: 15px;
    }

    .questions__faq {
        margin-top: 30px;
    }

    .questions__accordion span {
        font-size: 18px !important;
        margin: 0;
    }

    .questions__panel {
        font-size: 15px;
    }
}

@media (max-width: 1880px) {
    .questions__tab {
        height: 53px;
    }
}

@media (max-width: 1024px) {
    .section__grid {
        display: -ms-grid;
        display: grid;
        grid-template-columns: 100% 0;
        -ms-grid-columns: 67% 33%;
    }

    .section__left {
        margin-right: 4rem;
    }

    .section.over-width {
        width: 94rem;
        position: relative;
        margin-left: -4rem;
        padding: 0 5rem;
        padding-top: 0.01rem;
    }

    .questions__tab .heading {
        padding: 0 1.5rem;
    }

    .questions__tab .heading h6 {
        font-size: 13px;
    }

    .questions__faq {
        margin-top: 2rem;
    }

    .questions__accordion span {
        font-size: 1.5rem !important;
        margin: 0;

    }
    .questions__accordion {
        padding: 14px;
        margin: 0;
    }

    .questions__panel {
        padding: 0 14px;
        font-size: 15px;
    }

    .questions__select {
        display: block;
        max-width: 100%;
        width: 100%;
    }

    /* Скрываем навигацию на планшете, показываем select */
    #question-mini-select {
        display: block;
        max-width: 100%;
        width: 100%;
        border: 1px solid #cdd5e5;
        color: #222222;
        border-radius: 3px;
        font-size: 15px;
    }
    .questions_mini_select:focus-visible {
        outline: none;
    }
}

@media (max-width: 768px) {
    .question span.title {
        max-width: 85%;
    }
    .section.over-width {
        width: 71.4rem;
        margin-left: -3rem;
        padding: 0 3rem;
        padding-top: 0.01rem;
    }

    .section__left {
        margin-right: 3.2rem;
    }

    .questions__tab {
        width: 12.4rem;
        height: 12rem;
    }

    .questions__tab .heading {
        padding: 0 1.5rem;
    }

    .questions__tab .heading h6 {
        font-size: 1.3rem;
    }

    .questions__faq {
        margin-top: 1rem;
    }

    .questions__accordion.active {
        border: none;
    }

    .section__left {
        margin-right: 0;
    }

    .section__grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }

    .section__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .section.over-width {
        width: calc(112%);
        margin-left: -6%;
        padding: 0.3rem 4rem 0.3rem 2rem;
    }

    .section.over-width--mob-no-scale {
        width: 94rem;
    }

    .questions__tab img {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .questions__tab .heading h6 {
        margin: 0 auto;
        text-align: center;
        color: white;
        font-size: 2.2rem;
        line-height: 1.3;
    }

    .questions__tab.active {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        position: relative;
        display: none;
        border: none;
    }

    .questions__tab.active:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(295.92deg, #001e5a 36.05%, rgba(255, 107, 0, 0.25) 78.83%);
        opacity: 0.6;
    }

    .questions__accordion span {
        font-size: 16px !important;
        margin: 0;
    }

    .questions__accordion.active {
        border: none;
    }

    .questions__accordion .icon {
        min-width: 24px;
    }

    /* Обновленные стили для about-nav на планшете */
    .about-nav__list .questions__tab {
        padding: 10px 15px;
    }

    .about-nav__list .questions__tab h6,
    .about-nav__list .questions__tab.active h6 {
        font-size: 15px;
    }
    #question-mini-select {
        display: block !important;
        max-width: 100%;
        width: 100%;
        padding: 12px 15px;
        border: 1px solid #CDD5E5;
        border-radius: 7px;
        font-size: 15px;
        color: #070E13;
        background-color: #FFFFFF;
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
        background-image: none;
    }
    div.about-page-nav div.about-nav__container .about-nav__list {
        display: none;
    }
}

/* Скрываем select на десктопе */
@media (min-width: 769px) {
    #question-mini-select {
        display: none !important;
    }
}

/* ===== МОБИЛЬНЫЙ АДАПТИВ (368px) ===== */
@media (max-width: 420px) {

    .about-page-nav {
        background: transparent;
        border-radius: 0;
        padding: 0;
    }

    .about-nav__list {

        margin-bottom: 30px;
        display: none !important;
    }

    .questions .section__row {
        margin-bottom: 20px;
    }

    .form__control-select {
        width: 100%;
    }
}



/* ===== ОСТАЛЬНЫЕ СТИЛИ (без изменений) ===== */

.questions-wrapper {
    padding: 0 0 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.fund-structure__list {
    max-width: 100%;
}

.questions-panel {
    font-size: 15px !important;
}

.questions-wrapper > div:not(.arrow-group.down) {
    width: 100%;
}

.questions-wrapper.is-tablet {
    display: none;
    width: 480px;
}

.questions-wrapper.is-desktop {
    width: 703px;
    display: none;
}

.questions-wrapper.is-desktop.diagram {
    margin: 0;
}

.questions-wrapper.is-tablet.diagram {
    margin-left: 90px;
}

.questions-wrapper.is-mobile {
    width: 320px;
    display: none;
}

.questions-title.strong {
    font-weight: 700;
}

/* Остальные стили без изменений... */
/* End */


/* Start:/local/templates/new/components/bitrix/news.list/materials/style.css?17689965802510*/
.invest_content-wrapper p {
    font-weight: 400;
    font-size: 19px;
    line-height: 160%;
    color: #505559;
    margin-bottom: 14px;
}
/*.materials {*/
    /*padding: 30px;*/
    /*background: rgba(120, 171, 188, 0.1);*/
    /*border-radius: 16px;*/
/*}*/

/*.materials__list {*/
/*    margin-top: 3rem;*/
/*    list-style: none;*/
/*    max-width: 100%;*/
/*}*/

/*.materials__list a {*/
/*    font-family: "Arial";*/
/*    text-decoration: none;*/
/*    color: rgba(34, 34, 34, 0.7);*/
/*    margin-top: -0.4rem;*/
/*}*/

/*.materials__list a:hover {*/
/*    color: #032B7B;*/
/*}*/

/*#mission, #managment, #reviews, #manual {*/
/*    margin-bottom: 50px;*/
/*}*/

/*.container ul li.materials__item {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    max-width: 100%;*/
/*    position: relative;*/
/*    font-size: 17px;*/
/*    margin-bottom: 30px;*/
/*    -ms-flex: 1 0 auto;*/
/*    padding: 0;*/
/*    align-items: center;*/
/*}*/

/*.container ul li.materials__item:before {*/
/*    display: none;*/
/*}*/

/*.materials__icon {*/
/*    margin-right: 20px;*/
/*    display: flex;*/
/*}*/

/*.materials__link {*/
/*    max-width: 100%;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

.questions-wrapper.schema {
    width: 90%;
}

.container .middle-col .questions-wrapper.schema img {
    max-width: none;
    max-height: none;
}

@media (max-width: 1904px) {
    /*.materials__header {*/
    /*    font-family: "Arial";*/
    /*    font-size: 2.2rem;*/
    /*}*/

    /*.materials__item {*/
    /*    font-size: 1.5rem;*/
    /*    margin-bottom: 2rem;*/
    /*}*/
}

@media (max-width: 1024px) {
    /*.materials__header {*/
    /*    font-family: "Arial";*/
    /*    font-size: 1.8rem;*/
    /*}*/

    /*.materials__item {*/
    /*    font-size: 1.3rem;*/
    /*}*/

    /*.materials__list {*/
    /*    margin-top: 2rem;*/
    /*}*/
}

@media (max-width: 768px) {
    /*.materials__item {*/
    /*    font-size: 1.22rem;*/
    /*}*/

    /*.materials__item i {*/
    /*    margin-right: 1.5rem;*/
    /*}*/
}

@media (max-width: 600px) {
    /*.materials {
        margin: 3rem 0 6rem;
    }*/

    /*#materials-faq {*/
    /*    margin-top: 0;*/
    /*}*/

    /*.materials__item {*/
    /*    font-size: 1.22rem;*/
    /*}*/

    /*.materials__item i {*/
    /*    margin-right: 1.5rem;*/
    /*}*/
}
/* End */
/* /local/templates/new/components/bitrix/news.list/question.answer/style.css?178539941837992 */
/* /local/templates/new/components/bitrix/system.pagenavigation/.default/style.css?17448017064374 */
/* /local/templates/new/components/bitrix/news.list/endowments_stat/style.css?17853994182197 */
/* /local/templates/new/components/bitrix/news.list/endowments_forensics/style.css?17853994183172 */
/* /local/templates/new/components/bitrix/news.list/endowments_clients/style.css?17853994183909 */
/* /local/templates/new/components/bitrix/news.list/endowments_territory/style.css?17853994183741 */
/* /local/templates/new/components/bitrix/news.list/question.answer_child/style.css?178539941811866 */
/* /local/templates/new/components/bitrix/news.list/materials/style.css?17689965802510 */
