

/* 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/news.list/center_list/style.css?17544848122781*/

.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/news.list/center_list/style.css?17544848122781 */
