/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 31 2026 | 12:47:47 */
.atributy-wrapper {
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}

.atribut-name-wrapper {
	width: 130px!important;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.atribut-name .et_pb_text_inner {
	font-size: 1rem!important;
}

.atribut-description .et_pb_text_inner {
	font-size: 1rem!important;
}

.nabidky-switcher{
display:flex;
flex-wrap:wrap;
gap:5px;
justify-content:flex-start;
}

.nabidky-divider {
	color: #9D9D9D;
	font-size: 1.25rem;
	font-weight: 600;
}

.nabidky-btn{
border:none;
cursor:pointer;
transition:all .3s ease;
font-size:1.25rem;
background: transparent;
font-weight: 600;
color: #9D9D9D;
}

.nabidky-btn.active{
color:#161616;
}

@media screen and (max-width: 767px) {
  .nabidky-btn{
font-size:1.1rem;
	}
	.nabidky-divider {
	display: none;
	}
}

/* rows */

.service-content{
display:none;
}

.service-content.active{
display:flex;
}