

/* Start:/local/templates/devvesna.ru_2026_opti/components/bitrix/news.detail/article/style.css?17817532891981*/
.article-detail__bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.article-detail__author {
    margin-top: 40px;
    margin-right: 10%;
    font-size: 18px;
    line-height: 1.4em;
}

.article-detail__rating {
    margin-right: 20px!important;
}

figure {
    padding: 0;
    margin: 0 0 40px 0;
}

figcaption p {
    font-size: 14px;
}

figcaption div {
    font-size: 16px;
    color: #77808c;
}

.article-detail__text img {
    max-width: 100%;
    height: auto;
}

.row-text {
    display: flex;
    margin: 0 -20px;
}

.row-text .col-text {
    padding: 0 20px;
}

.row-text.row-text-1 .col-text,
.row-text.row-text-3 .col-text {
    width: 50%;
}

.row-text.row-text-2 .col-text {
    width: calc(100% / 3);
}

.row-text.row-text-4 div:last-child {
    flex-shrink: 0;
}

.row-text.row-text-4 {
    margin-bottom: 20px;
}

.row-text.row-text-5 div:first-child {
    flex-shrink: 0;
}

.row-text.row-text-5 {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 640px) {

    .row-text.row-text-1 .col-text,
    .row-text.row-text-3 .col-text {
        width: 50%;
    }

    .row-text.row-text-2 .col-text {
        width: calc(100% / 3);
    }

    .row-text {
        flex-wrap: wrap;
    }

    .article-detail__author {
        margin-top: 0;
        margin-right: 0;
    }

    .row-text.row-text-1 .col-text, .row-text.row-text-3 .col-text {
        width: 100%;
    }

    .row-text .col-text {
        width: 100%!important;
    }

    .row-text .col-text figure {
        margin-bottom: 0;
        width: 100%!important;
    }

    .row-text.row-text-4 div:last-child {
        width: 100%!important;
    }

    .row-text .col-text img {
        margin-right: 0!important;
        width: 100%!important;
    }

    .row-text .col-text img.nw {
        width: auto!important; 
    }
}
/* End */


