/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 16 2026 | 14:18:19 */
.neoweb-kvadratura-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 24px;
	row-gap: 0;
	width: 100%;
}

.neoweb-kvadratura-list__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	column-gap: 20px;
	padding: 14px 0;
	border-bottom: 1px solid rgba(16, 17, 23, 0.14);
}

.neoweb-kvadratura-list__left {
	font-size: 15px;
	line-height: 1.45;
	font-weight: 600;
	color: #101117;
}

.neoweb-kvadratura-list__right {
	font-size: 15px;
	line-height: 1.45;
	font-weight: 400;
	color: #646464;
	text-align: right;
}

@media (max-width: 767px) {
	.neoweb-kvadratura-list {
		grid-template-columns: 1fr;
		column-gap: 0;
	}

	.neoweb-kvadratura-list__row {
		grid-template-columns: 1fr;
		row-gap: 6px;
	}

	.neoweb-kvadratura-list__right {
		text-align: left;
	}
}