

/* Start:/bitrix/templates/.default/components/bitrix/catalog.element/.default/style.css?17367995021024*/
.ImageGrid {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	margin: 0.5em -4px 1.5em -4px;
}

.ImageGrid > a {
	padding: 4px;
  -webkit-box-flex: 1;
}

.ImageGrid > a img {
	width: 100%;
  height: 100%;
}

.page-container section.list .item figure {
  text-align:center;
}
.page-container section.list .item figure img {
  border:0px !important;
}
@media (max-width: 740px) {
  .ImageGrid > a {
    -webkit-flex: 1 0 25% !important;
    -ms-flex: 1 0 25% !important;
    flex: 1 0 25% !important;
  }
  .ImageGrid > a img {
    height:auto;
  }
}
@media (max-width: 480px) {
  .ImageGrid > a {
    -webkit-flex: 1 0 45% !important;
    -ms-flex: 1 0 45% !important;
    flex: 1 0 45% !important;
  }
  .ImageGrid > a img {
    height:auto;
  }
}
.agregats .item {
  width:100%;
  display:flex;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/catalog.element/.default/style.css?17367995021024 */
