

/* Start:/local/templates/service/components/bitrix/news.list/fond_fonds/style.css?17402668572292*/
	.fonds {
		padding-bottom: 100px;
	}

	.fonds-content {
		display: flex;
		flex-direction: column;
	}

	.fonds-title {
		font-family: 'Arkhip';
		font-style: normal;
		font-weight: 400;
		font-size: 48px;
		line-height: 48px;
		letter-spacing: -0.03em;
		max-width: 640px;
		margin-bottom: 50px;
	}

	.fonds-title > br {
		display: none;
	}

	.fonds-wrap {
		width: 100%;
		overflow:hidden;
		position: relative;
	}

	.fonds-list__prev {
		position: absolute;
		top: calc(50% - 54px);
		left: 0px;
		z-index: 10;
		transform: rotate(180deg);
		display: none;
	}

	.fonds-list__next {
		position: absolute;
		top: calc(50% - 34px);
		right: -20px;
		z-index: 10;
	}

	.fonds-list-decorline {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 0;
		pointer-events: none;
		background: rgba(0, 0, 0, 0.5);
		z-index: 1;
	}

	.fonds-list {
		display: flex;
		column-gap: 40px;
		transition: all 0.3s ease;
	}

	.fonds-item {
		display: flex;
		flex-direction: column;
		min-width: 250px;
    	height: fit-content;
	}

	.fonds-item__icon {
		margin-bottom: 10px;
	}

	.fonds-item__title {
		font-family: 'Arkhip';
		font-style: normal;
		font-weight: 400;
		font-size: 30px;
		line-height: 34px;
	}

	.fonds-item__text {
		font-family: 'Inter';
		font-style: normal;
		font-weight: 400;
		font-size: 17px;
		line-height: 25px;
		letter-spacing: -0.02em;
		margin-top: 8px;
	}

@media screen and (max-width: 1279px) {
	.fonds-title {
		margin-bottom: 40px;
	}

	.fonds-list-decorline {
		width: 100px;
		height: 100%
	}
}

@media screen and (max-width: 1023px) {
	.fonds {
		padding-bottom: 110px;
	}

	.fonds-list-decorline {
		width: 120px;
	}
}

@media screen and (max-width: 767px) {
	.fonds {
		padding-bottom: 80px;
	}

	.fonds-title {
		font-size: 28px;
		line-height: 31px;
		letter-spacing: 0em;
		max-width: 305px;
		margin-bottom: 20px;
	}

	.fonds-title > br {
		display: initial;
	}

	.fonds-list {
		column-gap: 20px;
	}

	.fonds-item {
		min-width: 140px;
	}

	.fonds-item__icon {
		margin-bottom: 10px;
	}

	.fonds-item__title {
		font-size: 17px;
		line-height: 22px;
		letter-spacing: -0.01em;
	}

	.fonds-item__text {
		font-weight: 500;
		font-size: 13px;
		line-height: 18px;
		letter-spacing: -0.02em;
		margin-top: 8px;
	}

	.fonds-list-decorline {
		width: 25px;
	}
}
/* End */
/* /local/templates/service/components/bitrix/news.list/fond_fonds/style.css?17402668572292 */
