/* specifikace / primarne panely - lze i pro senzory */
#specs{
	max-width: 1300px;
	margin: 0 auto;
	text-align: center;
}
#specs h3:not(:first-child),
#specs h4:not(:first-child),
#specs .col-subtitle{
		margin-top: 1em;
}
#specs .cols{
	position: relative;
	display: flex;
	justify-content: center;
}
#specs .cols .col{
	/* min-width: 400px; */
}
#specs .cols .or{
	align-self:stretch;
	display: flex;
	align-items: center;
	flex-direction: column;
}
#specs .cols .or .line{
	width: 1px;
	background-color: rgb(223 223 223);
	margin: 10px auto;
}
#specs .cols .or .line1{
	height: 35%;
}
#specs .cols .or .line2{
	height: 65%;
}
#specs .spec-list{
	margin: 0;
	padding: 0 30px;
	max-width: 500px;
	text-align: left;
}
#specs .spec-list li{
	list-style-type: none;
	padding: 0.5em 0.5em 0.5em 40px;
	display: flex;
	justify-content: left;
	align-items: center;
}
#specs .spec-list li img{
	max-height: 25px;
	max-width: 25px;
	margin-right: 15px;
}
#specs .col.text-centered,
#specs .col.text-centered .spec-list,
#specs .col.text-centered .spec-list li{
	text-align: center;
	display: block;
}
#specs .col.small-padding li{
	padding: 0.2em 0.5em;
}
@media screen and (max-width: 1024px) {
	#specs .spec-list{
		font-size: 15px;
	}
}
@media screen and (max-width: 778px) {
	#specs .spec-list{
		font-size: 14px;
	}
	#specs .spec-list{
		padding-left: 10px;
		padding-right: 10px;
	}
	#specs .spec-list li{
		list-style-type: none;
		padding-left: 20px;
	}
}