a {
	border-bottom: 1px var(--secondary) dashed;
}
a:hover {
	border-bottom: 1px #000 dashed;
}
.uslugi > .ba-row-wrapper,
.uslugi > .ba-row-wrapper > .ba-row,
.uslugi > .ba-row-wrapper > .ba-row > .column-wrapper {
	height: 100% !important;
}
.uslugi .ba-grid-column {
	flex-direction: column !important;	
  justify-content: space-between !important;
}
.foto .ba-image-wrapper {
	border: 40px #fbd4a8 solid;
}
.ba-form-acceptance-field label.ba-form-checkbox > span {
   width: 26px !important;
   height: 26px !important;
   margin-top: -3px;
}
.ba-form-acceptance-field .ba-form-acceptance-html p {
   font-size: 16px;
   line-height: 20px;
}
.ba-form-acceptance-field .ba-field-container {
   margin: 0 !important;
}
.ba-form-acceptance-field .ba-field-container {
   padding-left: 40px !important;
}
@media (max-width: 768px) {
  .uslugi > .ba-row-wrapper,
.uslugi > .ba-row-wrapper > .ba-row,
.uslugi > .ba-row-wrapper > .ba-row > .column-wrapper {
	height: unset !important;
}
  .uslugi .ba-grid-column {
	flex-direction: unset !important;	
  justify-content: ubset !important;
}
  .foto .ba-image-wrapper {
	border: 20px #fbd4a8 solid;
}
}