.call-block {
	width: 100%;
	padding: 100px 56px;
}

.call-block-list {
	width: 1124px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 24px;
}

.call-block-item {
	overflow: hidden;
	position: relative;
	width: 550px;
	height: 450px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 40px;
	border-radius: 24px;
	background: #eef5fd;
}

.call-block-item-title {
	margin: 0;

	color: var(--text-primary, #000);
	font-family: "Kyiv*Type Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
}

.call-block-item-text {
	margin: 0;

	color: var(--text-secondary, #475569);
	font-family: Daikon;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.call-block-item-logo-sculpture1 {
	position: absolute;
	bottom: -55px;
	left: -60px;
}

.call-block-item-logo-sculpture2 {
	position: absolute;
	bottom: -50px;
	left: 220px;
}

.call-block-item-logo-jscode {
	width: 450px;
	height: auto;
	position: absolute;
	bottom: -10px;
	left: 35px;
}

.call-block-item-card {
	max-width: 316px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 12px;
	border-radius: 8px;
	background: var(--core-colors-neutral-white, #fff);
	box-shadow: -97px 0 27px 0 rgba(45, 88, 134, 0),
		-62px 0 25px 0 rgba(45, 88, 134, 0.01),
		-35px 0 21px 0 rgba(45, 88, 134, 0.04),
		-15px 0 15px 0 rgba(45, 88, 134, 0.07),
		-4px 0 9px 0 rgba(45, 88, 134, 0.09);
	cursor: default;
	pointer-events: none;

	color: #1d1d1f;
	font-family: Daikon;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
}

.call-block-item-card-first {
	margin-top: 20px;
}

.call-block-item-card-last {
	margin-left: auto;
}

.call-block-item-card-dataset {
	position: absolute;
	left: 90px;
	top: 180px;
	transform: rotate(2deg);
}

.call-block-item-card-title {
	cursor: default;
	pointer-events: none;

	color: var(--text-primary, #000);
	font-family: "Kyiv*Type Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
}

.call-block-item-card-text {
	cursor: default;
	pointer-events: none;

	color: var(--text-primary, #000);
	font-family: Daikon;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.call-block-item-chart {
	height: auto;
	width: 100%;
	max-width: 520px;
	margin: auto auto 0 auto;
}

.call-block-item-card-tag {
	display: flex;
	align-items: center;
	gap: 5px;
	width: fit-content;
	padding: 6px 8px;
	border-radius: 999px;
	border: 1px solid #d9dee7;
	background: var(--core-colors-neutral-white, #fff);
	cursor: default;
	pointer-events: none;

	color: var(--core-colors-neutral-black, #000);
	font-family: Daikon;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.call-block-item-card-tag-img {
	width: 18px;
	height: 18px;
	padding: 4px;
	border-radius: 50%;
	background: var(--dataIconsResourcesBg, rgba(241, 196, 15, 0.05));
}

.call-block-item-button {
	position: absolute;
	bottom: 50px;
	right: 50px;
	z-index: 1;
	transform: rotate(3deg);
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 14px 22px;
	border: none;
	border-radius: 28.544px;
	background: var(--core-colors-primary-500, #0350a5);
	box-shadow: -98px 73px 34px 0 rgba(45, 88, 134, 0),
		-63px 47px 31px 0 rgba(45, 88, 134, 0.01),
		-35px 26px 26px 0 rgba(45, 88, 134, 0.04),
		-16px 12px 20px 0 rgba(45, 88, 134, 0.07),
		-4px 3px 11px 0 rgba(45, 88, 134, 0.09);
	transition: background linear var(--animation-duration);
	cursor: default;
	pointer-events: none;

	color: var(--core-colors-neutral-white, #fff);
	font-family: Daikon;
	font-size: 21.408px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

@media screen and (max-width: 1279px) {
	.call-block {
		padding: 64px 24px;
	}

	.call-block-list {
		width: 100%;
	}

	.call-block-item-title {
		font-size: 18px;
	}

	.call-block-item-text {
		font-size: 16px;
	}

	.call-block-item-card-first {
		margin-left: 20%;
	}

	.call-block-item-card-last {
		margin-right: 20%;
	}
}

@media screen and (max-width: 599px) {
	.call-block {
		padding: 42px 14;
	}

	.call-block-list {
		gap: 8px;
	}

	.call-block-item {
		width: 100%;
		padding: 40px 14px;
	}

	.call-block-item-card-first,
	.call-block-item-card-last {
		margin: 0;
	}

	.call-block-item-card-dataset {
		position: absolute;
		left: 14px;
		top: 180px;
	}
}

.dashboards-block {
	padding: 100px 96px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 36px;
}

.dashboards-block-title {
	margin: 0;
	width: 100%;
	color: var(--text-primary, #000);
	font-family: "Kyiv*Type Sans";
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
}

.dashboard-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.dashboard-item-wrapper {
	overflow: hidden;
	position: relative;
	border-radius: 18px;
}

.dashboard-item {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 34px 16px;
	gap: 12px;
	border-radius: 18px;
	border: 1px solid var(--border-color-defoult, #cbd5e1);
	background: var(--bg-content, #fff);
	box-shadow: none;
	transition: all linear var(--animation-duration);
}

.dashboard-item:hover,
.dashboard-item:focus {
	text-decoration: none;
	border-color: var(--border-color-accent, #0350a5);
	box-shadow: -18px 52px 15px 0 rgba(136, 159, 205, 0),
		-12px 33px 14px 0 rgba(136, 159, 205, 0.02),
		-7px 19px 12px 0 rgba(136, 159, 205, 0.07),
		-3px 8px 9px 0 rgba(136, 159, 205, 0.12),
		-1px 2px 5px 0 rgba(136, 159, 205, 0.13);
}

.dashboard-item-text {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-word;

	color: var(--core-colors-neutral-black, #000);
	font-family: Daikon;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.dashboard-item-logo {
	flex-shrink: 0;
	width: 64px;
	height: 64px;
}

.dashboard-item-circle {
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	width: 150px;
	height: 150px;
	border-radius: 999px;
	background-color: var(--bg-info, rgba(0, 105, 255, 0.1));
	transition: all linear 350ms;
}

.dashboard-item:hover > .dashboard-item-circle,
.dashboard-item:focus > .dashboard-item-circle {
	width: 200%;
	height: 200%;
}

@media screen and (max-width: 1279px) {
	.dashboards-block {
		padding: 64px 24px;
	}

	.dashboards-block-title {
		font-size: 28px;
	}

	.dashboard-list {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 14px;
	}

	.dashboard-item-wrapper {
		width: calc((100% / 2) - (14px / 2));
	}

	.dashboard-item-text {
		font-size: 16px;
	}
}

@media screen and (max-width: 599px) {
	.dashboards-block {
		padding: 42px 14px;
	}

	.dashboard-item {
		flex-direction: column-reverse;
		padding: 16px 8px;
		gap: 44px;
	}

	.dashboard-item-logo {
		width: 42px;
		height: 42px;
	}

	.dashboard-item-text {
		font-size: 14px;
		text-align: center;
	}

	.dashboard-item-circle {
		top: -70px;
		left: 50%;
		transform: translateX(-50%);
	}

	.dashboards-block > .ua-btn {
		width: 100%;
	}
}

.general-block {
	position: relative;
	height: calc(100vh - 100px);
	min-height: 590px;
	max-height: 840px;
	margin: 8px 40px 0 40px;
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 56px;
	border-radius: 42px;
	background: linear-gradient(0deg, #005dc2 0%, #0d1f3a 100%);
	overflow: hidden;
}

.general-block-bg1 {
	height: 90%;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translate(-50%);
}

.general-block-bg2 {
	height: 90%;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(50%);
}

.general-block-title {
	margin: 0;
	color: var(--text-ondark, #fff);
	text-align: center;
	font-family: "Kyiv*Type Sans";
	font-size: 94px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	z-index: 10;
}

.general-block-search {
	position: relative;
	width: 480px;
	z-index: 10;
}

.general-block-search > img {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: all var(--animation-duration);
}

.general-block-search-input {
	width: 100%;
	height: 54px;
	border-radius: 32px;
	border: 1px solid rgba(32, 101, 242, 0.5);
	background: var(--core-colors-primary-200, rgba(3, 80, 165, 0.2));
	padding-left: 54px;
	padding-right: 20px;

	color: var(--text-ondark, #fff);
	text-overflow: ellipsis;
	font-family: Daikon;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.general-block-search-input:hover {
	border: 1px solid var(--core-colors-primary-accent-500, #2065f2);
	outline: 1px solid var(--core-colors-primary-accent-500, #2065f2);
	background: none;
}

.general-block-search-input:focus {
	border: 1px solid var(--core-colors-primary-accent-500, #2065f2);
	background: var(--core-colors-primary-50, rgba(3, 80, 165, 0.05));
	outline: none;
}

.general-block-search-input:hover + img,
.general-block-search-input:focus + img {
	transform: translateY(-50%) scale(1.5);
	transition: transform linear var(--animation-duration);
}

.general-block-search-input::placeholder {
	color: var(--text-ondark, #fff);
	text-overflow: ellipsis;
	font-family: Daikon;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.dataset-categories {
	padding: 28px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	z-index: 10;
}

.dataset-category-list {
	max-height: 90px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.dataset-category-item {
	height: 41px;
	max-width: 350px;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 999px;
	border: 1px solid var(--border-color-defoult, #cbd5e1);
	background: var(--bg-content, #fff);
	transition: all linear var(--animation-duration);
}

.dataset-category-item:hover,
.dataset-category-item:focus {
	color: var(--text-accent-hover, #2065f2);
	border: 1px solid var(--input-border-active, #2065f2);
	background: linear-gradient(
			0deg,
			var(--bg-hover, rgba(32, 101, 242, 0.1)) 0%,
			var(--bg-hover, rgba(32, 101, 242, 0.1)) 100%
		),
		var(--bg-content, #fff);
}

.dataset-category-item-logo {
	height: 24px;
	width: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.dataset-category-item-name {
	font-family: Daikon;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

@media screen and (max-width: 1279px) {
	.general-block {
		padding: 136px 24px;
		margin: 0 24px;
	}

	.general-block-title {
		font-size: 64px;
	}

	.general-block-search {
		width: 100%;
	}

	.dataset-category-list {
		max-height: 139px;
	}
}

@media screen and (max-width: 599px) {
	.general-block {
		padding: 80px 14px;
		margin: 0 14px;
	}

	.general-block-bg1 {
		transform: translate(-60%);
	}

	.general-block-bg2 {
		transform: translate(60%);
	}

	.general-block-title {
		font-size: 36px;
	}

	.dataset-category-list {
		max-height: 188px;
	}
}

* {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

html {
	font-family: Daikon;
}

.homepage-container {
	max-width: 1920px;
	width: min(calc(100vw - 6px), 1920px);
	display: flex;
	flex-direction: column;
}

.homepage-container ul {
	padding: 0;
}

.manager-block {
	margin: 100px 40px;
	padding: 42px 72px;
	display: flex;
	flex-direction: column;
	gap: 36px;
	border-radius: 32px;
	background: var(
		--gradient-vertical,
		linear-gradient(0deg, #005dc2 0%, #0d1f3a 100%)
	);
}

.manager-block-title {
	color: var(--text-ondark, #fff);
	font-family: "Kyiv*Type Sans";
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
}

.manager-block-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
}

.manager-block-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
}

.manager-block-logo {
	flex-shrink: 0;
	width: 170px;
	height: auto;
}

.manager-block-text {
	display: flex;
	flex-direction: column;
	gap: 24px;

	color: var(--text-ondark, #fff);
	font-family: Daikon;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.manager-block-text > a {
	display: flex;
	align-items: center;
	gap: 4px;
	transition: opacity var(--animation-duration);

	color: var(--text-ondark, #fff);
	font-family: Daikon;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.manager-block-text > a:hover,
.manager-block-text > a:focus {
	opacity: 0.8;
}

.manager-block-widget {
	flex-shrink: 0;
	width: 340px;
	display: flex;
	flex-direction: column;
	border-radius: 24px;
	background: var(--core-colors-neutral-white, #fff);
	box-shadow: -18px 52px 15px 0 rgba(136, 159, 205, 0),
		-12px 33px 14px 0 rgba(136, 159, 205, 0.01),
		-7px 19px 12px 0 rgba(136, 159, 205, 0.02),
		-3px 8px 9px 0 rgba(136, 159, 205, 0.03),
		-1px 2px 5px 0 rgba(136, 159, 205, 0.04);
}

.manager-block-widget-header {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 8px 16px;
	background: var(--bg-main, #f1f5f9);
	border-radius: 24px 24px 0 0;
}

.manager-block-widget-header-logo {
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.manager-block-widget-header-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;

	color: var(--text-accent, #0350a5);
	font-family: "Kyiv*Type Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
}

.manager-block-widget-content {
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.manager-block-widget-content-text {
	overflow: hidden;
	color: var(--text-primary, #000);
	text-overflow: ellipsis;

	font-family: Daikon;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.manager-block-widget-content-value {
	overflow: hidden;
	color: var(--core-colors-primary-accent-500, #2065f2);
	text-overflow: ellipsis;

	font-family: "Kyiv*Type Sans";
	font-size: 94px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
}

@media screen and (max-width: 1279px) {
	.manager-block {
		margin: 64px 24px;
		padding: 24px;
	}

	.manager-block-title {
		font-size: 28px;
	}

	.manager-block-wrapper {
		flex-direction: column;
	}

	.manager-block-logo {
		width: 134px;
		height: auto;
	}

	.manager-block-text {
		font-size: 16px;
	}

	.manager-block-text > a {
		font-size: 16px;
	}

	.manager-block-widget {
		width: 100%;
	}

	.manager-block-widget-header-title {
		font-size: 18px;
	}

	.manager-block-widget-content {
		gap: 4px;
	}

	.manager-block-widget-content-text {
		font-size: 16px;
	}

	.manager-block-widget-content-value {
		font-size: 64px;
	}
}

@media screen and (max-width: 599px) {
	.manager-block {
		margin: 42px 14px;
	}

	.manager-block-logo {
		display: none;
	}

	.manager-block-widget-content-value {
		font-size: 36px;
	}
}

.new-datasets-block {
	padding: 100px 96px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 36px;
}

.new-datasets-block-title {
	margin: 0;
	width: 100%;
	color: var(--text-primary, #000);
	font-family: "Kyiv*Type Sans";
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
}

.new-dataset-list {
	margin: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.new-dataset-item {
	width: calc((100% / 3) - (48px / 3));
	border-radius: 18px;
	border: 1px solid var(--border-color-defoult, #cbd5e1);
	background: var(--bg-content, #fff);
	box-shadow: -18px 52px 15px 0 rgba(136, 159, 205, 0),
		-12px 33px 14px 0 rgba(136, 159, 205, 0.01),
		-7px 19px 12px 0 rgba(136, 159, 205, 0.02),
		-3px 8px 9px 0 rgba(136, 159, 205, 0.03),
		-1px 2px 5px 0 rgba(136, 159, 205, 0.04);
}

.new-dataset-item:hover,
.new-dataset-item:focus {
	border: 1px solid var(--border-color-accent, #0350a5);
	background: linear-gradient(
			0deg,
			var(--bg-hover, rgba(32, 101, 242, 0.1)) 0%,
			var(--bg-hover, rgba(32, 101, 242, 0.1)) 100%
		),
		var(--bg-content, #fff);
	box-shadow: -18px 52px 15px 0 rgba(136, 159, 205, 0),
		-12px 33px 14px 0 rgba(136, 159, 205, 0.02),
		-7px 19px 12px 0 rgba(136, 159, 205, 0.07),
		-3px 8px 9px 0 rgba(136, 159, 205, 0.12),
		-1px 2px 5px 0 rgba(136, 159, 205, 0.13);
}

.new-dataset-item__link {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 18px;
	gap: 12px;
	background-color: transparent;
	border: none;
	text-align: start;
}

.new-dataset-item__link:hover,
.new-dataset-item__link:focus {
	text-decoration: none;
}

.new-dataset__header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.new-dataset-item-logo {
	display: flex;
	width: fit-content;
	padding: 8px 14px;
	border-radius: 999px;
	border: 1px solid var(--border-color-defoult, #cbd5e1);
	background: var(--bg-content, #fff);
}

.new-dataset__item__format-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.new-dataset__item__format-item {
	padding: 7px 12px;
	border-radius: 8px;
	border: 1px solid black;
	border-color: var(--data-icons-icon, #0069ff);
	background: var(--data-icons-icon-bg, rgba(0, 105, 255, 0.05));

	color: var(--text-primary, #000);
	text-align: center;
	font-family: Daikon;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 12px;
}

.new-dataset-item-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	align-self: stretch;
	word-break: break-word;

	color: var(--text-primary, #000);
	font-family: "Kyiv*Type Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
}

.new-dataset-item-text {
	width: fit-content;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	align-self: stretch;
	word-break: break-word;

	color: var(--core-colors-primary-500, #0350a5);
	font-family: Daikon;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.new-dataset-item-info {
	margin-top: auto;
	display: flex;
	align-items: center;
	gap: 14px;

	color: var(--text-secondary, #475569);

	font-family: Daikon;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0.07px;
}

.new-dataset-item-info > div {
	display: flex;
	align-items: center;
	gap: 4px;
}

.new-datasets-block-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 14px;
}

@media screen and (max-width: 1279px) {
	.new-datasets-block {
		padding: 64px 24px;
	}

	.new-datasets-block-title {
		font-size: 28px;
	}

	.new-dataset-list {
		gap: 14px;
	}

	.new-dataset-item {
		width: calc((100% / 2) - (14px / 2));
	}

	.new-dataset-item-title {
		font-size: 18px;
	}

	.new-dataset-item-text {
		font-size: 16px;
	}
}

@media screen and (max-width: 599px) {
	.new-datasets-block {
		padding: 42px 14px;
	}

	.new-dataset-item {
		width: 100%;
	}
}

@media screen and (max-width: 599px) {
	.new-datasets-block-controls > button,
	.new-datasets-block-controls > a {
		width: 100%;
	}
}

.news-block {
	padding: 100px 96px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 36px;
}

.news-block-title {
	margin: 0;
	width: 100%;
	color: var(--text-primary, #000);
	font-family: "Kyiv*Type Sans";
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
}

.news-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.news-item {
	overflow: hidden;
	width: calc((100% / 5) - (24px * 4 / 5));
	transition: all var(--animation-duration);
	border-radius: 24px;
	border: 1px solid var(--border-color-defoult, #cbd5e1);
	background: var(--bg-content, #fff);
	box-shadow: -18px 52px 15px 0 rgba(136, 159, 205, 0),
		-12px 33px 14px 0 rgba(136, 159, 205, 0.01),
		-7px 19px 12px 0 rgba(136, 159, 205, 0.02),
		-3px 8px 9px 0 rgba(136, 159, 205, 0.03),
		-1px 2px 5px 0 rgba(136, 159, 205, 0.04);
}

.news-item:hover,
.news-item:focus {
	border: 1px solid var(--border-color-accent, #0350a5);
	box-shadow: -18px 52px 15px 0 rgba(136, 159, 205, 0),
		-12px 33px 14px 0 rgba(136, 159, 205, 0.02),
		-7px 19px 12px 0 rgba(136, 159, 205, 0.07),
		-3px 8px 9px 0 rgba(136, 159, 205, 0.12),
		-1px 2px 5px 0 rgba(136, 159, 205, 0.13);
}

.news-item-link {
	display: flex;
	flex-direction: column;
}

.news-item-link:hover,
.news-item-link:focus {
	text-decoration: none;
}

.news-item-photo {
	position: relative;
	width: 100%;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background var(--animation-duration);
}

.news-item-photo-overlay {
	position: absolute;
	inset: 0;
}

.news-item:hover .news-item-photo-overlay,
.news-item:focus .news-item-photo-overlay {
	background: linear-gradient(
		180deg,
		rgba(28, 62, 130, 0) 37.5%,
		#1c3e82 100%
	);
}

.news-item-photo-img {
	height: 100%;
	width: auto;
}

.news-item-info {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 18px;
}

.news-item-logo {
	display: flex;
	width: fit-content;
	padding: 8px 14px;
	border-radius: 999px;
	border: 1px solid var(--border-color-defoult, #cbd5e1);
	background: var(--bg-content, #fff);
}

.news-item-text {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	align-self: stretch;
	word-break: break-word;

	color: var(--text-primary, #000);
	font-family: Daikon;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.news-item-metadata {
	display: flex;
	align-items: center;
	gap: 14px;

	color: var(--text-secondary, #475569);

	font-family: Daikon;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0.07px;
}

.news-item-metadata > div {
	display: flex;
	align-items: center;
	gap: 4px;
}

@media screen and (max-width: 1279px) {
	.news-block {
		padding: 64px 24px;
	}

	.dashboards-block-title {
		font-size: 28px;
	}

	.news-item {
		width: calc((100% / 2) - (24px / 2));
	}

	.news-item-text {
		font-size: 16px;
	}
}

@media screen and (max-width: 599px) {
	.news-block {
		padding: 42px 14px;
	}

	.news-item {
		width: 100%;
	}

	.news-block .ua-btn {
		width: 100%;
	}
}

.popular-block {
	padding: 100px 96px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 36px;
}

.popular-block__header {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.popular-block__header-title {
	margin: 0;

	color: var(--text-primary, #000);
	font-family: "Kyiv*Type Sans";
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
}

.popular-block__tab-list {
	display: flex;
	align-items: center;
	margin: 0;
}

.popular-block__tab-item > button {
	display: flex;
	align-items: center;
	gap: 8px;

	width: 100%;
	border: 1px solid var(--border-color-defoult, #cbd5e1);
	background: var(--bg-content, #fff);
	padding: 8px 16px;
	cursor: pointer;
	transition: background var(--animation-duration);

	color: var(--text-primary, #000);
	font-family: Daikon;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.popular-block__tab-item > button:hover,
.popular-block__tab-item > button:focus {
	background: var(--bg-hover, rgba(32, 101, 242, 0.1));
}

.popular-block__tab-item > button > svg {
	color: var(--text-accent, #0350a5);
}

.popular-block__tab-item > button.active {
	border: 1px solid var(--button-primary-primary, #0350a5);
	background: var(--button-primary-primary, #0350a5);
	color: var(--text-ondark, #fff);
}

.popular-block__tab-item > button.active > svg {
	color: var(--text-ondark, #fff);
}

.popular-block__tab-item:first-child > button {
	border-radius: 999px 0 0 999px;
}

.popular-block__tab-item:last-child > button {
	border-radius: 0 999px 999px 0;
}

.popular-block__tab-item:not(:first-child) {
	margin-left: -1px;
}

.popular-block__list-wrapper {
	width: 100%;
	display: none;
	flex-direction: column;
	gap: 36px;
}

.popular-block__list-wrapper.visible {
	display: flex;
}

.popular-block__list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin: 0;
}

.popular-block__item {
	width: calc((100% / 3) - (48px / 3));
}

.popular-block__item-link {
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 18px;
	gap: 8px;
	border-radius: 18px;
	border: 1px solid transparent;
	background: linear-gradient(
			0deg,
			var(--core-colors-primary-50, rgba(3, 80, 165, 0.05)) 0%,
			var(--core-colors-primary-50, rgba(3, 80, 165, 0.05)) 100%
		),
		var(--bg-content, #fff);
	transition: all var(--animation-duration);
}

.popular-block__item-link * {
	pointer-events: none;
	cursor: pointer;
}

.popular-block__item-link:hover,
.popular-block__item-link:focus {
	text-decoration: none;
	border-color: var(--border-color-accent, #0350a5);
	background: var(--bg-content, #fff);
	box-shadow: -18px 52px 15px 0 rgba(136, 159, 205, 0),
		-12px 33px 14px 0 rgba(136, 159, 205, 0.02),
		-7px 19px 12px 0 rgba(136, 159, 205, 0.07),
		-3px 8px 9px 0 rgba(136, 159, 205, 0.12),
		-1px 2px 5px 0 rgba(136, 159, 205, 0.13);
}

.popular-block__item-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	column-gap: 16px;
	row-gap: 8px;
}

.popular-block__item-header__info {
	display: flex;
	flex-direction: column;
	margin-right: auto;
}

.popular-block__item-header__info-title {
	margin: 0;

	color: var(--core-colors-neutral-Black, #000);
	font-family: Daikon;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.07px;
}

.popular-block__item-header__info-text {
	margin: 0;

	color: var(--core-colors-primary-500, #0350a5);
	text-overflow: ellipsis;
	font-family: "Kyiv*Type Sans";
	font-size: var(--text-h3, 24px);
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
}

.popular-block__item__format-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.popular-block__item__format-item {
	padding: 7px 12px;
	border-radius: 8px;
	border: 1px solid black;
	border-color: var(--data-icons-icon, #0069ff);
	background: var(--data-icons-icon-bg, rgba(0, 105, 255, 0.05));

	color: var(--text-primary, #000);
	text-align: center;
	font-family: Daikon;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 12px;
}

.popular-block__item-category {
	display: flex;
	width: fit-content;
	padding: 8px 14px;
	border-radius: 999px;
	border: 1px solid var(--border-color-defoult, #cbd5e1);
	background: var(--bg-content, #fff);
}

.popular-block__item-title {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-word;

	color: var(--text-primary, #000);
	font-family: "Kyiv*Type Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
}

.popular-block__item-text {
	margin: 0;
	margin-top: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	word-break: break-word;

	color: var(--text-primary, #000);
	font-family: Daikon;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.popular-block__item-info__list {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: auto;
}

.popular-block__item-info__item {
	display: flex;
	align-items: center;
	gap: 4px;

	color: var(--text-secondary, #475569);
	font-family: Daikon;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0.07px;
}

.popular-block__list-button {
	margin: 0 auto;
	width: fit-content;
}

@media screen and (max-width: 1279px) {
	.popular-block {
		padding: 64px 24px;
	}

	.popular-block__header {
		flex-direction: column;
		align-items: start;
		gap: 36px;
	}

	.popular-block__header-title {
		font-size: 28px;
	}

	.popular-block__tab-list {
		width: 100%;
	}

	.popular-block__tab-item {
		width: calc(100% / 3);
	}

	.popular-block__tab-item > button {
		font-size: 16px;
	}

	.popular-block__list {
		gap: 14px;
	}

	.popular-block__item {
		width: calc((100% / 2) - (14px / 2));
	}

	.popular-block__item-title {
		font-size: 18px;
	}

	.popular-block__item-text {
		font-size: 16px;
	}
}

@media screen and (max-width: 599px) {
	.popular-block {
		padding: 42px 14px;
	}

	.popular-block__tab-list {
		flex-direction: column;
		gap: 4px;
	}

	.popular-block__tab-item {
		width: 100%;
	}

	.popular-block__tab-item > button {
		justify-content: center;
		border-radius: 999px !important;
		margin: 0 !important;
	}

	.popular-block__item {
		width: 100%;
	}

	.popular-block__list-button {
		width: 100%;
	}
}

.statistics-block {
	padding: 100px 96px;
	display: flex;
	align-items: end;
	justify-content: space-between;
}

.statistics-block-divider {
	flex-shrink: 0;
	margin: auto 0;
	width: 2px;
	height: 210px;
	background-color: rgba(114, 181, 255, 0.2);
}

.statistics-block-item {
}

.statistics-block-item-logo {
	width: 300px;
	height: auto;
	margin-bottom: 16px;
}

.statistics-block-item-value {
	margin-bottom: 4px;

	color: var(--text-secondary, #475569);
	text-align: center;
	font-family: "Kyiv*Type Sans";
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.96px;
}

.statistics-block-item-text {
	color: var(--text-secondary, #475569);
	text-align: center;
	font-family: Daikon;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

@media screen and (max-width: 1279px) {
	.statistics-block {
		padding: 64px 24px;
		flex-direction: column;
		align-items: center;
		gap: 40px;
	}

	.statistics-block-divider {
		width: 210px;
		height: 2px;
	}

	.statistics-block-item-text {
		font-size: 16px;
	}
}

@media screen and (max-width: 599px) {
	.statistics-block {
		padding: 42px 14px;
	}
}
