

/* Start:/local/templates/steklodom/components/bitrix/news/articles/simplebar.css?16978926234287*/
[data-simplebar] {
	position: relative;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}

.simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit;
}

.simplebar-mask {
	direction: inherit;
	position: absolute;
	overflow: hidden;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto !important;
	height: auto !important;
	z-index: 0;
}

.simplebar-offset {
	direction: inherit !important;
	box-sizing: inherit !important;
	resize: none !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
	direction: inherit;
	box-sizing: border-box !important;
	position: relative;
	display: block;
	height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
	width: auto;
	max-width: 100%; /* Not required for horizontal scroll to trigger */
	max-height: 100%; /* Needed for vertical scroll to trigger */
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
	content: ' ';
	display: table;
}

.simplebar-placeholder {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
	box-sizing: inherit !important;
	height: 100%;
	width: 100%;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
	pointer-events: none;
	flex-grow: inherit;
	flex-shrink: 0;
	flex-basis: 0;
}

.simplebar-height-auto-observer {
	box-sizing: inherit;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 1000%;
	width: 1000%;
	min-height: 1px;
	min-width: 1px;
	overflow: hidden;
	pointer-events: none;
	z-index: -1;
}

.simplebar-track {
	z-index: 1;
	position: absolute;
	right: -8px;
	bottom: 0;
	pointer-events: none;
	overflow: hidden;
}

[data-simplebar].simplebar-dragging {
	pointer-events: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
	pointer-events: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
	pointer-events: all;
}

.simplebar-scrollbar {
	position: absolute;
	left: 0;
	right: 0;
	min-height: 10px;
}

.simplebar-scrollbar:before {
	position: absolute;
	content: '';
	background: #BFC1C7;
	left: 0;
	right: 0;
	transition: opacity 0.2s 0.5s linear;
	width: 100%;
	height: 100%;
}

.simplebar-scrollbar.simplebar-visible:before {
	transition-delay: 0s;
	transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
	top: 0;
	width: 2px;
}

.simplebar-track.simplebar-horizontal {
	left: 0;
	height: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	right: auto;
	left: 0;
	top: 0;
	bottom: 0;
	min-height: 0;
	min-width: 10px;
	width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
	right: auto;
	left: 0;
}

.custom-select .simplebar-track.simplebar-vertical {
	right: 8px;
	top: 8px;
}

.simplebar-dummy-scrollbar-size {
	direction: rtl;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	height: 500px;
	width: 500px;
	overflow-y: hidden;
	overflow-x: scroll;
	-ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
	width: 200%;
	height: 200%;
	margin: 10px 0;
}

