

/* Start:/local/components/custom/tree/templates/.default/style.css?16638334755407*/
.fsection_top .fsection_caption {
    display: flex;
    margin-bottom: 30px;
}

.fsection_caption_icon {
    margin-right: 20px;
}

.fssmall {
    padding: 20px;
    background: #F9F9F9;
    border: 1px solid #E0E0E0;
    margin-bottom: 40px;
}

.fsbig {
    padding: 20px;
    margin-bottom: 40px;
}

h2.fsection_name {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 33px;
    color: #11304E;
}

h3.fsection_name {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.fitem_caption {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    text-decoration: none;
    color: #000;
}

.fitem_wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 10px
}

.fitem_name {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    color: #000;
    width: 100%;
}

.fitem_caption:hover .fitem_name {
    color: #368DFF;
}

.ffile.no_fitem_icon {
    padding-left: 35px;
    min-height: 35px;
}

.ffile.no_fitem_icon:before {
    content: "";
    position: absolute;
    background: url(/local/templates/invest/img/pdf.png) no-repeat center left;
    width: 32px;
    height: 100%;
    left: 0px;
    top: 0px;
}

.flink.no_fitem_icon {
    padding-left: 35px;
    min-height: 35px;
}

.flink.no_fitem_icon:before {
    content: "";
    position: absolute;
    background: url(/local/templates/invest/img/link.png) no-repeat center left;
    width: 32px;
    height: 100%;
    left: 0px;
    top: 0px;
}

.has_fitem_icon {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.fitem_icon {
    margin-right: 20px
}

.fsbig>.fsection_body>.fgroup>.fsection_wrapper>.fsection_body {
    display: none;
}

.fsbig>.fsection_body>.fgroup>.fsection_wrapper.active>.fsection_body {
    display: block;
}

.fsbig>.fsection_body>.fgroup>.fsection_wrapper.active>.fsection_caption .fsection_name {
    color: #368DFF;
}

.fsbig>.fsection_body>.fgroup>.fsection_wrapper {
    cursor: pointer;
}

.fsbig>.fsection_body>.fgroup>.fsection_wrapper:hover>.fsection_caption .fsection_name {
    color: #368DFF;
}

.fsbig>.fsection_body {
    display: flex;
}

.fsbig>.fsection_body>.fgroup {
    width: 50%;
    padding: 20px;
}

.fitem_icon {
    max-width: 100px;
}

.fitem_icon img {
    max-width: 100%;
}

.files_body .thumbs {
    padding: 10px;
    padding-left: 35px;
    margin-top: 5px;
    display: flex;
}

.files_body .thumb {
    width: 100px;
    background: #F9F9F9;
    margin-right: 15px;
    text-align: center;
    border: 1px solid #ccc;
    overflow: hidden;
}

.files_body .thumb:hover {
    border: 1px solid #368DFF;
}

.files_body .thumb:hover .timgtitle {
    color: #368DFF
}

.files_body .thumb a {
    text-decoration: none;
    line-height: 14px;
    display: block;
    padding: 5px;
}

.timgwrapp {
    max-height: 80px;
    overflow: hidden;
}

.thumb.thumb-img img {
    display: block;
    max-width: calc(100% + 10px);
}

.timgtitle {
    overflow: hidden;
    height: 60px;
    word-break: break-all;
    font-size: 11px;
    color: #000;
}

.thumb-pdf .timgwrapp {
    position: relative;
    background: url(/local/templates/invest/img/pdf.png) no-repeat center center;
    height: 40px;
}

.thumb-file .timgwrapp {
    position: relative;
    background: url(/local/templates/invest/img/file.png) no-repeat center center;
}

.icon_files .files_body .fitem_name {
    position: relative;
    cursor: default;
    min-height: 50px;
    display: flex;
    align-items: center;
    padding-left: 35px;
    background: url(/local/templates/invest/img/files.png) no-repeat center left;
    background-size: 27px;
}

.icon_files:hover .fitem_name {
    color: #000;
}

.fitem_wrapper.bg {
    background: #efefef75;
    padding-top: 5px;
}

.fsection_inner .fsection_inner {
    margin-left: 50px;
    margin-bottom: 10px;
}

.fsection_inner .fsection_inner .fsection_caption {
    margin-bottom: 10px;
}

.fsection_caption .num {
    margin-right: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #CBCBCB;
}

@media (max-width:1250px) {
    .fsbig>.fsection_body>.fgroup {
        width: 100%;
    }
    .fsbig>.fsection_body {
        display: block;
    }
    .fsbig>.fsection_body>.fgroup {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .fsbig {
        padding: 10px;
    }
    .fssmall {
        padding: 10px;
    }
}

@media (max-width:700px) {
    .standart-container {
        max-width: 600px;
        width: 100%;
    }
    .fsection_caption_icon {
        width: 35px;
    }
    h2.fsection_name {
        width: calc(100% - 50px);
        font-size: 23px;
        line-height: 23px;
    }
    .fsbig>.fsection_body>.fgroup {
        padding: 0px;
    }
}

@media (max-width:400px) {
    h2.fsection_name {
        font-size: 20px;
        line-height: 20px;
    }
    h3.fsection_name {
        font-size: 15px;
        line-height: 18px;
    }
}
/* End */
/* /local/components/custom/tree/templates/.default/style.css?16638334755407 */
