

/* Start:/local/templates/ac.forum/components/bitrix/news/news_inv_esg/bitrix/catalog.filter/.default/style.css?177006793017347*/
.news-filter {
    .filter-box {
        border: 1px solid #22997B;
        /*overflow: hidden;*/
        padding: 12px;
    }

    .filter-header {
        display: flex;
        align-items: center;
        padding: 16px 20px 16px 0;
        font-size: 14px;
        font-weight: bold;
    }

    .filter-header span {
        padding-right: 5px;
    }

    .toggle-all {
        color: #22997B;
        cursor: pointer;
    }

    .clear-form {
        align-self: end;
        color: #737373;
        cursor: pointer;
        margin-left: auto;
    }

    .filter-title {
        display: flex;
        align-items: center;
        font-weight: bold;
        font-size: 18px;
        padding: 14px 20px;
        cursor: pointer;
        user-select: none;
    }

    .filter-title .arrow {
        transform: rotate(-90deg);
        display: inline-block;
        width: 0;
        height: 0;
        margin-right: 10px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 9px solid #22997B;
        transition: transform 0.2s ease;
    }

    .filter-section.active {
        background-color: #F3F1F1;
        margin-bottom: 12px;
    }

    .filter-section.active .filter-title .arrow {
        transform: rotate(0deg);
    }

    .filter-content {
        display: none;
        padding: 0 20px 20px;
    }

    .filter-content select {
        width: 100%;
        padding: 8px;
        border: 1px solid #aaa;
        border-radius: 4px;
    }

    .form-footer {
        padding: 18px 18px 0;
    }
    .footer-row {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        padding-top: 20px;
        border-top: 1px solid #22997B;
        font-size: 18px;
    }

    /* Чекбоксы */
    .checkbox-list {
        display: grid;
        grid-template-columns: repeat(2, auto);
        gap: 15px 40px;
    }

    .checkbox-item {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .checkbox-item input {
        display: none;
    }

    .checkbox-item .box {
        width: 20px;
        height: 20px;
        border-radius: 3px;
        background: #d8d8d8;
        margin-right: 10px;
        position: relative;
        cursor: pointer;
    }

    .checkbox-item input:checked + .box::after {
        content: "";
        width: 10px;
        height: 10px;
        background: #22997B;
        position: absolute;
        top: 5px;
        left: 5px;
        border-radius: 2px;
    }

    /* Поиск */
    .search-wrap {
        margin-top: 20px;
        display: flex;
    }

    .search-wrap input {
        flex: 1;
        background: #dedede;
        padding: 4px 16px 4px 32px;
        border: none;
        font-size: 17px;
    }

    .search-wrap button {
        background: #22997B;
        color: white;
        height: 32px;
        width: 170px;
        border: none;
        font-size: 14px;
        letter-spacing: 4.2px;
        cursor: pointer;
    }

    /* selectator */
    .selectator_element {margin-left:10px}
    .selectator_element .selectator_options {text-align:left; max-height: 400px}
    .selectator_element .selectator_options .selectator_option {display:inline-block}
    .selectator_element .selectator_options .selectator_option .selectator_option_title {padding:5px 10px;margin:0;background-color: #f7f2f2;color:#070707}
    .selectator_element .selectator_options .selectator_option.active .selectator_option_title {color:#fff;}
    .multiple.selectator_element .selectator_input {width:440px!important;}
    .tags_select {width:575px;height:20px}
    .tags_region .selectator_element.multiple {margin-left:45px}
    .tags_sphere .selectator_element.multiple {margin-left:45px}
    .tags_filter {background:#e6e5e3;padding:10px;margin-bottom:10px}
    .tags_filter label {font-weight:bold}
    .selectator_element.multiple {padding: 1px 37px 7px 5px !important;}
    .multiple.selectator_element .selectator_chosen_items .selectator_chosen_item .selectator_chosen_item_title {padding-bottom:2px}
    .multiple.selectator_element .selectator_chosen_items .selectator_chosen_item .selectator_chosen_item_remove {font-size: 8px;padding-top: 8px;}
    .mcol .news_global_wrapper .date {height:16px}
    .mcol .news_global_wrapper .date span {padding:2px;float:left;}
    .mcol .news_global_wrapper .date span.tag {float:right;background:#39f;margin-left:5px;cursor:pointer}
    .tags_region .selectator_element .selectator_chosen_items .selectator_chosen_item,
    .tags_region .selectator_element .selectator_options .selectator_option.active,
    .tags_organization .selectator_element .selectator_chosen_items .selectator_chosen_item,
    .tags_organization .selectator_element .selectator_options .selectator_option.active,
    .mcol .news_global_wrapper .date span.tag::first-letter,
    .selectator_element .selectator_options .selectator_option .selectator_option_title::first-letter,
    .multiple.selectator_element .selectator_chosen_items .selectator_chosen_item .selectator_chosen_item_title::first-letter {text-transform:uppercase;}
    .multiple .selectator_selected_items .selectator_selected_item .selectator_selected_item_remove {color:#fff}
    .multiple .selectator_selected_items .selectator_selected_item {color: #fff; padding: 5px 20px;}
    .selectator_options .selectator_option.active {background-color: unset}
    .selectator_options .selectator_option .selectator_option_title {background-color: #dfdfdf}

    .selectator_element:after {
        line-height: 37px;
        text-align: center;
        background-color: #22997B;
        width: 37px;
        top: 0;
        right: 0;
        bottom: 0;
        transform: unset;
        max-height: 37px;
    }

    .tag__jurisdiction, select.select_jurisdiction + .selectator_element .selectator_options .selectator_option.active .selectator_option_title,
    .tag__jurisdiction, select.select_jurisdiction + .selectator_element .selectator_options .selectator_option.is-selected .selectator_option_title,
    select.select_jurisdiction + .selectator_element .selectator_selected_items .selectator_selected_item {background-color: #b10000}
    .tag__subject, select.select_subject + .selectator_element .selectator_options .selectator_option.active .selectator_option_title,
    .tag__subject, select.select_subject + .selectator_element .selectator_options .selectator_option.is-selected .selectator_option_title,
    select.select_subject + .selectator_element .selectator_selected_items .selectator_selected_item {background-color: #1047A9}
    .tag__organisations, select.select_organisations + .selectator_element .selectator_options .selectator_option.active .selectator_option_title,
    .tag__organisations, select.select_organisations + .selectator_element .selectator_options .selectator_option.is-selected .selectator_option_title,
    select.select_organisations + .selectator_element .selectator_selected_items .selectator_selected_item {background-color: #666666}
    .tag__regulators, select.select_regulators + .selectator_element .selectator_options .selectator_option.active .selectator_option_title,
    .tag__regulators, select.select_regulators + .selectator_element .selectator_options .selectator_option.is-selected .selectator_option_title,
    select.select_regulators + .selectator_element .selectator_selected_items .selectator_selected_item {background-color: #ffa500}
    .tag__company_types, select.select_company_types + .selectator_element .selectator_options .selectator_option.active .selectator_option_title,
    .tag__company_types, select.select_company_types + .selectator_element .selectator_options .selectator_option.is-selected .selectator_option_title,
    select.select_company_types + .selectator_element .selectator_selected_items .selectator_selected_item {background-color: #008500}
    .tag__persons, select.select_persons + .selectator_element .selectator_options .selectator_option.active .selectator_option_title,
    .tag__persons, select.select_persons + .selectator_element .selectator_options .selectator_option.is-selected .selectator_option_title,
    select.select_persons + .selectator_element .selectator_selected_items .selectator_selected_item {background-color: #a64b00}
    .tag__type, select.select_type + .selectator_element .selectator_options .selectator_option.active .selectator_option_title,
    .tag__type, select.select_type + .selectator_element .selectator_options .selectator_option.is-selected .selectator_option_title,
    select.select_type + .selectator_element .selectator_selected_items .selectator_selected_item {background-color: #23997b}
    /* end selectator */

    /* calendar */
    /* popup */
    .period-block {
        background: #e5e5e5;
        padding: 18px 25px;
        border-radius: 3px;
        display: flex;
        align-items: center;
        cursor: pointer;
        position: relative;
    }
    .period-block strong {
        font-size: 14px;
    }

    .period-block img {
        width: 28px;
        margin-right: 10px;
        align-self: self-start;
    }
    .period-block { position: relative; }

    .period-block .picker-popup{
        position: absolute;
        right: 0;
        top: calc(100% + 10px);
        z-index: 50;

        background: #f3f3f3;
        border-radius: 2px;
        box-shadow: 0 6px 18px rgba(0,0,0,0.18);

        padding: 18px 18px 16px;
        min-width: 360px;
    }

    .period-block .picker-popup .left-picker,
    .period-block .picker-popup .right-picker{
        display: inline-block;
        vertical-align: top;
    }

    .period-block .picker-popup .left-picker { margin-right: 18px; }

    .period-block .picker-popup-footer{
        margin-top: 18px;
        text-align: right;
    }

    .period-block .picker-popup-footer .button{
        display: inline-block;
        background: #22997B;
        color: #fff;
        text-decoration: none;
        padding: 12px 22px;
        font-weight: 600;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        border-radius: 2px;
    }

    /* calendar */
    .ac-calendar{
        width: 150px;
        font-family: inherit;
        color: #1f1f1f;
    }

    .ac-calendar__head{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .ac-calendar__year{
        font-weight: 700;
        font-size: 22px;
        line-height: 1;
        color: #22997B;
    }

    .ac-calendar__nav{
        width: 26px;
        height: 26px;
        border: 0;
        background: transparent;
        cursor: pointer;
        font-size: 16px;
        line-height: 26px;
        padding: 0;
        color: #111;
    }

    .ac-calendar__grid{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
    }

    .ac-calendar__month{
        height: 38px;
        border: 0;
        border-radius: 2px;
        background: #ffffff;
        cursor: pointer;

        font-size: 14px;
        line-height: 38px;
        text-align: center;
        text-transform: lowercase;

        transition: background 0.15s ease, color 0.15s ease;
    }

    .ac-calendar__month:hover{
        background: #e9e9e9;
    }

    .ac-calendar__month.is-active{
        background: #22997B;
        color: #fff;
    }
     { display: none; }
    .picker-popup .picker-modal { display: contents; }
    .picker-popup .picker-header, .picker-popup .picker-overlay, .picker-popup .picker-popup-footer .period-val { display: none; }
    /* end calendar */

    .filter-footer {display: none}
}

@media (max-width: 1260px) and (min-width: 1201px){
    .news-filter .checkbox-list{
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1070px) and (min-width: 993px){
    .news-filter .checkbox-list{
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .news-filter {
        .filter-box {
            padding: 0;
            border: none;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .filter-section {
            background-color: #F3F1F1;
        }
        .filter-title {
            padding: 12px 10px;
        }
        .checkbox-list {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        .footer-row {
            gap: 20px;
            flex-direction: column;
            border: none;
            padding: 0;
        }
        .checkbox-list {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        .period-block {
            align-self: normal;
            font-weight: 700;
            align-items: center;
        }
        .selectator_element .selectator_options .selectator_option.is-selected .selectator_option_title {color: #fff;}

        .selectator_element.multiple {
            padding: 0px !important;
            border: none;
            margin: 0;
        }
        .selectator_element .selectator_options {
            position: relative;
            display: flex;
            flex-direction: column;
            width: 100%;
            top: 0;
            left: 0;
            border: none;
            max-height: 325px;
            box-shadow: none;
            background-color: #F3F1F1;
        }
        .multiple .selectator_textlength,
        .multiple .selectator_selected_items,
        .multiple.selectator_element .selectator_input {
            display: none;
        }
        .selectator_element .selectator_options .selectator_option .selectator_option_title {
            background-color: #fff;
        }
        .selectator_element .selectator_options .selectator_option {
            display: flex !important;
            min-height: unset;
        }

        .form-footer {
            padding: 10px 0 0;
        }
        .form-footer .checkbox-list {
            margin-left: 30px;
        }

        /*calendar modal*/
        .picker-popup.is-mobile-modal {
            position: fixed !important;
            inset: 0;
            z-index: 999999;
            display: block !important;
        }

        .picker-popup.is-mobile-modal .picker-overlay {
            display: block;
            position: absolute;
            inset: 0;
            background: rgba(0,0,0,0.45);
        }

        .picker-popup.is-mobile-modal .picker-modal {
            position: absolute;
            inset: 0;
            background: #f3f1f1;
            overflow: auto;
            -webkit-overflow-scrolling: touch;
            padding: 16px;
            display: flex;
            flex-direction: column;
            height: 100%;
        }
        button {
            color: #000;
        }

        .picker-popup.is-mobile-modal .picker-close {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            position: sticky;
            top: 0;
            margin-left: auto;
            width: 44px;
            height: 44px;
            border: 0;
            background: transparent;
            font-size: 27px;
            line-height: 1;
            cursor: pointer;
            z-index: 2;
        }

        .picker-popup.is-mobile-modal .picker-content {
            display: flex;
            flex-direction: column;
            gap: 30px;
            margin-top: 30px;
        }

        .picker-popup.is-mobile-modal .left-picker,
        .picker-popup.is-mobile-modal .right-picker {
            width: 100%;
            margin: 0;
        }

        .picker-popup.is-mobile-modal .ac-calendar {
            width: 100%;
            max-width: 380px;
            margin: 0 auto;
        }

        .picker-popup.is-mobile-modal .ac-calendar__month {
            height: 44px;
            line-height: 44px;
            font-size: 16px;
        }
        .picker-popup.is-mobile-modal .ac-calendar .ac-calendar__head {
            justify-content: center;
        }
        .picker-popup.is-mobile-modal .ac-calendar .ac-calendar__grid {
            padding: 0px 50px;
        }
        .picker-popup .picker-modal .picker-header {
            display: flex;
            padding-bottom: 10px;
            border-bottom: 1px solid #22997b;
        }
        .picker-popup .picker-modal .picker-header .picker-header-title {
            text-transform: uppercase;
            letter-spacing: 2px;
            display: flex;
            align-items: center;
        }
        .picker-popup .picker-modal .picker-header .picker-header-title img {
            margin-top: 8px;
        }
        .period-block .picker-popup-footer {
            margin-top: 45px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .picker-popup .picker-popup-footer .period-val {
            margin: auto;
            display: block;
        }
        /* end calendar modal*/
        .filter-footer {display: flex;}
        .filter-footer .clear-form {
            margin-top: 20px;
            padding-right: 15px;
        }
        .filter-header .clear-form {display: none !important;}
    }
    body.is-picker-open {
        overflow: hidden !important;
        touch-action: none;
    }
}
/* End */


/* Start:/local/templates/ac.forum/assets/css/fm.selectator.jquery.css?17630673708025*/
/**
 * Selectator jQuery Plugin
 * A plugin for select elements
 * version 3.2, Apr 9th, 2020
 * by Ingi á Steinamørk
 */
/* mask */
#selectator_mask {
  background-color: transparent;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: 100;
}
#selectator_mask.selectator_mask_dimmed {
  background-color: rgba(0,0,0,0.1);
}
/* spinner keyframes */
/* main element */
.selectator_element {
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  background-color: #fff;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 2px;
}
.selectator_element * {
  box-sizing: border-box;
  text-decoration: none;
}
.selectator_element img {
  display: block;
}
.selectator_element.multiple {
  padding-right: 20px !important;
  padding-bottom: 5px !important;
}
.selectator_element.single {
  height: 36px;
  padding: 7px 10px !important;
}
.selectator_element.focused {
  box-shadow: 0 0 1px #39f;
  z-index: 101;
}
.selectator_element:after {
  position: absolute;
  cursor: pointer;
  content: '\25BC';
  font-size: 70%;
  transform: scaleY(0.75);
  right: 4px;
  color: rgba(0,0,0,0.75);
  top: 50%;
  line-height: 0;
}
.selectator_element.loading:before {
  border: 3px solid rgba(0,0,0,0.1);
  border-top: 3px solid rgba(0,0,0,0.5);
  border-radius: 50%;
  width: 14px;
  line-height: 0;
  height: 14px;
  margin-top: -10px;
  animation: selectator_spinner 500ms linear infinite;
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
}
/* selected items */
.selectator_selected_items .selectator_placeholder {
  font-size: 80%;
  color: rgba(0,0,0,0.5);
}
.single .selectator_selected_items {
  display: block;
}
.multiple .selectator_selected_items {
  display: inline;
}
.selectator_selected_items .selectator_selected_item {
  color: rgba(0,0,0,0.75);
  position: relative;
  vertical-align: top;
}
.single .selectator_selected_items .selectator_selected_item {
  background-color: transparent;
  display: block;
  margin: 0;
  padding: 0;
  font-size: inherit;
  text-decoration: none;
}
.multiple .selectator_selected_items .selectator_selected_item {
  background-color: #fafafa;
  display: inline-block;
  margin: 5px 0 0 5px;
  padding: 3px 20px 2px 5px;
  font-size: 80%;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
}
.selectator_selected_items .selectator_selected_item .selectator_selected_item_left {
  float: left;
}
.single .selectator_selected_items .selectator_selected_item .selectator_selected_item_left {
  float: left;
  width: 30px;
  margin-top: -2px;
}
.single .selectator_selected_items .selectator_selected_item .selectator_selected_item_left img {
  height: 22px;
  border-radius: 2px;
}
.multiple .selectator_selected_items .selectator_selected_item .selectator_selected_item_left {
  float: left;
  width: 22px;
  margin-top: -1px;
  margin-left: -2px;
}
.multiple .selectator_selected_items .selectator_selected_item .selectator_selected_item_left img {
  height: 18px;
  border-radius: 2px;
}
.single .selectator_selected_items .selectator_selected_item .selectator_selected_item_title {
  height: auto;
  line-height: 1.3;
}
.multiple .selectator_selected_items .selectator_selected_item .selectator_selected_item_title {
  float: left;
  padding-top: 1px;
  padding-bottom: 1px;
}
.selectator_selected_items .selectator_selected_item .selectator_selected_item_subtitle {
  display: none;
}
.single .selectator_selected_items .selectator_selected_item .selectator_selected_item_right {
  float: right;
  background-color: #ac6;
  color: #fff;
  font-weight: bold;
  font-size: 80%;
  text-align: center;
  line-height: 16px;
  border-radius: 12px;
  padding: 2px 12px;
  margin-right: 40px;
}
.multiple .selectator_selected_items .selectator_selected_item .selectator_selected_item_right {
  display: none;
}
.single .selectator_selected_items .selectator_selected_item .selectator_selected_item_remove {
  display: block;
  position: absolute;
  right: 16px;
  cursor: pointer;
  font-size: 75%;
  font-weight: bold;
  color: rgba(0,0,0,0.75);
  padding: 2px;
  line-height: 0;
  top: 50%;
  transform: scaleX(1.2);
}
.multiple .selectator_selected_items .selectator_selected_item .selectator_selected_item_remove {
  display: inline-block;
  font-weight: bold;
  color: rgba(0,0,0,0.75);
  margin: 0 0 0 5px;
  cursor: pointer;
  font-size: 60%;
  line-height: 10px;
  vertical-align: top;
  border-radius: 0 2px 2px 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 7px 5px 4px 5px;
}
.multiple .selectator_selected_items .selectator_selected_item .selectator_selected_item_remove:hover {
  background-color: rgba(0,0,0,0.1);
}
/* input field */
.selectator_input,
.selectator_textlength {
  border: 0;
  display: inline-block;
  margin: 0;
  background-color: transparent;
  font-size: 13px;
  outline: none;
}
.multiple .selectator_input,
.multiple .selectator_textlength {
  padding: 3px 0 0 0;
  margin: 7px 0 2px 5px;
}
.single .selectator_input {
  border: 1px solid #7f9db9;
  position: absolute;
  bottom: -40px;
  left: -1px;
  z-index: 101;
  padding: 10px 25px;
  width: 100%;
  width: calc(100% + 2px);
  border-bottom: 0;
  background-color: #f6f6f6;
  color: #333;
  font-size: inherit;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.single.options-hidden .selectator_input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}
.single.options-visible .selectator_input {
  opacity: 1;
}
.disable_search .selectator_input {
  opacity: 0;
  padding: 0 1px 1px 0 !important;
}
/* options */
.selectator_options {
  margin: 0;
  padding: 0;
  border: 1px solid #7f9db9;
  border-radius: 0 0 3px 3px;
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 101;
  background-color: #fff;
  overflow-y: scroll;
  max-height: 250px;
  list-style: none;
  left: -1px;
  right: -1px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.disable_search .selectator_options {
  border-top: 1px solid #7f9db9;
}
.single.disable_search .selectator_options {
  padding-top: 0;
}
.options-hidden .selectator_options {
  display: none;
}
.selectator_options .selectator_group {
  padding: 5px;
  font-weight: bold;
}
.selectator_options .selectator_option {
  padding: 5px;
  cursor: pointer;
  color: #000;
  min-height: 36px;
}
.selectator_options .selectator_option.selectator_group_option {
  padding-left: 20px;
}
.selectator_options .selectator_option:before,
.selectator_options .selectator_option:after {
  content: "";
  display: table;
}
.selectator_options .selectator_option:after {
  clear: both;
}
.selectator_options .selectator_option .selectator_option_left {
  float: left;
}
.selectator_options .selectator_option .selectator_option_left img {
  height: 30px;
  border-radius: 2px;
}
.selectator_options .selectator_option .selectator_option_title {
  margin-left: 40px;
}
.selectator_options .selectator_option .selectator_option_subtitle {
  font-size: 70%;
  color: rgba(0,0,0,0.5);
  margin-top: -4px;
  margin-bottom: -1px;
  margin-left: 40px;
}
.selectator_options .selectator_option .selectator_option_right {
  float: right;
  background-color: #ac6;
  color: #fff;
  font-weight: bold;
  font-size: 80%;
  text-align: center;
  line-height: 16px;
  border-radius: 12px;
  padding: 2px 12px;
  margin-top: 4px;
}
.selectator_options .selectator_option.active {
  background-color: #39f;
  color: #fff;
}
.selectator_options .selectator_option.active .selectator_option_subtitle {
  color: rgba(255,255,255,0.6);
}
@-moz-keyframes selectator_spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes selectator_spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes selectator_spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes selectator_spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* End */


/* Start:/local/templates/ac.forum/components/bitrix/news/news_inv_esg/bitrix/news.list/.default/style.css?17700679262092*/
.news-list {
    border-top: 1px solid #22997B;
    margin-top: 30px;
    padding-top: 30px;
}
.news-item {
    margin: 0 0 30px;
    font-family: "Arial", sans-serif;
    line-height: 1.55;
    display: flex;
    gap: 20px;
}

.news-date {
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #222;
    line-height: 33px;
}

.news-title {
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.news-text {
    font-size: 16px;
    color: #222;
    margin-bottom: 20px;
}

.news-links a {
    display: block;
    color: #22997B;
    margin-bottom: 10px;
    font-size: 15px;
    text-decoration: none;
    word-break: break-all;
}
.news-links a .arrow {
    transform: rotate(-90deg);
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 10px;
    margin-left: -19px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #22997B;
    transition: transform 0.2s ease;
}

.news-links a:hover {
    text-decoration: underline;
}

.news-tags {
    margin-top: 15px;
}

.tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    transition: max-height 0.25s ease;
}

.tag {
    padding: 6px 10px;
    border-radius: 4px;
    color: #fff;
    background-color: #777;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}
.tag.hidden-tag {display: none;}

.tag__jurisdiction {background-color: #b10000}
.tag__subject {background-color: #1047A9}
.tag__organisations {background-color: #666666}
.tag__regulators {background-color: #ffa500}
.tag__company_types {background-color: #008500}
.tag__persons {background-color: #a64b00}
.tag__type {background-color: #23997b}

.tags-toggle {
    margin-top: 10px;
    padding: 0;
    background: none;
    border: none;
    font-size: 15px;
    color: #777;
    cursor: pointer;
}

.tags-toggle:hover {
    text-decoration: underline;
}
@media (max-width: 768px) {
    .news-item {
        flex-direction: column;
        gap: 10px;
    }
}
/* End */


/* Start:/local/templates/ac.forum/components/bitrix/system.pagenavigation/ac-forum/style.css?1765725055249*/
.system-nav-ac-forum
{
	border-top: 1px solid #22997B;
}
.system-nav-ac-forum {
	.nav-title {
		padding: 15px 0;
	}
	a {
		font-family: "Arial", sans-serif;
		text-decoration: none;
		color: #22997B;
	}
	.nav-current-page {
		font-weight: bold;
	}
}
/* End */
/* /local/templates/ac.forum/components/bitrix/news/news_inv_esg/bitrix/catalog.filter/.default/style.css?177006793017347 */
/* /local/templates/ac.forum/assets/css/fm.selectator.jquery.css?17630673708025 */
/* /local/templates/ac.forum/components/bitrix/news/news_inv_esg/bitrix/news.list/.default/style.css?17700679262092 */
/* /local/templates/ac.forum/components/bitrix/system.pagenavigation/ac-forum/style.css?1765725055249 */
