

/* Start:/bitrix/templates/.default/components/bitrix/news/wbr.blog/style.css?1749413180883*/
:root {
  --wbr-primary: #006AB3;
  --wbr-secondary: #a0b0ba;
  --wbr-tertiary: #d9dfe3;
  --wbr-border-color: #d9dfe3;
  --wbr-border-radius: 0;
  --wbr-btn-border-radius: 8px;
  --wbr-btn-bg: #f8f9fa;
  --wbr-btn-border-color: #ced4da;
  --wbr-btn-color: #212529;
  --wbr-btn-hover-bg: #e2e6ea;
  --wbr-btn-hover-border-color: #ced4da;
  --wbr-btn-hover-color: #212529;
  --wbr-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  --wbr-link-color: #006AB3;
}


.webr-blog__top-description:not(:empty) {
  margin-bottom: 24px;
}

.wbr-blog-section-heading {
  margin-top: 24px;
  margin-bottom: 24px;
}

.wbr-hr {
  border-width: 1px;
  border-color: var(--wbr-border-color);
  margin-top: 24px;
  margin-bottom: 24px;
}
.wbr-table-responsive {
  overflow-x: auto;
  max-width: 100%;
}

.wbr-blog-section {
  margin-top: 40px;
  margin-bottom: 40px;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.detail/wbr.blog/style.css?17494142864166*/
.wbr-blog-detail {
  margin-bottom: 60px;
}

.wbr-blog-detail__container {
  max-width: var(--wbr-blog-container-width, 720px);
  margin-left: auto;
  margin-right: auto;
}

.wbr-blog-detail__content {
  font-size: 16px;
  line-height: 1.5;
}


.wbr-blog-detail__picture-img {
  position: absolute;
  top: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  left: 0;
  right: 0;
  margin: auto;
}

.wbr-blog-detail__picture {
  position: relative;
  aspect-ratio: 16/9;
  margin-bottom: 24px;
  background: whitesmoke;
}

.wbr-blog-detail__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  margin-bottom: 16px;
}

.wbr-blog-detail__top-item-label {
  vertical-align: middle;
}

.wbr-blog-detail__top-item-label svg {
  vertical-align: middle;
  margin-bottom: 2px;
  color: var(--wbr-primary)
}

.wbr-blog-detail__top-item--views {
  margin-left: auto;
}

.wbr-blog-detail__nav .next {
  float: right;
  margin-right: 0;
}

.wbr-blog-detail__toc {
  box-shadow: var(--wbr-box-shadow);
  border-radius: var(--wbr-border-radius);
  margin-bottom: 16px;
  margin-bottom: 24px;
  background: #fff;
}

.wbr-blog-detail__toc-title {
  font-weight: 700;
  font-size: 14px;
  margin: 0;
  display: inline-block;
  border-bottom: 1px dotted;
}

.wbr-blog-detail__toc-header {
  padding: 16px;
  cursor: pointer;
  color: var(--wbr-link-color);
}
.wbr-blog-detail__toc-header:hover {
  color: inherit;
  background: #fafafa;
}

.wbr-blog-detail__toc-body {
  padding: 0 16px 16px;
}

.wbr-blog-detail__toc:not(.open) .wbr-blog-detail__toc-body {
  display: none;
}


.wbr-blog-detail__toc-ul {
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.5;
  padding-top: 16px;
}
.wbr-blog-detail__toc-ul li {
  margin-bottom: 8px;
}


.wbr-share {
  display: inline-block;
  position: relative;
}

.wbr-share-btn {
  border: 1px solid #fff;
  padding: 8px 12px;
  border-radius: var(--wbr-btn-border-radius);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background: #fff;
  font-size: 14px;
}

.wbr-share .ya-share2 {
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  width: auto;
  white-space: nowrap;
  margin-top: 8px;
  border: 1px solid #fff;
  padding: 8px 12px;
  border-radius: 7px;
  box-shadow: var(--wbr-box-shadow);
  background: #fff;
  display: none;
  z-index: 10;
}

.wbr-share .ya-share2:before {
  content: '';
  position: absolute;
  top: -8px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

.wbr-share.active .ya-share2 {
  display: block;
}

.wbr-share-btn__icon {
  color: inherit;
  width: 22px;
  height: 22px;
  padding: 2px;
  background: var(--wbr-tertiary);
  border-radius: 100%;
  vertical-align: middle;
  margin-left: 4px;
}

.wbr-blog-detail__author {
  margin-right: auto;
}

.wbr-blog-detail__author-label {
  vertical-align: middle;
}

.wbr-blog-detail__author-label svg {
  vertical-align: middle;
  margin-bottom: 2px;
  color: var(--wbr-primary)
}

.wbr-blog-detail__nav-all {
  margin-top: 24px;
}

.wbr-blog-detail__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 16px;
  margin-top: 16px;
  margin-bottom: 24px;
}

.wbr-blog-detail__bottom-col {
  flex: 0 0 auto;
  width: calc((100% - 16px * 2) /3);
}

.wbr-blog-detail__bottom-col--middle {
  text-align: center;
}
.wbr-blog-detail__bottom-col--right {
  text-align: right;
}

.wbr-blog-detail__nav {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .wbr-blog-detail__bottom-col {
    width: 100%;
  }

  .wbr-blog-detail__bottom-col--left {
    text-align: center;
  }
  .wbr-blog-detail__bottom-col--right {
    text-align: center;
  }
  .wbr-blog-detail__bottom-col--middle {
    order: 12;
  }

  .wbr-blog-detail__nav {
    margin-top: 36px;
  }
  .wbr-blog-detail__top-item-label .item-title {
    display: none;
  }
}


/* End */


/* Start:/bitrix/templates/.default/components/bitrix/iblock.vote/wbr.ajax/style.css?1746385711576*/
.wbr-star,
.wbr-star-over ~ .wbr-star {
	color: var(--wbr-tertiary);
}

.wbr-star svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.wbr-star-active
{
	cursor: pointer;
}

.wbr-star-empty
{
	color: var(--wbr-tertiary);
}

.wbr-star-voted
{
	color: #ffd04f;
}

.wbr-star-over
{
	color: var(--wbr-primary);
}

.wbr-rating {
  text-align: center;
}

.wbr-rating__top {
  margin-bottom: 4px;
}

.wbr-rating__title {
  font-size: 13px;
  margin-bottom: 8px;
}

.wbr-rating__list {
  display: inline-flex;
  align-items: center;
}
.wbr-rating__result {
  font-size: 13px;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news/wbr.blog/style.css?1749413180883 */
/* /bitrix/templates/.default/components/bitrix/news.detail/wbr.blog/style.css?17494142864166 */
/* /bitrix/templates/.default/components/bitrix/iblock.vote/wbr.ajax/style.css?1746385711576 */
