

/* Start:/local/templates/zuker/components/bitrix/news/for-buyers/style.css?1789116134949*/
.helpful-card__img {
  object-fit: cover;
}

.helpful-detail .doc-card__image--file {
  align-items: center;
  justify-content: center;
  background-color: #F5F5F5;
  color: #FF6F00;
  font-size: 1rem;
  font-weight: 700;
}

.helpful-detail .contacts__docs-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.helpful-detail__tag-tabs .btn {
  cursor: pointer;
}

.helpful-detail {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.helpful-detail__tag-tabs {
  margin-bottom: 2rem;
}

.helpful-detail__tag-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.helpful-detail__tag-panel > :first-child {
  margin-top: 0;
}

@media (min-width: 48rem) {
  .helpful-detail .contacts__docs-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 64rem) {
  .helpful-detail .contacts__docs-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

/* End */
/* /local/templates/zuker/components/bitrix/news/for-buyers/style.css?1789116134949 */
