

/* Start:/local/templates/new/assets/css/news/new-catalog.css?17266402532053*/
.news-catalog {
  padding-top: 24px;
  padding-bottom: 65px;
}

.news-catalog__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 48px;
  margin-bottom: 64px;
}

.news-catalog__item {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}
.news-catalog__img {
  min-height: 219px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
  display: block;
}

.news-catalog__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-catalog__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--gray-color);
  display: block;
  margin-bottom: 6px;
}

.news-catalog__link {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: var(--black-color);
}

@media (min-width: 480px) {
  .news-catalog__wrapper {
    grid-template-columns: repeat(8, 1fr);
    grid-row-gap: 40px;
    grid-column-gap: 20px;
    margin-bottom: 80px;
  }

  .news-catalog__img {
    min-height: 163px;
  }

  .news-catalog__link {
    -webkit-line-clamp: 3;
  }
}

@media (min-width: 768px) {
  .news-catalog {
    padding-top: 0px;
    padding-bottom: 90px;
  }

  .news-catalog__wrapper {
    grid-template-columns: repeat(12, 1fr);
    grid-row-gap: 64px;
    grid-column-gap: 32px;
  }

  .news-catalog__img {
    margin-bottom: 20px;
    border-radius: 10px;
    height: 170px;
  }

  .news-catalog__date {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .news-catalog__link {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
}

@media (min-width: 1280px) {
  .news-catalog__wrapper {
    grid-row-gap: 70px;
    grid-column-gap: 41px;
  }

  .news-catalog__img {
    min-height: 273px;
  }

  .news-catalog__link {
    -webkit-line-clamp: 2;
  }
}

/* End */


/* Start:/local/templates/new/components/bitrix/news/brands/bitrix/news.list/.default/style.css?17266402492825*/
@font-face {
    font-family: "Circe";
    src: url("/local/templates/new/components/bitrix/news/brands/bitrix/news.list/.default/fonts/Circe-Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: "Circe";
    src: url("/local/templates/new/components/bitrix/news/brands/bitrix/news.list/.default/fonts/Circe-Bold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}
.brands__header {
    margin-bottom: 20px;
}
@media (min-width: 480px) {
    .brands__header {
        margin-bottom: 24px;
    }
}
@media (min-width: 768px) {
    .brands__header {
        margin-bottom: 32px;
    }
}
.brands__info {
    color: var(--black-color);
    line-height: 125%;
}
@media (min-width: 1024px) {
    .brands__info {
        max-width: 660px;
        line-height: 24px;
    }
}

.brands__info p {
    font-size: 15px;
}

.brands__grid {
    margin-top: 30px;
    margin-bottom: 64px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
}

.brands__item-img {
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
    height: 36px;
}

.brands__item-img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 480px) {
    .brands__grid {
        margin-top: 40px;
        gap: 14px;
    }
}
@media (min-width: 768px) {
    .brands__grid {
        margin-bottom: 80px;
        margin-top: 48px;
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (min-width: 1024px) {
    .brands__grid {
        margin-top: 56px;
        gap: 50px;
    }
}
.brands__item {
    padding: 16px 8px;
    border: 1px solid var(--gray-light-color);
    border-radius: 6px;
    transition: var(--base-transition);
}

.pagination__wrapper {
    margin-bottom: 30px;
}
@media (min-width: 480px) {
    .brands__item {
        padding: 18px 14px;
    }
}
@media (min-width: 768px) {
    .brands__item {
        padding: 17px 8px;
    }
}
@media (min-width: 1024px) {
    .brands__item {
        padding: 18px;
    }
}
@media (hover: hover) {
    .brands__item:hover {
        box-shadow: 0 0 20px 0 rgba(9, 55, 65, 0.08);
    }
}
@media (hover: none) {
    .brands__item:active {
        box-shadow: 0 0 20px 0 rgba(9, 55, 65, 0.08);
    }
}
.brands__item-img {
    display: grid;
    place-items: center;
    height: 36px;
}
@media (min-width: 480px) {
    .brands__item-img {
        height: 54px;
    }
}
@media (min-width: 768px) {
    .brands__item-img {
        height: 76px;
    }
}
@media (min-width: 1024px) {
    .brands__item-img {
        height: 104px;
    }
}
.brands__item-img img {
    width: 100%;
    height: auto;
}/*# sourceMappingURL=new_style.css.map */



/* End */
/* /local/templates/new/assets/css/news/new-catalog.css?17266402532053 */
/* /local/templates/new/components/bitrix/news/brands/bitrix/news.list/.default/style.css?17266402492825 */
