

/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/news.list/custom_blog-list/style.css?17563858582813*/
.blog-list__item {
  position: relative;
  overflow: hidden;
}

.blog-list__item-image-wrapper {
  position: relative;
  padding-top: 63%;
}

.custom_blog-list-video .blog-list__item-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--rItem);
}

.bx-ie .blog-list__item-text-top-part {
  flex-basis: auto;
}

.blog-list__item-preview-wrapper {
  margin-top: 9px;
}

.custom_blog-list-video .blog-list__item-text-wrapper {
  padding: 16px 0px 0px;
}

.blog-list__item-link--absolute {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}

.custom_blog-list-video .blog-list__item-link.video::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;

  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="96" height="96" viewBox="0 0 96 96" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1.99994" y="2" width="92" height="92" rx="46" stroke="white" stroke-width="4"/><path d="M67.6571 49.9658C69.1809 49.0921 69.1809 46.9079 67.6571 46.0342L40.2286 30.3075C38.7047 29.4338 36.8 30.5259 36.8 32.2733V63.7267C36.8 65.4741 38.7047 66.5662 40.2286 65.6925L67.6571 49.9658Z" fill="white"/></svg>');
  background-position: center;
  background-size: 96px 96px;
  background-repeat: no-repeat;
}

.custom_blog-list-video .blog-list__item-text-bottom-part {
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.custom_blog-list-video .blog-list__item-period {
  position: relative;
  color: var(--cTGrey);
  line-height: 1.6;
  font-weight: 250;
}

.blog-list__item-text-bottom-part__separator {
  margin: 0px 11px;
  font-size: 0.93333em;
  line-height: 18px;
  opacity: 0.2;
}

.blog-list__item-sticker {
  position: absolute;
  font-size: 0px;
  line-height: 0px;
  z-index: 2;
  bottom: 20px;
  left: 16px;
}

.blog-list__item__popup-video {
  background-color: #9e9e9e;
  background-color: var(--theme-base-color);
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

.blog-list__item__popup-video:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 5px solid transparent;
  border-left: 11px solid #fff;
  margin: -5px 0 0 -4px;
}

@media (max-width: 600px) {
  .blog-list__item-preview-wrapper {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .blog-list__item-text-wrapper {
    padding: 17px 19px 0px;
  }

  .blog-list__item-image-wrapper {
    padding-top: 67%;
  }

  .blog-list__item-text-bottom-part__separator {
    margin: 0px 7px;
    line-height: 21px;
  }
}

@media (max-width: 500px) {
  .grid-list--normal .blog-list__wrapper {
    width: 100%;
  }
}
/* End */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/news.list/custom_blog-list/style.css?17563858582813 */
