

/* Start:/bitrix/templates/universesite_s1/components/bitrix/news.detail/blog/style.css?17688324173408*/
html { scroll-behavior: smooth; }

.blog__article h2 { text-align: center; }

.article__info {
  display: flex;
  flex-direction: column;
  gap: 16px;

  margin-bottom: 16px;
}

.info {
  display: flex;
  column-gap: 16px;
}

.info p { margin: 0; }

.datetime__published,
.read-time { margin-left: 4px; }

.info__author .author__img {
  width: 64px;

  border-radius: 50%;
}

.info__author .author__info {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.info__author .author__data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.info__author .author__name { text-decoration: none; }
.info__author .author__name span { font-weight: 700; }

.article__img {
  display: flex;
  place-content: center;
}

.article__img img { max-width: 500px; }

.article__content { margin-top: 16px; }

.content__text {
  padding: 16px;

  font-size: 16px;
  color: #3a3f43;
}

.content__text p {
  text-align: justify;
  color: #000;
}

.toc {
  margin: 1rem 0 3rem;
  padding: 1rem;

  background-color: #fff;
  border: 1px solid #999;
}

.toc__title {
  font-size: 1.2rem;
  font-weight: 700;
}

.toc__list { margin-left: 0; }

.toc__list .toc__list__item a,
.toc__list .toc__item__list li a {
  font-weight: 700;
  text-decoration: none;
  color: #ec1c23; 
}

.toc__list .toc__list__item a:hover,
.toc__list .toc__item__list li a:hover { color: #3a3f43; }

.toc__list .toc__list__item::before,
.toc__list .toc__item__list li::before { height: 0; }

.toc__list .toc__item__list {
  margin: 16px 0 16px -16px;
}

.article__content .content__text h2 { margin: 1rem 0; }
.article__content .content__text h3 { margin: 20px 0 8px;}

.content__text p,
.content__text li {
  margin: 4px 0;

  line-height: 1.5;
}

.article__content .content__text ul,
.article__content .content__text ol { margin: 8px 0 8px 8px; }

.header--anchor { position: relative; }

.header--anchor i {
  position: absolute;
  top: -90px;
}

.article__nav {
  display: flex;
  align-items: center;
  min-height: 48px;
  width: 100%;

  padding: 16px;
}

.article__nav a {
  padding: 8px;

  color: #ec1c23;
}

.article-prev { margin-right: auto; }
.article-next { margin-left: auto; }

.list--kras-spb .toc__list__item::before,
.list--kras-spb .toc__item__list li::before {
  content: '\1F697';

  margin-left: -4px;
}

.like-h3 {
  font-size: 18px;
  font-weight: bold;
}

.like-h3--italic { font-style: italic; }

p.like-h3 { margin: 12px 0; }

.d-flex {
  display: flex;
  width: 100%;
}

.d-flex--center {
  justify-content: center;
  align-items: center;
}

.d-flex--center img { width: 75%; }

.block-with-image {
  display: flex;
  place-content: center;

  margin: 1rem 0;
}

.block-with-image img { max-width: 80%; }

p.block-advice {
  margin: 16px 0;
  padding-left: 8px;

  border-left: 1px solid #ec1c23;

  font-style: italic;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .info__author {
    flex-direction: column;
    align-items: flex-start;
  }

  .info__author .author__info {
    flex-direction: row;
    align-items: center;

    padding: 8px;
  }
}

@media screen and (max-width: 504px) {
  .info { flex-direction: column; }

  .article__content .content__text ul li,
  .article__content .content__text ol li { padding-left: 8px; }

  .list--kras-spb .toc__list__item::before,
  .list--kras-spb .toc__item__list li::before {
    position: initial;

    background: none;
  }
}
/* End */


/* Start:/bitrix/templates/universesite_s1/components/bitrix/iblock.vote/bootstrap_v4_custom/style.css?17688324172255*/
.bx-rating--custom {
  position: relative;

  display: flex;
  align-items: center;
  column-gap: 16px;

  margin: 1rem 0 2rem;
}

.bx-rating-icon-container { cursor: pointer; }

.bx-rating .bx-rating-icon-container:last-child { margin-right: 0; }

.bx-rating-icon { fill: #ec1c23; }

.container__response {
  display: none;
  height: 16px;

  padding: 8px;

  text-align: center;
}

.rating--custom__container,
.share-button,
.rating--custom__info { 
  display: flex;
  align-items: center;
  column-gap: 8px;
  width: 100%;

  padding: 8px;
}

.rating--custom__container { column-gap: 16px; }

.rating--custom__info { justify-content: flex-end; }

.share-button {
  padding: 12px 16px;

  color: #fff;

  border: 0;
  background-color: #ec1c23;

  cursor: pointer;
}

.block__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;

  background-color: #ec1c23;
  border-radius: 50%;
}

.share-button__icon,
.block__wrapper .wrapper {
  height: 20px;
  width: 20px;

  color: #fff;
}

.share__block {
  position: absolute;
  bottom: 100px;

  display: none;
  min-width: 250px;

  background-color: #fff;
  border: 1px solid #e1e1e1;
}

.share__block__header {
  margin: 16px 0;

  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.share__block.open { display: block; }

.block__social {
  display: flex;
  align-items: center;
  column-gap: 16px;
  width: 100%;

  padding: 8px;

  background-color: inherit;
  border: 0;
  border-top: 1px solid #e1e1e1;

  cursor: pointer;
}

.block__social-wa {
  border-bottom: 1px solid #e1e1e1;
}

.block__social span.success {
  display: flex;
  align-items: center;
  height: 54px;

  color: #ec1c23;
}

.social__name { font-weight: 700; }

.rating--custom__info p { margin: 0; }

.info__rating,
.info__votes {
  font-size: 14px;
  font-weight: 400;
  color: #747883;
}

@media screen and (max-width: 768px) {
  .bx-rating--custom {
    flex-direction: column;
    row-gap: 16px;
  }

  .share__block { bottom: 120px; }
}

@media screen and (max-width: 504px) {
  .block__wrapper {
    height: 24px;
    width: 24px;
  }

  .share__block { right: 5%; }

  .share-button__icon,
  .block__wrapper .wrapper {
    height: 20px;
    width: 20px;
  }
}
/* End */
/* /bitrix/templates/universesite_s1/components/bitrix/news.detail/blog/style.css?17688324173408 */
/* /bitrix/templates/universesite_s1/components/bitrix/iblock.vote/bootstrap_v4_custom/style.css?17688324172255 */
