

/* Start:/local/templates/main/components/bitrix/system.pagenavigation/show_more_blog/style.css?1776426298672*/
.load_more.is-loading {
  position: relative;
  color: transparent;
  pointer-events: none;
}
.load_more.is-loading::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid-item.animate-in {
  opacity: 0;
  transform: translateY(24px) scale(0.98);
  animation: gridFadeIn 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes gridFadeIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .grid-item.animate-in {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/blog/style.css?1769449262150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/main/components/bitrix/breadcrumb/breadcrumb/style.css?1769449262585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */
/* /local/templates/main/components/bitrix/system.pagenavigation/show_more_blog/style.css?1776426298672 */
/* /local/templates/main/components/bitrix/news.list/blog/style.css?1769449262150 */
/* /local/templates/main/components/bitrix/breadcrumb/breadcrumb/style.css?1769449262585 */
