

/* Start:/local/components/bitrix/news.list/templates/l-c--t-news-list/style.css?17483418042861*/
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: 357px;
  padding: 0 21px;
  height: 58px;
  background-color: #fff;
  /* margin: auto; */
  position: absolute;
  bottom: 14px;
  left: 14px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.news_btn {
  font-size: 13px !important;
  padding: 0 10px 2px !important;
  width: 120px !important;
  height: 25px !important;
  border-radius: 5px !important;
  justify-content: space-between !important;
  border: solid 1.67px #000 !important;
}

.card-news {
  width: 386px;
  height: 386px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /* 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: 15px;
  font-weight: 600;
  width: 50%;
  font-family: 'AeroportBoldFont';
  line-height: 20px;
  /* margin-top: 26px; */
  /* font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis; */
  
}
.u-radius-20 {
  border-radius: 20px; /* Радиус скругления */
  padding: 10px 10px 10px 10px;
}
.truncate {
   
	padding: 10px; /* Поля вокруг текста */
  white-space: pre-wrap; /* Текст не переносится */
  overflow: hidden; /* Обрезаем всё за пределами блока */
  text-overflow: ellipsis; /* Добавляем многоточие */
}

@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;
  }
  .news_btn span {
    display: none;
  }
  .btn.btn_big.news_btn {
    width: 70px !important;
    border-width: 2px !important;
    height: 48px !important;
    margin: 0;
    border-radius: 10px !important;
  }
  .news_btn svg {
    transform: scale(3);
    margin: 0 auto;
  }
  .news-preview {
    padding: 0 5px 0 20px;
  }
  .card_clear-news {
    width: 75%;
    line-height: 15px;
  }
}

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


/* End */
/* /local/components/bitrix/news.list/templates/l-c--t-news-list/style.css?17483418042861 */