/* Start:/local/templates/devvesna.ru_2026_opti/components/bitrix/news.list/related_articles/style.css?17817538671311*/
.articles.articles_related .row {
  flex-direction: column;
}
.articles.articles_related .row .col--text {
  padding-left: 0;
  padding-bottom: 0;
}
.articles.articles_related .row .col--pics {
  margin-bottom: 15px;
  width: 100%;
  height: auto;
}
.articles.articles_related .articles__title {
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.articles.articles_related .articles__anons {
  font-size: 16px;
}
.articles.articles_related .articles__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 979px) {
  .articles.articles_related .articles__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .articles.articles_related .articles__list {
    grid-template-columns: 1fr;
  }
}
.articles.articles_related .articles__item {
  margin-bottom: 30px;
}
.articles.articles_related .rating-stars,
.articles.articles_related .view-count {
  display: none;
}
.articles.articles_related .h2 {
  font-size: 40px;
  font-family: "Alumni Sans", Arial, sans-serif;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .articles.articles_related .h2 {
    font-size: 30px;
  }
}
.articles.articles_related font {
  display: none;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/devvesna.ru_2026_opti/components/bitrix/news.list/related_articles/css/pagespeed.css?17817532894238*/
.articles {
  margin-bottom: 50px; }
  .articles__item {
    margin-bottom: 70px; }
    @media screen and (max-width: 500px) {
      .articles__item {
        margin-bottom: 30px; } }
    .articles__item:last-child {
      margin-bottom: 0; }
    .articles__item .row {
      display: flex; }
      @media screen and (max-width: 1024px) {
        .articles__item .row {
          flex-wrap: wrap; } }
      .articles__item .row .col--pics {
        width: 625px;
        height: 390px;
        overflow: hidden;
        flex-shrink: 0;
        font-size: 0; }
        .articles__item .row .col--pics img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        @media screen and (max-width: 1366px) {
          .articles__item .row .col--pics {
            width: 425px;
            height: 290px; } }
        @media screen and (max-width: 1024px) {
          .articles__item .row .col--pics {
            width: 100%;
            margin-bottom: 30px; } }
        @media screen and (max-width: 1366px) {
          .articles__item .row .col--pics {
            height: 200px; } }
        @media screen and (max-width: 1024px) {
          .articles__item .row .col--pics img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover; } }
      .articles__item .row .col--text {
        padding-left: 50px;
        display: flex;
        flex-direction: column;
        padding-bottom: 20px; }
        @media screen and (max-width: 1024px) {
          .articles__item .row .col--text {
            padding-left: 0; } }
    .articles__item_date {
      margin-bottom: 10px; }
  .articles__control {
    margin-top: auto;
    display: flex; }
    @media screen and (max-width: 500px) {
      .articles__control {
        flex-wrap: wrap; } }
    .articles__control .rating-stars {
      margin-right: 35px; }
      @media screen and (max-width: 500px) {
        .articles__control .rating-stars {
          margin-bottom: 20px; } }
    .articles__control .view-count {
      margin-right: 20px; }
      @media screen and (max-width: 500px) {
        .articles__control .view-count {
          margin-bottom: 20px; } }
  .articles__anons {
    font-size: 18px;
    color: #4a4e64;
    line-height: 1.3em;
    margin-bottom: 20px; }
    @media screen and (max-width: 500px) {
      .articles__anons {
        font-size: 16px; } }
  .articles__title {
    font-size: 36px;
    position: relative;
    font-weight: 400;
    color: #5a687d;
    padding-bottom: 30px;
    margin-bottom: 40px;
    text-decoration: none;
    display: block; }
    @media screen and (max-width: 500px) {
      .articles__title {
        font-size: 25px;
        padding-bottom: 20px;
        margin-bottom: 20px; } }
    .articles__title:before {
      content: '';
      position: absolute;
      width: 240px;
      height: 1px;
      background-color: #cadce9;
      left: 0;
      bottom: 0; }
    .articles__title:hover {
      color: #000; }

.reading-time {
  font-size: 18px;
  color: #4a4e64;
  padding-left: 24px;
  background-image: url("/local/templates/devvesna.ru_2026_opti/components/bitrix/news.list/related_articles/css/../images/icon/time.svg");
  background-repeat: no-repeat;
  background-position: left center; }
  .reading-time span {
    color: #bbc7d3; }

.rating-stars {
  width: 123px;
  height: 19px;
  position: relative;
  background-image: url("/local/templates/devvesna.ru_2026_opti/components/bitrix/news.list/related_articles/css/../images/stars-bg.svg");
  background-size: cover; }
  .rating-stars span {
    position: absolute;
    height: 100%;
    background-image: url("/local/templates/devvesna.ru_2026_opti/components/bitrix/news.list/related_articles/css/../images/stars.svg"); }
  .rating-stars a {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url("/local/templates/devvesna.ru_2026_opti/components/bitrix/news.list/related_articles/css/../images/stars.svg") repeat-x 0 19px; }
    .rating-stars a.star_1 {
      width: calc(100% / 5); }
    .rating-stars a.star_2 {
      width: calc(100% / 5 * 2); }
    .rating-stars a.star_3 {
      width: calc(100% / 5 * 3); }
    .rating-stars a.star_4 {
      width: calc(100% / 5 * 4); }
    .rating-stars a.star_5 {
      width: 100%; }
    .rating-stars a.active, .rating-stars a:hover {
      background-position: 0 0; }

/*# sourceMappingURL=pagespeed.css.map */

/* End */
/* /local/templates/devvesna.ru_2026_opti/components/bitrix/news.detail/article/style.css?17817532891981 */
/* /local/templates/devvesna.ru_2026_opti/components/bitrix/news.list/related_articles/style.css?17817538671311 */
/* /local/templates/devvesna.ru_2026_opti/components/bitrix/news.list/related_articles/css/pagespeed.css?17817532894238 */
