/*
md = 800px = 50em
*/
.dotaznik * {
  font-family: Helvetica Neue LT Pro, sans-serif;
}
.dotaznik h2,
.dotaznik h3,
.dotaznik h4 {
  color: #282e38;
}
.dotaznik h1 {
  font-size: calc(20px + 2em) !important;
  line-height: calc(20px + 0.7em) !important;
  font-weight: 400;
  color: #282e38;
}
.dotaznik h2 {
  font-size: calc(18px + 0.7em) !important;
  line-height: calc(18px + 1em) !important;
  margin: calc(10px + 1em) 0 0 0 !important;
  font-weight: 500;
}
.dotaznik h2:before {
  content: "";
  width: 100px;
  display: block;
  margin-bottom: calc(4px + 0.2em);
  border: 2px solid #c21b17;
}
.dotaznik h3 {
  font-size: calc(17px + 0.2em) !important;
  line-height: calc(17px + 0.5em) !important;
  font-weight: 400;
}
.dotaznik h4 {
  font-size: calc(16px + 0.1em) !important;
  line-height: calc(16px + 0.3em) !important;
  margin: calc(10px + 0.3em) 0 0 0 !important;
  font-weight: 300;
}
.dotaznik p {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.7);
}
.dotaznik p:not(:last-child) {
  margin-bottom: 1rem;
}
.dotaznik form {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.dotaznik {
  /**
  *	Header styles
  */
  /**
  *	Footer styles
  */
  /**
  *	Add gap between sections
  */
  /**
  *	<ul> List styles
  */
  /**
  *	Input errors
  */
  /**
  *	Special button styles
  */
}
.dotaznik__header {
  display: flex;
  justify-content: space-between;
}
.dotaznik__header-button {
  align-self: center;
  display: none !important;
}
.dotaznik__footer-warning {
  display: block;
  font-size: 1.5rem;
  color: #c21b17;
  margin-bottom: 1.5rem;
}
.dotaznik__content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media only screen and (max-width: 50em) {
  .dotaznik__content > h2 {
    display: none;
  }
}
.dotaznik__wrapper {
  display: inline-block;
}
.dotaznik__buttons-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.dotaznik__list {
  list-style: none;
  padding-left: 3rem;
  margin: 1rem 0 1.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.dotaznik__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.7);
}
.dotaznik__item::before {
  content: "";
  display: inline-block;
  height: 0.8rem;
  width: 0.8rem;
  mask-image: url(../img/list-item-icon.svg);
  mask-size: cover;
  background-color: #e9573d;
}
.dotaznik__item span {
  width: 100%;
}
.dotaznik__input-error {
  color: #c21b17 !important;
  margin-top: 1rem;
}
.dotaznik__input-error svg {
  margin-bottom: -4px;
  width: 2rem;
  height: 2rem;
}
.dotaznik__button {
  margin-top: 1rem;
}
.dotaznik .odpoved p {
  font-weight: bold;
}
.dotaznik .povinne {
  color: #c21b17 !important;
  margin-left: 4px;
}
.dotaznik .info {
  padding-top: 10px;
}

