
.b-online-items-grid{
  position: relative;
}

.b-online-items-grid__item{ position: relative; margin-top: 24px; z-index: 1; }
.b-online-items-grid__item:first-child{ margin-top: 0; }

@media screen and (min-width: 568px) {

  .b-online-items-grid{
    display: flex; flex-wrap: wrap;
    margin: 0 -12px;
  }

  .b-online-items-grid__item{
    flex: 0 0 50%;
    padding: 0 12px;
  }

  .b-online-items-grid__item:nth-child(-n+2){ margin-top: 0; }
}

@media screen and (min-width: 768px) {
  .b-online-items-grid__item{
    flex: 0 0 33.33%;
  }

  .b-online-items-grid__item:nth-child(-n+3){ margin-top: 0; }  
}

@media screen and (min-width: 1200px) {

  .b-online-items-grid{
    padding-bottom: 120px;
  }
  
  .b-online-items-grid__item{
    flex: 0 0 25%; margin-top: 120px;
  }

  .b-online-items-grid__item:nth-child(-n+4){ margin-top: 0; }

  .b-online-items-grid__item:nth-child(4n+1)::after{
    content: "";
    position: absolute;
    bottom: -130px; left: calc( 200% - 759px );
    width: 1518px;
    height: 344px;
    background: url(../images/dist/items-bg.png) center bottom no-repeat;
    background-size: contain;
    z-index: 1;
  }




}

.b-edition-author{
  display: flex; align-items: center;
}

.b-edition-author__pic{
  display: inline-block; vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 5px;
  flex: 0 0 24px;
  width: 24px; height: 24px; border-radius: 24px; overflow: hidden;
}