

/* Start:/bitrix/templates/government_default/components/bitrix/news.list/news_grid/style.css?17142402033195*/
.section--news-grid .section__header {
  margin-bottom: 1.375rem; }
  @media (min-width: 992px) {
    .section--news-grid .section__header {
      border-bottom: 1px solid #dee2e6;
      margin-bottom: 2.5rem;
      padding: 2.625rem 0; }
      html.bvi-active[data-bvi-theme] .section--news-grid .section__header {
        border-color: var(--bs-body-color); } }

.card--news.card {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #dee2e6;
  font-size: 0.875rem;
  line-height: 1.42857; }
  @media (min-width: 992px) {
    .card--news.card {
      border-bottom: none; } }

.card--news .card-img-canvas {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  width: 4.5rem; }
  @media (min-width: 992px) {
    .card--news .card-img-canvas {
      padding-bottom: 48.21428%;
      width: auto; } }

.card--news .card-img {
  border-radius: 0;
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%; }

.card--news .card-body {
  padding: 0; }

.card--news .card-title {
  font-size: 1rem;
  line-height: 1.375;
  max-height: 4.125rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }
  @media (min-width: 992px) {
    .card--news .card-title {
      height: 4.125rem; } }

@media (min-width: 992px) {
  .card--news .card-text {
    max-height: 3.75rem;
    overflow: hidden; } }

.card--news .card-time {
  color: var(--bs-gray-600); }

.card--news-bg .card-img-overlay {
  padding: 0; }

@media (min-width: 992px) {
  .card--news-bg .card-title {
    font-size: 1.25rem;
    line-height: 1.4;
    height: auto; }
    html.bvi-active[data-bvi-theme] .card--news-bg .card-title > a {
      color: currentColor; }
    .card--news-bg .card-title > a::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      content: ""; }
  .card--news-bg .card-img-overlay {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.45)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    color: var(--bs-light);
    padding: 1.875rem 1.875rem; }
  .card--news-bg .card-time {
    color: #EFEFEF; }
  html.bvi-active[data-bvi-theme] .card--news-bg .card-img-overlay,
  html.bvi-active[data-bvi-theme] .card--news-bg .card-time {
    --bs-text-opacity: 1;
    color: var(--bs-light) !important; }
  html.bvi-active[data-bvi-theme="black"] .card--news-bg .card-img-overlay,
  html.bvi-active[data-bvi-theme="black"] .card--news-bg .card-time,
  html.bvi-active[data-bvi-theme="green"] .card--news-bg .card-img-overlay,
  html.bvi-active[data-bvi-theme="green"] .card--news-bg .card-time {
    --bs-text-opacity: 1;
    color: var(--bs-body-color) !important; } }

/* End */


/* Start:/bitrix/templates/government_default/components/bitrix/news.list/map_svg/style.css?17142402031876*/
.map-interactive{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 30px;
    padding-top: 40px;
}


.map-button-region{
    cursor: pointer;
}
.map-button-region:hover{
    opacity: 0.8;
}

.map-svg{
    width: calc(100% - 360px);
    max-width: 650px;
}

.map-svg svg{
    width: 100%;
    height: auto;
}

.map-statistics{
    max-width: 320px; 
}

.mapstat-container{
    border-radius: 12px;
    background: #EFEFEF;
    padding: 15px 10px;

    width: 320px;
    max-width: 100%;
    display: none;
}

.mapstat-container.active{
    display: block;
}

.mapstat-section{
    background: #fff;
    border-radius: 12px;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.mapstat-section:last-child{
    margin-bottom: 0;
}

.mapstat-title{
    font-size: 24px;
}

.mapstat-chart-line{
    width: 100%;
    height: 5px;
    background: rgba(68, 145, 108, 0.19);
    border-radius: 2px;
    overflow: hidden;
    margin: 10px 0;
}

.mapstat-chart-line-progress{
    width: auto;
    height: 5px;
    border-radius: 2px;
}

.mapstat-chart-line.yellow .mapstat-chart-line-progress{
    background: #EDB208;
}

.mapstat-chart-line.green .mapstat-chart-line-progress{
    background: #3C7D5E;
}

.mapstat-chart-dates{
    display: flex;
    justify-content: space-between;
}

.mapstat-chart-title{
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1;
}

.mapstat-chart-subtitle{
    font-size: 14px;
}

.mapstat-chart-title + .mapstat-chart-section{
    margin-bottom: 20px;
}

.map-item{}
.map-item:hover{
    opacity: 0.6;
}

@media (max-width: 767px) {
    .map-interactive{
        flex-direction: column;
    }

    .map-svg{
        width: 100%;
        margin-bottom: 40px;
    }

    .map-statistics{
        width: 100%;
        max-width: none;
    }

    .mapstat-container{
        width: 100%;
    }
}
/* End */
/* /bitrix/templates/government_default/components/bitrix/news.list/news_grid/style.css?17142402033195 */
/* /bitrix/templates/government_default/components/bitrix/news.list/map_svg/style.css?17142402031876 */
