

/* Start:/bitrix/templates/pages/components/bitrix/news.list/gallery/style.css?17621894761075*/
.galleryPage {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px dashed #bbb;
  border-left: 1px dashed #bbb;
  margin-bottom: 20px;
}

.galleryPage__item {
  display: flex;
    flex-direction: column;
    justify-content: space-between;
  width: calc(100% / 4);
  border-right: 1px dashed #bbb;
  border-bottom: 1px dashed #bbb;
  padding: 10px 20px 20px 20px;
      text-align: center;
}

.galleryPage__item:nth-child(4n+4) {border-left: none;}

.galleryPage__img {
	display: block;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	height: 200px;
	width: 100%;
}

.galleryPage__title {
    font-size: 14px;
    margin-bottom: 10px;
}
.galleryPage__name {
    font-weight: bold;
}
.galleryPage__description {
    margin-top: 5px;
}

.ajax_loader {
  width: 100%;
}

@media (max-width: 1200px) {
  .galleryPage__item {
     width: calc(100% / 3);
  }
}
@media (max-width: 991px) {
  .galleryPage__item {
     width: calc(100% / 2);
  }
}
@media (max-width: 580px) {
  .galleryPage__item {
     width: 100%;
  }
}
/* End */
/* /bitrix/templates/pages/components/bitrix/news.list/gallery/style.css?17621894761075 */
