

/* Start:/bitrix/templates/foxcoder-corp/components/bitrix/news.list/projects/style.css?16830952372872*/
.projects-list-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius-lg);
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
}

.projects-list-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.2s ease-in-out;
}

.projects-list-item__img-wrapper {
  position: relative;
  overflow: hidden;
}

.projects-list-item__img-wrapper::after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 51%;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 100%);
}

.projects-list-item__img-inner {
  position: relative;
  display: block;
  padding-top: 100%;
}
@media (min-width: 768px) {
  .projects-list-item__img-inner {
    padding-top: 66%;
  }
}

.projects-list-item__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.projects-list-item__img {
  transition: transform 0.4s ease;
}

.projects-list-item__content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  padding-top: var(--space-2);
  padding-bottom: var(--space-5);
  color: var(--color-text-white-primary);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.projects-list-item__content-inner {
  position: relative;
  display: block;
  padding-right: var(--space-5);
  padding-left: var(--space-5);
}
@media (min-width: 768px) {
  .projects-list-item__content-inner {
    padding-right: var(--space-6);
    padding-left: var(--space-6);
  }
}

.projects-list-item__content-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.projects-list-item__title {
  font-size: var(--typo-body-md-font-size);
  line-height: var(--typo-body-md-short-line-height);
  font-weight: var(--typo-subtitle-font-weight);
}
@media (min-width: 768px) {
  .projects-list-item__title {
    font-size: var(--typo-body-lg-font-size);
    line-height: var(--typo-body-lg-short-line-height);
  }
}

.projects-list-item__section {
  font-size: var(--typo-body-sm-font-size);
  line-height: var(--typo-body-sm-short-line-height);
  color: var(--color-text-white-secondary);
  margin-bottom: var(--space-2);
}

.projects-list-item__preview {
  margin-top: var(--space-2);
  font-size: var(--typo-body-sm-font-size);
  line-height: var(--typo-body-sm-line-height);
  color: var(--color-text-white-secondary);
}

.projects-list-item__date {
  margin-top: var(--space-4);
  font-size: var(--typo-body-xs-font-size);
  line-height: var(--typo-body-xs-short-line-height);
  color: var(--color-text-white-secondary);
}

.projects-list-item:hover .projects-list-item__img {
  transform: scale(1.1);
}

.projects-list-item:hover::before {
  opacity: 0.5;
}

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

/* End */
/* /bitrix/templates/foxcoder-corp/components/bitrix/news.list/projects/style.css?16830952372872 */
