

/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1682602160467*/
.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:0}
/* End */


/* Start:/bitrix/templates/base/components/bitrix/news.detail/blog/style.css?17896462329455*/
/* ===== Контейнер статьи ===== */
.article {
	display: grid;
	grid-template-columns: 1fr 280px;
	gap: 3.5rem;
	align-items: start;
}

/* ===== Основной текст ===== */
.article__main {
	min-width: 0; /* важно для grid, чтобы длинный текст не ломал колонку */
}
.blogpage h1 {
  text-align: left;
  font-size: 30px;
  margin-bottom: 30px;
}
.blogpage h2 {
margin: 25px 0 10px;
  border-bottom: 2px solid #1a73e8;
  padding-bottom: 4px;
}
.article__date {
	display: inline-flex;
	align-items: center;
	margin-bottom: 18px;
	font-size: 16px;
	color: #999;
}

.article__calendar {
	font-family: "FontAwesome", "Font Awesome 6 Free", "Font Awesome 5 Free";
	font-weight: 900;
	font-style: normal;
	margin-right: 6px;
	font-size: 12px;
}

.article__calendar::before {
	content: "\f073";
}

.article__image {
	margin-bottom: 24px;
	border-radius: 12px;
	overflow: hidden;
}

.article__image img {
	display: block;
	width: 100%;
	height: auto;
}

.article__text {
	font-size: 17px;
  line-height: 1.5;
	color: #333;
}

.article__text p {
	margin: 0 0 16px;
}
body { overflow-x: clip!important; }
/* ===== Сайтбар ===== */
.article__sidebar {
	position: sticky;
	top: 20px;
	align-self: start;
	height: fit-content;
	max-height: calc(100vh - 40px);
	overflow-y: auto;
}
/* ===== Блок "Содержание" ===== */
.soderzhanielist {
	position: relative;
	margin: 0 0 32px;
	padding: 24px 28px;
	background: #f7f9fc;
	border: 1px solid #e6ebf2;
	border-left: 4px solid #1a73e8;
	border-radius: 12px;
}

/* Заголовок "Содержание" */
.soderzhanielist .sordrh {
	margin: 0 0 14px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: #222;
	letter-spacing: .2px;
}

/* Нумерованный список */
.soderzhanielist ol {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: toc;
}

.soderzhanielist ol li {
	position: relative;
  margin: 0 0 12px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 1.1;
  color: #444;
}

.soderzhanielist ol li:last-child {
	margin-bottom: 0;
}

/* Номера пунктов */
.soderzhanielist ol li::before {
	counter-increment: toc;
	content: counter(toc) ".";
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 600;
	color: #1a73e8;
}

/* Ссылка-якорь */
.soderzhanielist .zgolovokayakor {
	color: #333;
	text-decoration: none;
	cursor: pointer;
	border-bottom: 1px dashed transparent;
	transition: color .2s ease, border-color .2s ease;
}

.soderzhanielist .zgolovokayakor:hover {
	color: #1a73e8;
	border-bottom-color: #1a73e8;
}
/* ===== Блок "Главное за 30 секунд" ===== */
.glavlist {
	position: relative;
	margin: 0 0 32px;
	padding: 24px 28px;
	background: #fff8e6;
	border: 1px solid #f2e2b8;
	border-left: 4px solid #f5a623;
	border-radius: 12px;
}

/* Заголовок "Главное за 30 секунд" */
.glavlist .glavlisth {
	margin: 0 0 14px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #7a4f00;
	letter-spacing: .2px;
}

/* Нумерованный список */
.glavlist ul {
	margin: 0;
	padding: 0;
	list-style: disc;
	
}

.glavlist ul li {
	position: relative;
  margin: 0 28px 11px;
  padding-left: 5px;
  font-size: 18px;
  line-height: 1.55;
  color: #3a3a3a;
  list-style: disc;
}

.glavlist ul li:last-child {
	margin-bottom: 0;
}

/* Номера пунктов */
.glavlist ul li::before {
	counter-increment: main;
	//content: counter(main);
	position: absolute;
	left: 0;
	top: 1px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	background: #f5a623;
	border-radius: 50%;
}

/* Пункт-текст */
.glavlist .glavlitem {
	color: #333;
}



/* ===== Адаптив ===== */
@media (max-width: 992px) {
	.article {
		gap: 2rem;
	}
}

