.discount-block {position: absolute; right: 0px; background-color: #fff; padding: 20px; line-height: 20px;}
.icon-block {position: absolute; bottom: 0px; height: 100px; background-color: #3126A7; color: #fff; width: 100%;}
.icon-with-text {position: relative;}
.sfere-icon {position: absolute;}
.support-icon {position: absolute; right: 0;}
.sfere-icon:before {
  content: ' ';
  background: url(/local/templates/template-custom/images/svg/sphere-icon.svg) no-repeat;
  width: 153px;
  font-size: 0;
  padding: 0;
  height: 41px;
  display: block;
  background-size: contain;
}
.support-icon:before {
  content: ' ';
  background: url(/local/templates/template-custom/images/svg/belkard-icon.svg) no-repeat;
  width: 197px;
  font-size: 0;
  padding: 0;
  height: 41px;
  display: block;
  background-size: contain;
  
}
.event-list .image {position: relative;}
.event-list-item {margin-bottom: 15px;}
.event-list-item:nth-of-type(4n+1) {clear: left;}