

/* Start:/local/templates/new/components/bitrix/news/cfa/bitrix/news.list/.default/style.css?17779675441062*/
.cfa_main_list {
    margin-top: 100px;
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.cml_head {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 40px;
}

.cml_item_name{
    margin-bottom: 20px;
    color:#2F3441;
    font-weight: 550;
    font-size: 28px;
    line-height: 115%;
}

.cml_item_description {
    color: #33539B;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    width: 59%;
}

.cml_head_link{
    background: #fff;
    padding: 18px 30px;
    text-decoration: none;
    color:#002882;
    font-weight: 550;
    font-size: 16px;
    line-height: 150%;
    border-radius: 50px;
}

.cml_head_link:hover{
    background: #002882;
    color:#fff;
}

.cml_body {
    display: flex;
    flex-flow: row;
    gap: 20px;
    justify-content: space-between;
}

.cml_head_right {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}

.cml_body_left{
    width: 100%;
}

.cml_body_right{
    width: 33%;
}

.header_breadcrumbs{
    display: none !important;
}

/* End */
/* /local/templates/new/components/bitrix/news/cfa/bitrix/news.list/.default/style.css?17779675441062 */