@media (max-width: 768px) {
	.blogpage h1 {
      margin-top: 25px;
	  display: inline-block;
 
}
	.article__text p {
  margin: 0 0 16px;
  line-height: 27px;
}
	.glavlist {
		padding: 18px 20px;
		margin-bottom: 24px;
	}

	.glavlist .glavlisth {
		
	}

	.glavlist ul li {
		
    padding-left: 4px;
    line-height: 20px;
    margin-left: 20px;
	}

	.glavlist ul li::before {
		width: 20px;
		height: 20px;
		
	}
	.soderzhanielist {
		padding: 18px 20px;
		margin-bottom: 24px;
	}

	.soderzhanielist .sordrh {
		
	}

	.soderzhanielist ol li {
		
		padding-left: 26px;
	}
	.article {
		grid-template-columns: 1fr;
	}

	/* сайтбар скрываем на мобильных */
	.article__sidebar {
		display: none;
	}
}
.blogadops {
  margin-top: 50px;
}
.blogadops .h3 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}
/* ===== Сетка списка ===== */
.blog_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Первая статья — на всю ширину */
.blog_item--first {
	grid-column: 1 / -1;
}

/* ===== Карточка ===== */
.blog_item {
	overflow: hidden;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
	transition: box-shadow .3s ease;
}

.blog_item:hover {
	box-shadow: 0 8px 28px rgba(0, 0, 0, .12);
}

.blog_item__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

/* ===== Изображение ===== */
.blog_item__image {
	position: relative;
	overflow: hidden;
}

.blog_item__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
}

/* zoom только у картинки при наведении на всю статью */
.blog_item:hover .blog_item__image img {
	transform: scale(1.06);
}

/* Метка раздела */
.blog_item__tag {
	position: absolute;
	top: 12px;
	left: 12px;
	display: inline-block;
	padding: 4px 12px;
	font-size: 12px;
	line-height: 1.4;
	color: #fff;
	background: rgba(0, 0, 0, .65);
	border-radius: 30px;
	backdrop-filter: blur(4px);
}

/* ===== Контент ===== */
.blog_item__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 18px 20px 20px;
}

.blog_item__title {
	display: block;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.15;
  text-align: left;
}

.blog_item__text {
	margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
}

/* ===== Футер: дата слева, кнопка справа ===== */
.blog_item__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 14px;
	border-top: 1px solid #eee;
}

.blog_item__date {
	font-size: 15px;
	color: #999;
}

.blog_item__read {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 15px;
	font-weight: 600;
	color: #1a73e8;
	color: #1a73e8 !important;
}

/* Стрелка \f061 (FontAwesome) */
.blog_item__arrow {
	font-family: "FontAwesome", "Font Awesome 6 Free", "Font Awesome 5 Free";
	font-weight: 400;
	font-style: normal;
}

.blog_item__arrow::before {
	content: "\f061";
	font-size: 14px;
	color: #1a73e8;
}

/* ===== Первая статья: картинка слева, контент справа ===== */
.blog_item--first .blog_item__link {
	flex-direction: row;
	align-items: stretch;
}

.blog_item--first .blog_item__image {
	flex: 0 0 50%;
	max-width: 50%;
	min-height: 320px;
}

.blog_item--first .blog_item__body {
	flex: 1;
	justify-content: center;
	padding: 30px 36px;
}

.blog_item--first .blog_item__title {
	font-size: 26px;
	margin-bottom: 14px;
}

.blog_item--first .blog_item__text {
	font-size: 16px;
}
.blogpage h1{
	text-align: left;
  font-size: 30px;
  margin-bottom: 30px;
}
.paginationbl {
	display: inline-block;
  width: 100%;
}
.paginationbl .bx-pagination {
	margin: 30px 0 0;
}
.paginationbl .bx-pagination .bx-pagination-container ul li {
 
  margin: 0 2px 0 2px;
}
/* ===== Список разделов ===== */
.blog_sections {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}

.blog_sections__item a {
	display: inline-block;
	padding: 8px 18px;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	background: #f2f2f2;
	border-radius: 30px;
	transition: background .25s ease, color .25s ease;
}

.blog_sections__item a:hover {
	background: #e2e2e2;
}

/* активный раздел */
.blog_sections__item.is-active a {
	background: #1a73e8;
	color: #fff;
}
/* ===== Адаптив ===== */
@media (max-width: 992px) {
	.blog_list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.blog_list {
		grid-template-columns: 1fr;
	}

	.blog_item--first .blog_item__link {
		flex-direction: column;
	}

	.blog_item--first .blog_item__image {
		flex: none;
		max-width: 100%;
		min-height: 0;
	}

	.blog_item--first .blog_item__body {
		padding: 20px;
	}

	.blog_item--first .blog_item__title {
		font-size: 18px;
	}
}
/* End */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1682602160467 */
/* /bitrix/templates/base/components/bitrix/news.detail/blog/style.css?17896462329455 */
