.itson-values-table-widget {
	width: 100%;
}

.elementor-widget-itson-values-table .itson-values-title.elementor-heading-title {
	font-family: var(--e-global-typography-1c16242-font-family), Sans-serif;
	font-size: var(--e-global-typography-1c16242-font-size);
	font-weight: var(--e-global-typography-1c16242-font-weight);
	line-height: var(--e-global-typography-1c16242-line-height);
	margin: 0;
	text-align: left;
}

.itson-values-quote {
	align-items: center;
	color: var(--e-global-color-vamtam_accent_8, rgba(0, 0, 0, .6));
	display: flex;
	font-family: var(--e-global-typography-47d0553-font-family, var(--e-global-typography-vamtam_primary_font-font-family)), Sans-serif;
	font-size: var(--e-global-typography-47d0553-font-size, 16px);
	font-style: italic;
	font-weight: var(--e-global-typography-47d0553-font-weight, 500);
	gap: 18px;
	justify-content: center;
	line-height: var(--e-global-typography-47d0553-line-height, 1.2em);
	margin: 12px auto 26px;
	text-align: center;
}

.itson-values-quote::before,
.itson-values-quote::after {
	background: currentColor;
	content: "";
	display: block;
	height: 1px;
	max-width: 86px;
	opacity: .55;
	width: 12vw;
}

.itson-values-table-wrap {
	overflow-x: auto;
	padding: 8px 0 12px;
}

.itson-values-table {
	background: var(--e-global-color-vamtam_accent_5, #fff);
	border-collapse: separate;
	border-radius: 8px;
	border-spacing: 0;
	box-shadow: 0 14px 34px rgba(2, 11, 80, .08);
	color: var(--e-global-color-597ed21, rgba(0, 0, 0, .75));
	font-family: var(--e-global-typography-vamtam_primary_font-font-family), Sans-serif;
	font-size: var(--e-global-typography-vamtam_primary_font-font-size, 15px);
	font-weight: var(--e-global-typography-vamtam_primary_font-font-weight, 400);
	line-height: var(--e-global-typography-vamtam_primary_font-line-height, 1.5em);
	min-width: max(720px, 100%);
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}

.itson-values-table th,
.itson-values-table td {
	border-color: var(--e-global-color-vamtam_accent_7, rgba(0, 0, 0, .1));
	border-style: solid;
	border-width: 0 1px 1px 0;
	padding: 20px 24px;
	text-align: left;
	vertical-align: middle;
}

.itson-values-table th:last-child,
.itson-values-table td:last-child {
	border-right-width: 0;
}

.itson-values-table tbody tr:last-child th,
.itson-values-table tbody tr:last-child td {
	border-bottom-width: 0;
}

.itson-values-corner,
.itson-values-row-head {
	background: rgba(194, 209, 227, .24);
	width: 18%;
}

.itson-values-illustrations-row th {
	background: transparent;
	border-width: 0;
	padding: 0 24px 8px;
	text-align: center;
}

.itson-values-illustration-cell img {
	display: block;
	height: clamp(74px, 12vw, 128px);
	margin: 0 auto;
	object-fit: contain;
	width: min(100%, 180px);
}

.itson-values-column-head {
	background: var(--e-global-color-vamtam_accent_5, #fff);
	text-align: center;
}

.itson-values-column-label,
.itson-values-row-label {
	align-items: center;
	display: flex;
	font-family: var(--e-global-typography-798d94d-font-family, var(--e-global-typography-vamtam_primary_font-font-family)), Sans-serif;
	font-size: var(--e-global-typography-798d94d-font-size, 12px);
	font-weight: var(--e-global-typography-798d94d-font-weight, 500);
	gap: 10px;
	letter-spacing: 0;
	line-height: var(--e-global-typography-798d94d-line-height, 1em);
	text-transform: uppercase;
}

.itson-values-column-label {
	justify-content: center;
}

.itson-values-column-icon,
.itson-values-row-icon {
	align-items: center;
	border-radius: 999px;
	color: var(--e-global-color-vamtam_accent_1, #020b50);
	display: inline-flex;
	flex: 0 0 auto;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.itson-values-column-icon {
	background: #c2d1e3;
}

.itson-values-row-icon {
	background: transparent;
	color: #6b91bd;
	height: 30px;
	width: 30px;
}

.itson-values-column-icon :is(svg, i),
.itson-values-row-icon :is(svg, i) {
	display: block;
	font-size: 18px;
	height: 1em;
	line-height: 1;
	width: 1em;
}

.itson-values-column-icon img,
.itson-values-row-icon img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.itson-values-cell-content > :last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.itson-values-quote {
		gap: 12px;
		margin-bottom: 22px;
	}

	.itson-values-quote::before,
	.itson-values-quote::after {
		width: 32px;
	}

	.itson-values-table {
		font-size: 14px;
		min-width: 680px;
	}

	.itson-values-table th,
	.itson-values-table td {
		padding: 16px;
	}
}
