

/* Start:/bitrix/templates/kfp/components/bitrix/news/news/style.css?17655465103936*/
/************************* news *************************/
.news-block {
	display: flex;
	gap: 30px;
	overflow-x: auto;
	padding: 0 0 20px;
}
.news-block::-webkit-scrollbar-track {
	background-color: #1f1f21;
	border-radius: 16px;
}
.news-block::-webkit-scrollbar {
	height: 7px;
	background-color: #1f1f21;
}
.news-block::-webkit-scrollbar-thumb {
	border-radius: 16px;
	background-color: #737373;
}
.news-item {
	min-width: 410px;
	padding: 28px 28px 21px;
	color: var(--white);
	text-decoration: none;
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
	background: #1f1f21;
	border: 1px solid #404040;
	border-radius: 19px;
}
.news-date {
	margin: 0 0 13px;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #6d7888;
}
.news-title {
	margin: 0 0 34px;
	font-weight: 500;
	font-size: 28px;
	line-height: 130%;
	letter-spacing: -0.02em;
}
.news-more {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #6d7888;
}
.news-more::after {
	position: absolute;
	right: -23px;
	top: 50%;
	margin-top: -6px;
	content: '';
	width: 17px;
	height: 13px;
	background: url(/bitrix/templates/kfp/components/bitrix/news/news/../images/more-arrow.svg) 50% 50% no-repeat;
	background-size: contain;
	transition: all 0.3s linear;
}
.news-item:hover .news-more::after {
	transform: translateX(10px);
}
@media screen and (max-width: 767px) {
	.news-block {
		gap: 20px;
		margin: 0 -20px;
		padding: 0 20px 20px;
	}
	.news-item {
		min-width: 300px;
		padding: 20px;
	}
	.news-date {
		font-size: 16px;
	}
	.news-title {
		margin: 0 0 30px;
		font-size: 22px;
	}
	.news-more {
		font-size: 16px;
	}
}

/************************* news pages *************************/
.news-page {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
.news-page .news-item {
	min-width: none;
	padding: 35px 32px;
}
.news-page .news-date {
	margin: 0 0 25px;
}
.news-page .news-title {
	margin: 0 0 20px;
	font-size: 40px;
	line-height: 130%;
}
.news-text {
	margin: 0 0 57px;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #6d7888;
}
.news-item-big {
    grid-column: span 2;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 40px;
}
.news-item-content {
	width: 50%;
	max-width: 520px;
}
.news-item-img {
	width: 50%;
	text-align: center;
}
.news-item-img img {
	max-width: 467px;
	width: 100%;
	border-radius: 10px;
}
.news-article h1 {
	margin: 0 0 37px;
    font-size: 64px;
    line-height: 130%;
}
.news-article-img {
	float: right;
	margin: 0 0 30px 36px;
	width: 527px;
}
.news-article-img img {
	width: 100%;
	border-radius: 20px;
}
.news-article-block {
	margin: 0 0 60px;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #6d7888;
}
.news-article-block p {margin: 0 0 25px;}
.news-article-block p:last-child {margin: 0;}
@media screen and (max-width: 1300px) {
	.news-page .news-title {
		font-size: 30px;
	}
	.news-article-block {
		font-size: 20px;
	}
	.news-article-img {
		width: 400px;
	}
}
@media screen and (max-width: 1024px) {
	.news-page {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
	.news-item-big {
		grid-column: span 1;
		flex-direction: column;
		gap: 40px;
	}
	.news-item-content {
		width: auto;
		max-width: none;
	}
	.news-item-img {
		width: auto;
	}
	.news-item-img img {
		max-width: none;
	}
	.news-article h1 {
    	margin: 0 0 30px;
        font-size: 36px;
        line-height: 120%;
	}
	.news-article-img {
		float: none;
		margin: 0 0 30px;
		width: 100%;
	}
	.news-article-img img {
		border-radius: 10px;
	}
	.news-article-block {
		margin: 0 0 30px;
		font-size: 18px;
	}

}
@media screen and (max-width: 767px) {
	.news-page .news-item {
		padding: 20px;
	}
	.news-page .news-date {
		margin: 0 0 20px;
	}
	.news-page .news-title {
		font-size: 24px;
	}
	.news-text {
		margin: 0 0 35px;
		font-size: 16px;
	}
	.news-article h1 {
        font-size: 30px;
	}
}
/* End */


/* Start:/bitrix/templates/kfp/components/bitrix/breadcrumb/breadcrumbs/style.min.css?1760532521467*/
.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 */
/* /bitrix/templates/kfp/components/bitrix/news/news/style.css?17655465103936 */
/* /bitrix/templates/kfp/components/bitrix/breadcrumb/breadcrumbs/style.min.css?1760532521467 */
