

/* Start:/local/templates/.default/components/bitrix/news.list/news/style.css?17120645002326*/
*, :before, :after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
  
.wrapper {
  background: linear-gradient(89.61deg, #009999 13.97%, #64c72a 92.29%);
}

.news.container {
  padding-top: 200px;
}

.news_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
  max-height: calc(100vh - 220px);
  overflow: auto;
  padding-right: 30px;
  align-items: baseline;
}

.news_cards::-webkit-scrollbar {
  height: 30px;
  width: 30px;
}

.news_cards::-webkit-scrollbar-track {
  background: #A2DD7F;
  border-radius: 22px;
}
.news_cards::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 22px;
  border: 5px solid #A2DD7F;
}

.news_card {
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.news_card img {
  display: block;
  max-height: 310px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}

.news_card-content {
  padding: 24px 16px;
  display: grid;
  gap: 18px;
}

.news_card-name {
  font-size: 25px;
  font-weight: 500;
  height: 140px;
}

.news_card-date {
  font-size: 20px;
}

.news_card-link {
  display: block;
  font-size: 25px;
  font-weight: 500;
  width: 100%;
  padding: 11px;
  color: #fff;
  background: linear-gradient(89.61deg, #009999 13.97%, #64c72a 92.29%);
  text-align: center;
  border-radius: 20px;
}

.news_card-label {
  width: 240px;
  height: 50px;
  padding: 10px;
  position: absolute;
  top: 30px;
  left: -20px;
  background-color: #fff;
  border-radius: 25px;
}

.news_card-label img {
  object-fit: contain;
}

@media (max-width: 1400px) {
  .news.container {
    padding-top: 150px;
  }

  .news_cards {
    grid-template-columns: repeat(2, 1fr);
    padding-right: 15px;
  }
}

@media (max-width: 850px) {

  .news.container {
    padding-top: 70px;
  }
  
  .news_cards {
    grid-template-columns: 1fr;
  }

  .news_cards::-webkit-scrollbar {
    height: 11px;
    width: 11px;
  }

  .news_cards::-webkit-scrollbar-track {
    border-radius: 5px;
  }
  .news_cards::-webkit-scrollbar-thumb {
    border-radius: 5px;
    border: 1px solid #A2DD7F;
  }

  .news_card-name {
    font-size: 13px;
    height: auto;
  }

  .news_card-date {
    font-size: 10px;
  }
  
  .news_card-link {
    font-size: 13px;
  }
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/news/style.css?17120645002326 */
