

/* Start:/local/templates/.default/components/bitrix/news.detail/gallery/style.css?1759846985560*/
.gallery {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
}
.gallery__item {
  flex: 0 1 calc(25% - 22.5px);
  width: calc(25% - 22.5px);
}
.gallery__item picture {
  display: block;
}
.gallery__item img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .gallery__item {
    flex: 0 1 calc(33.33333% - 20px);
    width: calc(33.33333% - 20px);
  }
}
@media (max-width: 575.98px) {
  .gallery__item {
    flex: 0 1 100%;
    width: 100%;
  }
}
/* End */
/* /local/templates/.default/components/bitrix/news.detail/gallery/style.css?1759846985560 */
