

/* Start:/bitrix/templates/kuzminki2020/components/bitrix/news.list/bootstrap_v5_about_park/style.css?15954071332098*/
.all_news__news {
display: inline-grid;
position: relative;
width: 100%;
padding: 15px 4%;
justify-items: center;
grid-template-columns: auto auto auto;
grid-template-rows: auto auto auto;
grid-gap: 24px;
transition: 0.5s;
}

.all_news__news .text {
grid-column: 1 / 5;
}

@media (max-width: 1206px) {
.all_news__news {
grid-template-columns: auto auto auto;
transition: 0.5s;
}

.all_news__news .text {
grid-column: 1 / 4;
transition: 0.5s;
}
}

@media (max-width: 899px) {
.all_news__news {
grid-template-columns: auto auto;
transition: 0.5s;
}

.all_news__news .text {
grid-column: 1 / 3;
transition: 0.5s;
}
}

@media (max-width: 594px) {
.all_news__news {
grid-template-columns: auto;
transition: 0.5s;
}

.all_news__news .text {
grid-column: 1 / 2;
transition: 0.5s;
}
}

.all_news__news__item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-flex;
  position: relative;
  width: 260px;
  height: 307px;
  border-radius: 20px;
}
.all_news__news__item a {
  width: inherit;
  height: inherit;
  position: inherit;
  display: inherit;
  text-decoration: none;
}
.all_news__news__item .item__news {
  width: inherit;
  height: inherit;
  position: inherit;
}
.all_news__news__item .item__news:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  z-index: 1;
  border-radius: 20px;
  transition: 0.5s;
}
.all_news__news__item .item__news:hover:before {
  opacity: 0.5;
  transition: 0.5s;
}
.all_news__news__item h3 {
  width: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.6px;
  display: block;
  position: absolute;
  top: 21px;
  padding-left: 28px;
  padding-right: 24px;
  z-index: 100;
  max-height: 100px;
  overflow: hidden;
  color: white;
}
.all_news__news__item .item__news__date {
  width: auto;
  font-size: 11px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.14px;
  display: block;
  position: absolute;
  bottom: 18px;
  padding-left: 28px;
  z-index: 100;
  color: white;
}
/* End */
/* /bitrix/templates/kuzminki2020/components/bitrix/news.list/bootstrap_v5_about_park/style.css?15954071332098 */
