
.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;
}

.related-analysis-slider .course-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 344px;
    margin-bottom: 24px;
    overflow: hidden;
    text-decoration: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 5px;
    border: 1px solid #DBDFEC;
    -webkit-transition: -webkit-box-shadow 0.25s ease-out;
    transition: -webkit-box-shadow 0.25s ease-out;
    -o-transition: box-shadow 0.25s ease-out;
    transition: box-shadow 0.25s ease-out;
    transition: box-shadow 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
    background-position: center;
    background-size: cover;
}

.related-analysis-slider .course-item:hover {
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 50px #DBDFEC;
    box-shadow: 0px 0px 50px #DBDFEC;
}
.related-analysis-slider .course-item .course-item__more {
    position: relative;
    display: none;
    margin-top: 25px;
    padding-right: 26px;
    font-size: 11px;
    text-transform: uppercase;
    color: #C32A19;
    text-decoration: none;
    width: fit-content;
}
.related-analysis-slider .course-item:hover .course-item__more {
    display: inline-block;
}
.related-analysis-slider .course-item .course-item__more i {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 17px;
    height: 8px;
    margin-top: -4px;
    background: url(../images/dist/arrow-link-red.svg) center no-repeat;
    background-size: contain;
}

.related-analysis-slider .course-item .course-item__main {
    position: relative;
    padding: 15px 29px 22px;
    z-index: 2;
    -webkit-transition: background-color 0.25s ease-out;
    -o-transition: background-color 0.25s ease-out;
    transition: background-color 0.25s ease-out;
    display: block;
    flex: none;
}

.related-analysis-slider .course-item .course-item__main {
    background-color: transparent;
}
.related-analysis-slider .course-item:hover .course-item__main {
    background-color: #fff;
}


.related-analysis-slider .course-item .course-item__title {
    max-height: 265px;
    overflow: hidden;
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}
.related-analysis-slider .course-item:hover .course-item__title {
    color: #C32A19;
}


.related-analysis-slider .course-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -o-linear-gradient(87.7deg, #00417B 1.73%, rgba(0, 76, 137, 0.85) 33.28%, rgba(1, 101, 170, 0) 60.7%);
    background: linear-gradient(2.3deg, #00417B 1.73%, rgba(0, 76, 137, 0.85) 33.28%, rgba(1, 101, 170, 0) 60.7%);
}

.related-analysis-slider .course-item__pict {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}