.dotaznik-nav {
  display: flex;
  list-style: none;
}
.dotaznik-nav__item {
  font-size: calc(13px + 0.1em) !important;
  color: rgba(0, 0, 0, 0.7);
  flex: 1 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dotaznik-nav__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #b0b2b3;
}
@media only screen and (max-width: 50em) {
  .dotaznik-nav__item {
    display: none;
  }
  .dotaznik-nav__item::before {
    display: none;
  }
}
.dotaznik-nav__item--prev::before {
  background-color: #c21b17;
}
.dotaznik-nav__item--curr::before {
  background-image: linear-gradient(to right, #c21b17 50%, #b0b2b3 50%);
}
@media only screen and (max-width: 50em) {
  .dotaznik-nav__item--curr {
    display: block;
  }
}
.dotaznik-nav__link {
  display: block;
  cursor: default;
}
.dotaznik-nav__link:hover {
  text-decoration: none;
}
@media only screen and (max-width: 50em) {
  .dotaznik-nav__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.dotaznik-nav__icon {
  color: #fff;
  background-color: #b0b2b3;
  font-weight: 400;
  border-radius: 50%;
  display: block;
  font-size: 19px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  order: 1;
  margin: 0 auto 1rem auto;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dotaznik-nav__icon svg {
  width: 20px;
}
.dotaznik-nav__icon--respond {
  display: none;
}
@media only screen and (max-width: 50em) {
  .dotaznik-nav__icon {
    display: none;
    margin: 0;
    background-color: transparent;
    color: #c21b17;
    width: auto;
  }
  .dotaznik-nav__icon--respond {
    display: block;
  }
}
.dotaznik-nav__text {
  margin: 0 auto;
  color: #6f7072;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  padding: 2px;
}
@media only screen and (max-width: 50em) {
  .dotaznik-nav__text {
    margin: 0;
    font-size: 2.5rem;
  }
  .dotaznik-nav__text::before {
    content: "";
    width: 100px;
    display: block;
    margin-bottom: 2rem;
    border: 1px solid #c21b17;
  }
}
.dotaznik-nav__item--prev .dotaznik-nav__text, .dotaznik-nav__item--curr .dotaznik-nav__text {
  color: rgba(0, 0, 0, 0.7);
}
.dotaznik-nav__item--prev .dotaznik-nav__icon, .dotaznik-nav__item--curr .dotaznik-nav__icon {
  background-color: #c21b17;
}
@media only screen and (max-width: 50em) {
  .dotaznik-nav__item--prev .dotaznik-nav__icon, .dotaznik-nav__item--curr .dotaznik-nav__icon {
    background-color: transparent;
  }
}
.dotaznik-nav__item--prev .dotaznik-nav__link:hover {
  cursor: pointer;
}
.dotaznik-nav__item--prev .dotaznik-nav__link:hover .dotaznik-nav__icon {
  background-color: #e9573d;
}

.dotaznik-souhlas {
  border: 1px solid #a9aaae;
  padding: 2rem 1rem 1rem 1.5rem;
  position: relative;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}
.dotaznik-souhlas--full-grid {
  grid-column: 1/-1;
}
.dotaznik-souhlas__heading {
  position: absolute;
  top: -1.5rem;
  padding: 0 1rem;
  background-color: white;
}
.dotaznik-souhlas__heading span {
  color: #c21b17 !important;
  margin-left: 0.4rem;
}
@media only screen and (max-width: 72em) {
  .dotaznik-souhlas__heading {
    position: relative;
    padding: 0;
  }
}
.dotaznik-souhlas__radio-group {
  margin-bottom: 0.5rem;
  align-self: flex-start;
}
.dotaznik-souhlas__radio-input {
  display: none;
}
.dotaznik-souhlas__radio-label {
  font-size: 1.5rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  margin-left: 1rem;
  user-select: none;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.dotaznik-souhlas__radio-label--long span:last-child {
  width: 100%;
}
.dotaznik-souhlas__radio-button {
  position: relative;
  height: 2rem;
  width: 2rem;
  background-color: white;
  border-radius: 50%;
  color: rgba(40, 46, 56, 0.2);
  border: 1px solid rgba(40, 46, 56, 0.3);
}
.dotaznik-souhlas__radio-input:checked ~ .dotaznik-souhlas__radio-label .dotaznik-souhlas__radio-button {
  border-color: #e9573d;
}
.dotaznik-souhlas__radio-input:checked ~ .dotaznik-souhlas__radio-label .dotaznik-souhlas__radio-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #e9573d;
}

.dotaznik-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(33rem, 1fr));
  column-gap: 5rem;
  row-gap: 3rem;
  position: relative;
}
.dotaznik-section--tin {
  row-gap: 1rem;
}
.dotaznik-section__heading {
  grid-column: 1/-1;
}
.dotaznik-section__input-box {
  position: relative;
}
.dotaznik-section__input-box--full {
  grid-column: 1/-1;
}
.dotaznik-section__label {
  font-size: 1.5rem;
  font-weight: 400;
  background: #fff;
  padding: 0 1rem;
  position: absolute;
  top: -1.2rem;
  left: 1rem;
}
.dotaznik-section__label span {
  color: #c21b17 !important;
  margin-left: 0.4rem;
}
@media only screen and (max-width: 50em) {
  .dotaznik-section__label--radio {
    position: relative;
    padding: 0;
    top: 0;
  }
}
.dotaznik-section__select, .dotaznik-section__input {
  width: 100%;
  height: 5rem;
  padding: 2rem 1rem 1rem 1.5rem;
  font-size: 1.5rem;
  border: 1px solid #a9aaae;
}
.dotaznik-section__select:focus, .dotaznik-section__input:focus {
  outline: none;
  border-color: #c21b17;
}
.dotaznik-section__select {
  cursor: pointer;
}
.dotaznik-section__tooltip {
  visibility: hidden;
  width: 100%;
  background-color: #c0bebe;
  color: #000;
  font-size: 1.3rem;
  text-align: center;
  border-radius: 0.6rem;
  padding: 0.5rem 1rem;
  position: absolute;
  left: 0;
  top: -7rem;
  z-index: 50;
}
.dotaznik-section__tooltip::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 1rem solid transparent;
  border-top-color: #c0bebe;
  border-bottom: 0;
  margin-left: -1rem;
  margin-bottom: -1rem;
}
.dotaznik-section__select:focus ~ .dotaznik-section__tooltip, .dotaznik-section__input:focus ~ .dotaznik-section__tooltip {
  visibility: visible;
}
.dotaznik-section__question-box {
  position: relative;
  width: 100%;
  padding: 1.5rem 1rem 1rem 1.5rem;
  font-size: 1.4rem;
  border: 1px solid #a9aaae;
}
.dotaznik-section__question-box--full {
  grid-column: 1/-1;
}
.dotaznik-section__question-box--noanswer {
  height: auto;
  border: none;
  padding: 0 1rem 0 1.5rem;
}
.dotaznik-section__question, .dotaznik-section__answer {
  display: block;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.7);
}
.dotaznik-section__question {
  position: absolute;
  top: -1.3rem;
  left: 1rem;
  padding: 0 0.7rem;
  background: #fff;
}
@media only screen and (max-width: 50em) {
  .dotaznik-section__question {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
}
.dotaznik-section__answer {
  font-weight: 700;
}
.dotaznik-section__button {
  grid-column: 1/-1;
}

.checkbox__input {
  opacity: 0;
  width: 0;
  height: 0;
}
.checkbox__switch {
  height: 3rem;
  width: 8rem;
  display: inline-block;
  margin-left: 2rem;
  position: relative;
  cursor: pointer;
  background-color: #b0b2b3;
  border-radius: 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.checkbox__switch::after {
  content: "";
  height: 2.2rem;
  width: 2.2rem;
  position: absolute;
  top: 0.4rem;
  background-color: #fff;
  border-radius: 50%;
  transform: translateX(2.5rem);
  transition: transform 0.2s;
}
.checkbox__text {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  user-select: none;
}
.checkbox__text--off {
  opacity: 1;
}
.checkbox__text--on {
  opacity: 0;
}
.checkbox__input:checked + .checkbox__switch {
  background-color: #c21b17;
}
.checkbox__input:checked + .checkbox__switch::after {
  transform: translateX(-2.5rem);
}
.checkbox__input:checked + .checkbox__switch .checkbox__text--off {
  opacity: 0;
}
.checkbox__input:checked + .checkbox__switch .checkbox__text--on {
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */
