.technika-toggle {
  cursor: pointer;
  user-select: none;
}

.technika-toggle h2 {
  position: relative;
  padding-right: 28px;
}

.technika-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transition: transform .2s ease;
  font-size: 18px;
}

.technika-open .technika-arrow {
  transform: translateY(-50%) rotate(0deg);
}

.technika-menu[hidden] {
  display: none !important;
}

@media (max-width: 991px) {
  .technika-widget {
    margin-bottom: 30px;
  }
}

#nabidka-techniky {
    margin-bottom: 40px;
}

.technika-arrow {
    display: none !important;
}