.simplebar-hide-scrollbar {
	position: fixed;
	left: 0;
	visibility: hidden;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

/* End */


/* Start:/local/templates/steklodom/components/bitrix/news.list/articles/style.css?16996132868056*/
.articles {
	display: grid;
	column-gap: 32px;
	grid-template-columns: 224px auto;
	margin-bottom: 24px;
}

.articles-container {
	margin: 0 auto;
	width: 100%;
	max-width: 1176px;
	padding: 0 24px;
}

.articles-menu {
	padding: 0 40px 0 16px;
	border-right: 1px solid #BFC1C7;
	height: max-content;
	position: sticky;
	top: 82px;
}

.articles-menu__item {
	display: flex;
}

.articles-menu__item:not(:last-child) {
	margin-bottom: 8px;
}

.articles-menu__item-link {
	color: #919399;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	position: relative;
}

a.articles-menu__item-link:visited {
	color: #919399;
}

a.articles-menu__item-link:hover,
a.articles-menu__item-link.active {
	color: #008CDB;
}

.articles-list {
	display: grid;
	column-gap: 16px;
	grid-template-columns: 1fr 1fr 1fr;
	margin-bottom: 24px;
}

.article-banner {
	position: relative;
	display: flex;
	grid-column-start: 1;
	grid-column-end: 3;
	margin-bottom: 16px;
}

.article-banner::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.72;
	background: linear-gradient(180deg, rgba(42, 47, 54, 0.00) 0%, #2A2F36 68.95%);
	border-radius: 0 0 4px 4px;
}

.article-banner__image {
	width: 100%;
	border-radius: 4px;
}

.article-banner__text {
	color: #FFF;
	text-align: center;
	position: absolute;
	bottom: 40px;
	left: 40px;
	width: calc(100% - 80px);
	z-index: 1;
}

.article-banner__tag {
	font-size: 11px;
	line-height: 20px;
	margin-right: 4px;
}

.article-banner__name {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
}

.article {
	margin-bottom: 16px;
	padding: 16px;
	border-radius: 4px;
	background: #F9F9FB;
}

.article__link,
a.article__link:visited {
	color: #2C2D2E;
}

.article__time {
	margin-bottom: 8px;
	color: #919399;
	font-size: 12px;
	line-height: 20px;
	display: block;
}

.article__name {
	margin-bottom: 4px;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	display: block;
	min-height: 40px;
}

.article__description {
	margin-bottom: 8px;
	font-size: 13px;
	line-height: 18px;
	display: block;
	min-height: 36px;
}

.article__image {
	margin-bottom: 8px;
	display: block;
	width: 100%;
	border-radius: 4px;
	height: 188px;
}

.article-tags {
	display: flex;
	flex-wrap: wrap;
}

.article-tags-banner {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.article-tags__item {
	color: #528FDF;
	font-size: 11px;
	line-height: 20px;
}

.article-tags__item:not(:last-child) {
	margin-right: 3px;
}

.article__footer {
	display: flex;
	justify-content: space-between;
}

.article-like {
	color: #2C2D2E;
	cursor: pointer;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-family: 'HelveticaNeueCyr-Medium';
	display: flex;
	align-items: center;
}

.article-like.active .article-like__icon {
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.90688 14.6489C8.07762 14.6489 8.32677 14.5189 8.53191 14.3921C12.2707 11.9814 14.6709 9.15632 14.6709 6.29521C14.6709 3.83186 12.9702 2.1228 10.8362 2.1228C9.50745 2.1228 8.50905 2.85686 7.90688 3.95695C7.31574 2.86235 6.3051 2.1228 4.97759 2.1228C2.84358 2.1228 1.14282 3.83186 1.14282 6.29521C1.14282 9.15632 3.54309 11.9814 7.28734 14.3921C7.48699 14.5189 7.73494 14.6489 7.90688 14.6489Z' fill='%23E31E24'/%3E%3C/svg%3E%0A");
}

.article-like__icon {
	margin-right: 4px;
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.14282 6.29521C1.14282 9.15632 3.54309 11.9814 7.28734 14.3921C7.48699 14.5189 7.73494 14.6489 7.90688 14.6489C8.07762 14.6489 8.32677 14.5189 8.53191 14.3921C12.2707 11.9814 14.6709 9.15632 14.6709 6.29521C14.6709 3.83186 12.9702 2.1228 10.78 2.1228C9.50745 2.1228 8.50905 2.70847 7.90688 3.59079C7.31574 2.71397 6.3051 2.1228 5.03371 2.1228C2.84358 2.1228 1.14282 3.83186 1.14282 6.29521ZM2.49094 6.28918C2.49094 4.58989 3.60777 3.44922 5.1059 3.44922C6.31541 3.44922 6.99762 4.18208 7.41779 4.82159C7.60219 5.09186 7.73048 5.17878 7.90688 5.17878C8.08328 5.17878 8.19699 5.08516 8.39357 4.82159C8.84717 4.19186 9.50385 3.44922 10.7079 3.44922C12.206 3.44922 13.3216 4.58989 13.3216 6.28918C13.3216 8.65975 10.8515 11.2775 8.03545 13.1512C7.97574 13.1932 7.93368 13.2231 7.90688 13.2231C7.88008 13.2231 7.83802 13.1932 7.78379 13.1512C4.96112 11.2775 2.49094 8.65975 2.49094 6.28918Z' fill='%23919399'/%3E%3C/svg%3E%0A");
	width: 16px;
	height: 16px;
}

.article-share {
	position: relative;
}

.article-share__success {
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.32);
	position: absolute;
	bottom: 34px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	color: #323C47;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	padding: 6px 10px;
	width: 160px;
	border-radius: 4px;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.article-share.success-clipboard .article-share__success {
	opacity: 1;
	visibility: visible;
}

.article-share__success::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 8px 0 8px;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.articles-pagination {
	display: flex;
	justify-content: flex-end;
}

.articles-pagination__item {
	padding: 8px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	border: 2px solid #fff;
	color: #2C2D2E;
}

.articles-pagination__item:not(:last-child) {
	margin-right: 16px;
}

a.articles-pagination__item:visited {
	color: #2C2D2E;
}

a.articles-pagination__item._disabled {
	color: #757D8A;
}

a.articles-pagination__item._disabled:hover {
	border: 2px solid #fff;
	cursor: default;
}

a.articles-pagination__item.active,
a.articles-pagination__item:hover {
	border: 2px solid #008CDB;
}

@media (max-width: 1200px) {
	h1 {
		font-size: 24px;
		line-height: 110%
	}

	.articles {
		grid-template-columns: 1fr;
	}

	.articles-menu {
		top: 0;
		border-right: none;
		padding: 0 16px;
		margin: 0;
		position: relative;
	}

	.articles-menu::after {
		content: "";
		background: #ffffff;
		position: absolute;
		right: 0;
		bottom: 0;
		display: block;
		width: 16px;
		height: 30px;
	}

	.articles-menu .simplebar-track {
		display: none;
	}

	.articles-menu__menu {
		display: flex;
	}

	.articles-menu__item {
		border-bottom: 1px solid #9a9da6;
		margin-bottom: 24px;
		padding-bottom: 8px;
		padding-right: 8px;
		margin-right: 0;
	}

	.articles-menu__item:not(:last-child) {
		margin-bottom: 24px;
		margin-right: 0;
	}

	.articles-menu__item-link {
		white-space: nowrap;
	}

	.articles-menu__item-link.active::after {
		content: "";
		position: absolute;
		bottom: -9px;
		left: 0;
		width: 100%;
		background: #008CDB;
		height: 1px;
	}

	.articles-container {
		padding: 0;
	}

	.articles-content {
		padding: 0 16px;
	}

	.article-share__success {
		left: auto;
		right: -16px;
		transform: none;
	}

	.article-share__success::after {
		left: 100%;
		transform: translateX(-200%);
	}

	.breadcrumbs {
		padding: 0 16px;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 20px;
	}

	.articles-list {
		grid-template-columns: 1fr;
	}

	.article-banner {
		grid-column-start: 1;
		grid-column-end: 1;
	}

	.article-banner__name {
		font-size: 18px;
		line-height: 110%
	}

	.articles-pagination__item:not(:last-child) {
		margin-right: 0px;
	}

	.article__name,
	.article__description {
		min-height: auto;
	}

	.article__image {
		height: auto;
	}
}
/* End */
/* /local/templates/steklodom/components/bitrix/news/articles/simplebar.css?16978926234287 */
/* /local/templates/steklodom/components/bitrix/news.list/articles/style.css?16996132868056 */
