.ViewRozcestnik {
  padding: 0;
}

.ViewRozcestnik :where(h2) {
  text-align: center;
  margin-bottom: 1rem;
  color: inherit;
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  line-height: 1.25;
}

.ViewRozcestnik :where(h2) + [class*="subTitle"] {
  font-size: 1.125em;
}

.TrainingForm {
  padding-bottom: clamp(2rem, 7vw, 7rem);
}

.TrainingForm-title {
  padding-bottom: 2rem;
  margin: 0;
  text-align: center;
}

.TrainingForm-subTitle {
  max-width: 40rem;
  padding-bottom: 2rem;
  margin: 0 auto;
  text-align: center;
}

.TrainingForm-form {
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.TrainingForm-form .form-item-wrapper {
  padding-bottom: 1rem;
}

.TrainingForm-form .form-item-wrapper--button {
  padding-bottom: 0;
  text-align: center;
}

.TrainingForm-form .control-label {
  display: block;
  padding-bottom: .25rem;
  font-size: 1rem;
  font-weight: 500;
  color: var(--colorText);
  opacity: .7;
}

.TrainingForm-form .control-label.required:after {
  content: '*';
  vertical-align: top;
  color: #d80000;
  font-size: 1rem;
  padding: 0 0 0 .25rem;
}

.TrainingForm-form input, .TrainingForm-form textarea, .TrainingForm-form select {
  width: 100%;
  min-height: 2.5rem;
  padding: .375rem .625rem;
  border: 0.0625rem solid var(--colorOutlines);
  border-radius: .375rem;
}

.TrainingForm-form input:focus, .TrainingForm-form textarea:focus, .TrainingForm-form select:focus {
  outline: none;
  border-color: grey;
}

.TrainingForm-form .required-items {
  padding: 0 0 .5rem;
  opacity: .7;
  font-size: 0.7rem;
}

.TrainingForm-form .required-items span {
  color: #d80000;
  vertical-align: middle;
}

.TrainingForm-addInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.TrainingForm-termsNote {
  flex: 0 0 62%;
  padding-bottom: 2rem;
  text-align: right;
}

.TermsNote {
  position: relative;
}

.TermsNote-text {
  cursor: pointer;
  text-decoration: underline;
  font-size: 0.8rem;
  color: #000;
}

.TermsNote-popup {
  display: none;
  max-width: 20rem;
  padding: .625rem;
  font-size: 0.8rem;
  color: #fff;
  background: #737373;
  border-radius: .375rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.7);
  position: absolute;
  left: -.625rem;
  bottom: calc(100% + 1rem);
  z-index: 10;
}

.TermsNote-popup a {
  color: #fff;
  text-decoration: underline;
}

.TermsNote-popup::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  position: absolute;
  left: auto;
  right: 1.25rem;
  top: calc(100% - .125rem);
  border-top: 1rem solid #737373;
}

.TermsNote-popup::after {
  content: "";
  display: block;
  width: 100%;
  height: 3rem;
  background: transparent;
  position: absolute;
  left: 0;
  top: 100%;
}

.TermsNote:hover .TermsNote-popup {
  display: block;
}

/*# sourceMappingURL=view-skoleni-detail.min.css.map */
