.news {
  margin-top: 40px;
  padding-bottom: 40px
}
.news__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start
}
.news__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px
}
.news__list_col_3 .news__item {
  width: calc(100% / 3 - 12px)
}
.news__item {
  overflow: hidden;
  width: calc(100% / 4 - 12px);
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 12px;
  background: #fff;
  border-radius: 20px
}
.news__img-block {
  line-height: 0
}
.news__img-block img,
.news__img-block picture {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 180px;
  max-height: 180px;
  -o-object-fit: cover;
  object-fit: cover
}
.news__text-block {
  padding: 20px
}
.news__date {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  color: #e81b23
}
.news__title-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}
.news__title-block svg {
  display: none;
  flex-shrink: 0
}
.news__list_row .news__title-block {
  display: block
}
.news__title {
  overflow-y: hidden;
  height: 48px;
  max-width: 296px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #0e0e0e
}
.news__text {
  font-size: 14px;
  line-height: 110%;
  color: #0e0e0e
}
@media (min-width:701px) {
  .news__list_row .news__item {
    width: 100%;
    display: flex;
    overflow: visible;
    max-width: 1070px;
    margin-right: 0
  }
  .news__list_row .news__item:not(:last-child) {
    margin-bottom: 12px
  }
  .news__list_row .news__img-block {
    width: 100%;
    max-width: 370px;
    min-width: 370px
  }
  .news__list_row .news__img-block img {
    border-radius: 20px
  }
}
@media (min-width:769px) {
  .news.news_second {
    padding-top: 20px
  }
}
@media (min-width:1025px) {
  .news__list_row .news__text-block {
    padding-left: 40px
  }
  .news__list_row .news__title-block {
    display: block
  }
  .news__list_row .news__title {
    max-width: initial;
    height: auto;
    margin-bottom: 16px
  }
}
@media (max-width:1400px) {
  .news__list_col_3 .news__item {
    width: calc(100% / 2 - 12px)
  }
  .news__item {
    width: calc(100% / 3 - 12px)
  }
}
@media (max-width:1023px) {
  .news {
    margin-top: 0;
    padding-bottom: 18px
  }
  .news__list_col_3 .news__item {
    width: calc(100% / 1 - 12px)
  }
  .news__item {
    width: calc(100% / 2 - 12px)
  }
  .news__date {
    margin-bottom: 13px
  }
  .news__title-block svg {
    display: block;
    color: #e81b23;
    margin-left: auto;
    margin-top: -5px
  }
  .news__title {
    height: auto;
    font-size: 16px;
    line-height: 19px
  }
}
@media (max-width:700px) {
  .news__list_col_3 .news__item {
    width: calc(100% / 1 - 12px)
  }
  .news__item {
    width: calc(100% / 1 - 12px);
    margin-bottom: 28px
  }
  .news__item:last-child {
    margin-bottom: 4px
  }
}
@media (max-width:450px) {
  .news__img-block img,
  .news__img-block picture {
    min-height: 150px;
    max-height: 150px
  }
}