div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.news-preview {
  width: 330px;
  padding: 0 15px;
  height: 58px;
  background-color: #fff;
  /* margin: auto; */
  position: absolute;
  bottom: 14px;
  left: 18.5px;
  border-radius: 14px;
  display: flex
;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.news_btn {
  font-size: 11px !important;
  padding: 0 5px 2px 10px !important;
  width: 100px !important;
  height: 19px !important;
  border-radius: 5px !important;
  justify-content: space-between !important;
  border: solid 1.67px #000 !important;
  margin: 0 auto !important;
}

.card-news {
  width: 367px;
  height: 490px;
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #d9dbda;
  /* padding: 0 30px 0 0; */
}
.news_img-news{
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.news_btn:hover .more-i{
  stroke: #fff;
}
.card_text {
  margin-top: 14px;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #111111;
  height: 80px;
  text-align: justify;
}
.card_clear-news {
  font-size: 14px;
  font-weight: 600;
  width: 62%;
  font-family: 'AeroportBoldFont';
  line-height: 16px;
  /* margin-top: 26px; */
}
.u-radius-20 {
  border-radius: 20px; /* Радиус скругления */
  padding: 10px 10px 10px 10px;
}
.truncate {
   
	padding: 10px; /* Поля вокруг текста */
  white-space: pre-wrap; /* Текст не переносится */
  overflow: hidden; /* Обрезаем всё за пределами блока */
  text-overflow: ellipsis; /* Добавляем многоточие */
}
.news_btn svg {
  margin-top: 3px !important;
}

@media (max-width: 575px) {
  .card-news {
    width: 100%;
    height: 200px;
    padding: 0 20px 0 0;
    border-radius: 10px;
  }
  .news_img-news{
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
    .news_wrapper {
        display: flex !important;
        flex-direction: column;
        row-gap: 20px !important;
    }
    .news-preview{
      bottom: 0;
      border-radius: 10px;
      border: 2px solid;
      padding: 0 5px 0 20px;
  }
      .btn.btn_big.news_btn {
        width: 70px !important;
        border-width: 2px !important;
        height: 48px !important;
        margin: 0;
        border-radius: 10px !important;
        padding: 0 10px 2px !important;
    }
    .card_clear-news {
      width: 76%;
    }
      .news_btn span {
        display: none;
    }
    .news_btn svg {
        transform: scale(3);
        margin: 0 auto;
    }
}

@media screen and (min-width: 992px) {
  .news_wrapper {
      grid-template-columns: repeat(auto-fit, 386px) !important;
      gap: 37px 42px !important;
  }
}

