

/* Start:/local/templates/decom/components/bitrix/news/decom-news/bitrix/news.list/.default/style.css?17708187872369*/
.news-list {
    /* --list-gap: 0px; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: var(--list-gap);
    padding: 0;
    margin: 0;
}

@media (max-width: 767.98px) {
    .news-list {
        justify-content: center;
        margin: 20px 0;
    }
}
@media (max-width: 575.98px) {
    .news-list {
        gap: 20px;
    }
}

.news-list__item {
    padding: 0;
    margin: 0;
    width: calc(100% / 4);
}
@media (max-width: 1199.98px) {
  .news-list__item {
    width: calc(100% / 3);
  }
}
@media (max-width: 991.98px) {
  .news-list__item {
    width: calc(100% / 2);
  }
}

@media (max-width: 575.98px) {
  .news-list__item {
    width: 90%;
  }
}

.news-card {
    display: block;
    -webkit-transition: background 0.25s ease-in-out;
    transition: background 0.25s ease-in-out;
    padding: 35px 20px 20px;
}

@media (max-width: 575.98px) {
  .news-card {
    border: 1px solid #5bb38a;
    position: relative;
    overflow: hidden;
    background: #eef9f4;
    padding: 20px 15px;
  }
}
.news-card:hover {
    background: #f5f5f5;
}

.news-card__link {
    display: flex;
    flex-direction: column;
}


.news-card__title {
    margin-top: 13px;
    font-size: 18px;
    color: #000;
    line-height: 1.389;
}
@media (max-width: 575.98px) {
  .news-card__title {
    font-size: 15px;
    max-width: 70%;
  }
}

.news-card__day {
    margin-right: 5px;
    font-size: 36px;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
}

@media (max-width: 575.98px) {
  .news-card__day {
    font-size: 16px;
    font-weight: 500;
  }
}

.news-card__date {
    padding-bottom: 6px;
    font-size: 23px;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
}

@media (max-width: 575.98px) {
  .news-card__date {
    font-size: 16px;
    font-weight: 500;
  }
}

.news-card__img {
    max-width: none;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
}

@media (max-width: 575.98px) {
  .news-card__img {
    max-width: 30%;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
}

@media (max-width: 376.98px) {
  .news-card__img {
    max-width: 40%;
  }
}

@media (max-width: 300px) {
  .news-card__img {
    display: none;
  }
}
/* End */
/* /local/templates/decom/components/bitrix/news/decom-news/bitrix/news.list/.default/style.css?17708187872369 */
