section.contact{
  position: relative;
}

.blok-formular-kotva{
  position: absolute;
  left: 0;
  top: -100px;
}
@media (max-width: 767px) {
  .blok-formular-kotva{
    top: -60px;
  }
}

.formular-povinne-pole-hvezda{
  color: red;
}

.error label{
  color: red !important;
}

.error .checkbox-group label{
  color: unset !important;
}

.error input[type='text'], .error input[type='email'], .error textarea{
  border-color: red !important;
}

.grecaptcha-badge {
  z-index: 50;
}