

/* Start:/local/templates/main/custom_css/funds.css?16593642303614*/
* {
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

body {
    margin: 0;
}

.fundsHeading {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 53px;
    background-color: #FFF;
}

.fundsHeader {
    font-size: 28px;
    line-height: 39px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 28px;
}

.fundsSubHeader {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    max-width: 712px;
}

.fundsDivider {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 270px 455px 270px;
    grid-gap: 21px;
    padding-top: 48px;
    background-color: #FFF;
}

.fundsDivider .divider_f {
    border-bottom: 1px solid #ADADB8;
}

.dividerText {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
}

.formContainer {
    background: linear-gradient(#fff 75%, #F7F7F8 25%);
    /*padding: 24px 160px 0px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}


.fundTextInput {
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid #F7F7F8;
    width: 100%;
}

.fundTextInput:focus {
    outline: 1px solid #00818E;
}


.searchButton {
    display: flex;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: left;
    border-radius: 12px;
    align-items: center;
    border: 1px solid transparent;
    cursor: pointer;
}

.searchButtonImg {

}

.fundsContainer {
    background-color: #F7F7F8;
    padding-bottom: 99px;
    min-height: calc(100vh - 500px);
}

.card {
    /* max-width: 356px; */
}
.fundsHeading .divider{
    display: none;
}
@media (max-width: 768px) {
    .fundsDivider{
        grid-template-columns: 150px 390px 150px;
        grid-gap: 19px;
    }
    .searchButton {
        padding: 15px;
    }

    .searchButtonText {
        display: none;
    }

    .formContainer {
        padding: 16px 5px 0px;
    }



    .fundTextInput {
        width: auto;
    }
    .dividerText{
        font-size: 12px;
    }



    .fundsSubHeader {
        font-size: 12px;
        line-height: 19.2px;
        max-width: 627px;
    }

    .fundsHeader {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: -0.02em;
        margin-bottom: 16px;
    }

    .fundsDivider {
        padding-top: 38px;
    }
}


@media (max-width: 535px) {
    .fundsSubHeader {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0px 5px;
    }

    .fundsHeader {
        text-align: center;
        padding: 0px 20px;
    }
}

@media (max-width: 428px) {
    .fundsDivider .divider_f {
        display: none;
    }
    .fundsDivider{
        grid-template-columns: 256px;
    }
    .fundsSubHeader {
        max-width: 327px;
    }

    .fundsHeading .divider {
        display: block;
        margin-top: 22px;
    }

    .fundForm {
        flex-direction: column;
        width: 100%;
    }

    .formContainer {
        padding: 24px 16px 0px;
    }

    .searchButtonText {
        display: block;
    }

    .searchButton {
        justify-content: center;
    }

    .fundsDivider {
        padding-top: 18px;
    }

    /*.fundsDivider .dividerText {*/
    /*    max-width: 256px;*/
    /*}*/

    /*.divider:last-child {*/
    /*  display: none;*/
    /*}*/
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.filter/flat/style.css?16593544926371*/

.filter_nav {
    position: relative;
    /*width: clamp(320px, 50vw ,100%);*/
    width: 100%;
    transition: all 0.2s ease-out;
}

.fundSelectInput {
    width: 100%;
}

.filter_nav h2 {
    flex: 1;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
}

.filter_input_container {
    display: flex;
    min-width: 270px;
    max-width: 270px;
}

.fundInput {
    padding: 11px 16px;
    border: 1px solid #F7F7F8;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ADADB8;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.dropdown_arrow {

}

.fundSelectInput:focus {
    /*outline: 1px solid #00818E;*/
}

.toggle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    height: 40px;
}


.toggle:not(:checked) ~ .fundInput > .dropdown_arrow_less {
    display: none;
}

.toggle:not(:checked) ~ .fundInput > .dropdown_arrow_more {
    display: block;
}

.toggle:checked ~ .fundInput > .dropdown_arrow_less {
    display: block;
}

.toggle:checked ~ .fundInput {
    border-color: #00818E;
    border-bottom: 1px solid transparent;
    border-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.toggle:checked ~ .fundInput > .dropdown_arrow_more {
    display: none;
}


.toggle:not(:checked) ~ ul {
    visibility: hidden;
    opacity: 0;
}

.toggle:checked ~ .fundSelectInput {
}

/*.filter_nav {*/
/*    border: 1px solid #000000;*/
/*}*/


.filter_nav ul {
    padding-left: 16px;
    padding-top: 8px;
    padding-bottom: 12px;
    margin: 0;
    background: white;
    list-style: none;
    overflow: hidden;
    transition: all 0.2s ease-out;
    width: 100%;
    position: absolute;
    border: 1px solid #00818E;
    border-top: 1px solid #F7F7F8;
    border-radius: 12px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 100;
}

.filter_check {
    margin: 0;
}

.filter_nav ul li {

    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 0 0.25rem 0;
    transition: background 3s;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
}

.filter_nav ul li:hover,
.filter_nav ul li a:focus {
    transition: background 0.45s;
}

.filter_nav ul a {
    display: block;
    color: inherit;
    text-transform: lowercase;
    font-weight: 200;
    text-decoration: none;
}

.filter_check {
    margin-bottom: 0.2em;
}

/* для элемента input c type="checkbox" */
.label_filter_check > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label, связанного с .label_filter_check */
.label_filter_check > span {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.dropdown_ph {
    white-space: nowrap;
    overflow: hidden;
}

/* создание в label псевдоэлемента before со следующими стилями */
.label_filter_check > span::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

/* стили при наведении курсора на checkbox */
.label_filter_check > input:not(:disabled):not(:checked) + span:hover::before {
    border-color: #b3d7ff;
}

/* стили для активного чекбокса (при нажатии на него) */
.label_filter_check > input:not(:disabled):active + span::before {
    background-color: #00818E;
    border-color: #00818E;
}

.label_filter_check > input:checked ~ span {
    color: #00818E;
}

/* стили для чекбокса, находящегося в фокусе */
.label_filter_check > input:focus + span::before {
    /*box-shadow: 0 0 0 0.2rem rgb(0, 129, 142);*/
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.label_filter_check > input:focus:not(:checked) + span::before {
    border-color: #00818E;
}

/* стили для чекбокса, находящегося в состоянии checked */
.label_filter_check > input:checked + span::before {
    border-color: #00818E;
    background-color: rgba(0, 129, 142, 0.73);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.label_filter_check > input:disabled + span::before {
    background-color: #e9ecef;
}

.fundForm {
    display: flex;
    /*gap: 28px;*/
    background-color: #FFF;
    border-radius: 24px;
    box-shadow: 4px 4px 16px 4px rgba(102, 112, 128, 0.04);
    padding: 20px 48px
}
.filter_input_container{
    margin-right: 28px;
}
@media (max-width: 1081px) {
    .fundForm {
        padding: 18px 20px;
        /*gap: 12px;*/

    }
    .filter_input_container{
        margin-right: 12px;
    }
    .filter_input_container {
        min-width: 212px;
        max-width: 212px;
    }
}

@media (max-width: 768px) {
    .fundForm {
        padding: 18px 20px;
        /*gap: 12px;*/
    }
    .filter_input_container{
        margin-right: 12px;
    }
    .filter_input_container {
        min-width: 212px;
        max-width: 212px;
    }
}

@media (max-width: 428px) {

    .filter_input_container {
        min-width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .fundsDivider .divider {
        display: none;
    }
    .partners.fundsContainer{
        margin: 0;
        padding: 0px 16px 40px;
    }
}

@media (max-width: 375px) {

}

@media (max-width: 320px) {

}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/flat/style.css?16593544922781*/

.partners .cardGroup {
    padding-top: 60px;
}

.partnersHeader {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: -0.02em;
}
.partners .avatarContainer {
    margin-top: -40px;
    /*background-color: #fff;*/
    min-height: 72px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}
.partners .avatarContainer .avatar {
    border-radius: 400px;
    box-shadow: 4px 4px 8px rgba(71, 70, 83, 0.06);
    min-width: 72px;
    min-height: 72px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    background-size: contain;
}
.partners .cardText {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}

.partners .cardTags {
    display: flex;
}

.partners .tag {
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: -0.02em;
    text-align: center;
    border-radius: 4px;
    padding: 6px 10px 6px 10px;
    background-color: #f7f7f8;
    margin-right: 8px;

}

.partners .cardGroup {
    display: grid;
    grid-template-columns: repeat(auto-fill, 356px);
    grid-gap: 60px 24px;
    justify-content: center;
}
.partners .cardHeader {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}

.partners .cardContent {
    padding: 12px 24px 24px;
    display: flex;
    flex-direction: column;
    /*gap: 16px;*/
    justify-content: space-between;
    height: 88%;

}
.cardHeader, .cardText, .cardTags{
    margin-bottom: 16px;
}

@media (max-width: 1081px) {
    /*.partners{*/
    /*    margin: 80px 80px 0px;*/
    /*}*/

}
@media (max-width: 768px) {

    .partners {
        margin: 60px 0px 0px;
        padding: 48px 20px;
    }
    .partners .cardGroup {
        display: grid;
        grid-template-columns: repeat(auto-fill, 352px);
        grid-gap: 56px 24px;
        justify-content: center;
    }
}
@media (max-width: 428px) {
    .partners {
        padding: 48px 16px 40px;
    }
}
@media (max-width: 375px) {
    .partners{
        padding: 48px 0px 40px;
    }
    .partners .cardGroup{
        display: grid;
        grid-template-columns: repeat(auto-fill, 328px);
        grid-gap: 56px 24px;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 320px) {

    .partners .cardGroup{
        display: grid;
        grid-template-columns: repeat(auto-fill, 300px);
        grid-gap: 56px 24px;
        justify-content: center;
        align-items: center;
    }
}

/* End */
/* /local/templates/main/custom_css/funds.css?16593642303614 */
/* /local/templates/main/components/bitrix/catalog.filter/flat/style.css?16593544926371 */
/* /local/templates/main/components/bitrix/news.list/flat/style.css?16593544922781 */
