.b-interesting-detail__container {
  width: 100%;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto; }

.b-interesting-detail__banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 2rem 0;
  background-image: url("/local/templates/iris/components/bitrix/news.detail/interesting/images/bg.png");
  background-position: center center;
  background-size: cover;
  z-index: 10; }
  @media (min-width: 768px) {
    .b-interesting-detail__banner {
      padding: 5.5rem 0; } }
  .b-interesting-detail__banner__overlay {
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -o-linear-gradient(185.4deg, rgba(107, 228, 255, 0.66) -0.76%, rgba(107, 228, 255, 0) 55.19%), -o-linear-gradient(5.91deg, rgba(4, 106, 230, 0.44) -3.79%, rgba(4, 106, 230, 0) 104.09%), rgba(0, 0, 0, 0.61);
    background: linear-gradient(264.6deg, rgba(107, 228, 255, 0.66) -0.76%, rgba(107, 228, 255, 0) 55.19%), linear-gradient(84.09deg, rgba(4, 106, 230, 0.44) -3.79%, rgba(4, 106, 230, 0) 104.09%), rgba(0, 0, 0, 0.61);
    z-index: 20; }
  .b-interesting-detail__banner__data {
    position: relative;
    z-index: 50; }

.b-interesting-detail__date {
  font-weight: bold;
  color: #8B99B4; }

.b-interesting-detail__date + .b-interesting-detail__name {
  margin-top: .5rem; }

.b-interesting-detail__name > h1 {
  color: #fff; }

.b-interesting-detail__article-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  margin-top: 1.5rem; }
  @media (min-width: 768px) {
    .b-interesting-detail__article-type {
      margin-top: 2rem; } }
  .b-interesting-detail__article-type__icon {
    width: 24px;
    height: 24px;
    margin: 0 .25rem; }
    .b-interesting-detail__article-type__icon svg {
      width: 6px;
      height: 12px; }

.b-interesting-detail__body {
  padding: 2rem 0 4rem; }
  @media (min-width: 768px) {
    .b-interesting-detail__body {
      padding: 3.5rem 0 9.5rem; } }
