div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.project:nth-child(4n+1) {
margin-left:20px!important;
}
.infoblock:nth-child(3n-2) {
margin-left: 0!important;
clear: left !important;
}
	
.project .desc h3.detail {margin:0; display:inline;}
.project .desc  .buttons {margin-top:0 !important}
.pf_content {clear:both;margin: 6px 0;text-align:left}
.pf_content span {
background:transparent url('/bitrix/templates/iridium_digitalpromo/img/projects_sprite.png') no-repeat 0 0;
width: 28px;
height: 21px;
display: inline-block;
float:left;
}
.project{margin-bottom: 20px;}
.pf_comp{background-position:0 0}
.pf_loc{background-position:0 -35px!important}
.pf_eq{background-position:0 -70px!important}

.border-grey {border: 1px solid #B2B2B2;}

.project .desc {
clear: both;
text-align: left;
}
section.infoblocks_three_reg div.project
{
text-align: left!important;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.project {opacity: 0;}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.video-arrow {
  position: absolute;
  top: 0px;
  left: 0px;
  background: url('//opt-1198.ssl.1c-bitrix-cdn.ru/bitrix/templates/.default/components/bitrix/news.list/portfolio_en/video.png?146700441512051') center center no-repeat;
  height: 100%;
  width: 100%;
  background-size: 150px;
}