

/* Start:/local/templates/html/assets/components-template/news-list/style.css?1790064177703*/
.news-list__inner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 2.4rem; }
  @media (max-width: 767px) {
    .news-list__inner {
      margin-bottom: 32px;
      gap: 20px; } }

.news-list .news-card-wrap {
  width: calc(100% / 4 - (2.4rem * 3 / 4)); }
  @media (max-width: 1249px) {
    .news-list .news-card-wrap {
      width: calc(100% / 3 - (2.4rem * 2 / 3)); } }
  @media (max-width: 1099px) {
    .news-list .news-card-wrap {
      width: calc(100% / 3 - (16px * 2 / 3)); } }
  @media (max-width: 767px) {
    .news-list .news-card-wrap {
      width: calc(100% / 2 - (20px * 1 / 2)); } }
  @media (max-width: 575px) {
    .news-list .news-card-wrap {
      width: 100%; } }

/* End */


/* Start:/local/templates/html/assets/components-template/mixin__news-card/style.css?17900641771940*/
.news-card {
  position: relative;
  width: 100%;
  height: 100%;
  transition: box-shadow .3s ease; }
  @media (hover: hover) {
    .news-card {
      cursor: pointer; }
      .news-card:hover {
        z-index: 10;
        box-shadow: 8px 8px 8px 0px rgba(136, 136, 136, 0.2); } }
  .news-card:active .news-card__title {
    color: var(--theme-base-color); }
  .news-card__inner {
    height: 100%;
    display: flex;
    overflow: hidden;
    flex-direction: column; }
  .news-card__header {
    position: relative;
    overflow: hidden;
    padding-bottom: 64.35%; }
    .news-card__header .lazy-img-wrap {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .news-card__header .lazy-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .news-card__header .lazy-img-wrap .swiper-lazy:not(.loaded) {
        min-width: 100%;
        min-height: 100%; }
  .news-card__footer {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: auto 0;
    padding: 1.6rem 0;
    gap: 1.6rem; }
    @media (max-width: 1099px) {
      .news-card__footer {
        padding: 12px 0;
        gap: 12px; } }
  .news-card__tag--discount {
    background-color: #eb5757; }
  .news-card__tag--sale {
    background-color: #0b21b1; }
  .news-card__tag--cheap {
    background-color: #ef5da8; }
  .news-card__title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    transition: color ease .3s;
    font-weight: 600;
    -webkit-line-clamp: 2; }
  .news-card__descr {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; }
    @media (max-width: 767px) {
      .news-card__descr {
        display: none; } }
  .news-card__date {
    color: #9A9CA1; }

/* End */
/* /local/templates/html/assets/components-template/news-list/style.css?1790064177703 */
/* /local/templates/html/assets/components-template/mixin__news-card/style.css?17900641771940 */
