.ns-bitrix.c-news-list.c-news-list-tile-3 .news-list-item:hover .news-list-item-picture {
  opacity: 0;
}
.ns-bitrix.c-news-list.c-news-list-tile-3 .news-list-item-wrapper {
  height: 560px;
  border-radius: 25px;
  background: #000;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
}
.ns-bitrix.c-news-list.c-news-list-tile-3 .news-list-item-wrapper:hover {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.ns-bitrix.c-news-list.c-news-list-tile-3 .news-list-item-picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ns-bitrix.c-news-list.c-news-list-tile-3 .news-list-item-picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3607843137);
  border-radius: 25px;
  z-index: 1;
}
.ns-bitrix.c-news-list.c-news-list-tile-3 .news-list-item-picture > * {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 25px;
  display: block;
  text-decoration: none;
}
.ns-bitrix.c-news-list.c-news-list-tile-3 .news-list-item-text {
  position: relative;
  padding: 50px 30px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ns-bitrix.c-news-list.c-news-list-tile-3 .news-list-item-text[data-date=true] {
  padding-bottom: 30px;
}
.ns-bitrix.c-news-list.c-news-list-tile-3 .news-list-item-name > * {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  margin-bottom: 10px;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.ns-bitrix.c-news-list.c-news-list-tile-3 .news-list-item-description {
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  flex-grow: 1;
}
.ns-bitrix.c-news-list.c-news-list-tile-3 .news-list-item-date {
  border-top: 1px solid #fff;
  padding-top: 40px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: auto;
}
.ns-bitrix.c-news-list.c-news-list-tile-3 .news-list-item-date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ns-bitrix.c-news-list.c-news-list-tile-3 .news-list-item-date-day {
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0;
}
.ns-bitrix.c-news-list.c-news-list-tile-3 .news-list-item-date-month-year {
  text-align: right;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
}
.ns-bitrix.c-news-list.c-news-list-tile-3 .news-list-item-tags {
  margin-top: 15px;
}
.ns-bitrix.c-news-list.c-news-list-tile-3 .news-list-item-tags-item-wrapper {
  display: block;
  margin: 0;
}
.ns-bitrix.c-news-list.c-news-list-tile-3 .news-list-item-tags-item-wrapper input {
  display: none;
}
.ns-bitrix.c-news-list.c-news-list-tile-3 .news-list-item-tags-item-wrapper span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  padding: 3px;
  white-space: nowrap;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color, background-color 0.4s;
  -moz-transition: color, background-color 0.4s;
  -o-transition: color, background-color 0.4s;
  transition: color, background-color 0.4s;
}
.ns-bitrix.c-news-list.c-news-list-tile-3 .news-list-item-tags-item-wrapper input:enabled + span {
  cursor: pointer;
}
.ns-bitrix.c-news-list.c-news-list-tile-3 .news-list-item-tags-item-wrapper input:disabled + span {
  cursor: default;
}
.ns-bitrix.c-news-list.c-news-list-tile-3 .news-list-item-tags-item-wrapper input:checked + span,
.ns-bitrix.c-news-list.c-news-list-tile-3 .news-list-item-tags-item-wrapper input:enabled + span:hover {
  color: #FFF;
}
.ns-bitrix.c-news-list.c-news-list-tile-3 [data-rounded=true] {
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.ns-bitrix.c-news-list.c-news-list-tile-3 [data-role=form] {
  display: none;
}
@media all and (max-width: 768px) {
  .ns-bitrix.c-news-list.c-news-list-tile-3 .news-list-item-text {
    padding: 20px 15px;
  }
  .ns-bitrix.c-news-list.c-news-list-tile-3 .news-list-item-text[data-date=true] {
    padding-bottom: 15px;
  }
  .ns-bitrix.c-news-list.c-news-list-tile-3 .news-list-item-description {
    font-size: 12px;
    line-height: 18px;
  }
  .ns-bitrix.c-news-list.c-news-list-tile-3 .news-list-item-date {
    margin-top: 15px;
    padding-top: 15px;
  }
  .ns-bitrix.c-news-list.c-news-list-tile-3 .news-list-item-date-day {
    font-size: 32px;
  }
  .ns-bitrix.c-news-list.c-news-list-tile-3 .news-list-item-date-month-year {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
