/*!*************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js!./local/templates/gosDiasoft/components/bitrix/news.list/news_two/style.scss ***!
  \*************************************************************************************************************************************************************************************************/
/* ------------------------ */
.b-news-two {
  display: flex;
  flex-wrap: wrap;
}
.b-news-two .news-two__title {
  width: 25%;
}
@media (max-width: 767px) {
  .b-news-two .news-two__title {
    width: 100%;
  }
}
.b-news-two .news-two__inner {
  display: flex;
  width: 75%;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .b-news-two .news-two__inner {
    width: 100%;
  }
}
.b-news-two .news-two__inner + div {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .b-news-two .news-two__inner + div {
    margin-top: 0;
  }
}
.b-news-two .news-two__inner + div a {
  color: #383838;
  font-size: 14px;
  text-decoration: underline;
}
.b-news-two .news-two__inner + div a:hover {
  color: #B20035;
}
.b-news-two .news-two__item {
  width: calc(50% - 15px);
  font-size: 14px;
}
.b-news-two .news-two__item a {
  display: block;
  margin-bottom: 20px;
  color: #B20035;
}
.b-news-two .news-two__item .date {
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 1239px) {
  .b-news-two .news-two__item {
    width: 100%;
  }
  .b-news-two .news-two__item:nth-child(2) {
    display: none;
  }
}
.b-news-two .news-two__all-link {
  margin-left: auto;
}
@media (min-width: 768px) {
  .b-news-two:not(.b-news-two--list) .news-two__title {
    margin-bottom: 0;
  }
}
.b-news-two--list .news-two__title {
  width: 100%;
}
.b-news-two--list .news-two__inner {
  width: 100%;
  flex-direction: column;
  margin-bottom: 0;
}
.b-news-two--list .news-two__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 18px;
  margin-bottom: 20px;
}
.b-news-two--list .news-two__item .date {
  order: 1;
  margin: 0;
}
.b-news-two--list .news-two__item:last-child {
  margin-bottom: 0;
}
.b-news-two--list .news-two__item > a {
  order: 2;
  margin: 0;
}
.b-news-two--list .news-two__item > .news-content {
  order: 3;
  margin: 0;
}
@media (max-width: 1239px) {
  .b-news-two--list .news-two__item {
    font-size: 16px;
  }
  .b-news-two--list .news-two__item:nth-child(2) {
    display: block;
  }
}
