.step-indicator {
  border-collapse: separate;
  display: table;
  margin-left: 0px;
  position: relative;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
  padding-left: 0;
  padding-top: 20px;
}
.step-indicator li {
  display: table-cell;
  position: relative;
  float: none;
  padding: 0;
  width: 1%;
}
/*.step-indicator li:after {*/
/*  background-color: #ccc;*/
/*  content: "";*/
/*  display: block;*/
/*  height: 1px;*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  top: 32px;*/
/*}*/
.step-indicator li:after {
  left: 50%;
}
.step-indicator li a {
  text-decoration: none;
}

.step-indicator li:last-child:after {
  display: none;
}
.step-indicator li.active .step {
  border-color: #4183D7;
  color: #4183D7;
}
.step-indicator li.active .caption {
  color: #4183D7;
}
.step-indicator li.complete:after {
  background-color: #87D37C;
}
.step-indicator li.complete .step {
  border-color: #87D37C;
  color: #87D37C;
}
.step-indicator li.complete .caption {
  color: #87D37C;
}
.step-indicator .step {
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ccc;
  color: #ccc;
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  margin: 0 auto;
  position: relative;
  width: 64px;
  z-index: 1;
}
/*.step-indicator .step:hover {*/
/*  {#cursor: pointer;#}*/
/*}*/
.step-indicator .caption {
  color: black;
  padding: 11px 16px;
}

.das-form {
  max-width: 800px;
}

@media (width > 820px) {
  .das-form {
    width: 800px;
  }
}

.das-form .accordion-button {
  font-weight: bold;
  text-transform: uppercase;
}

.dFlex {
  display: flex;
}

.dotyky {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}

@media (width > 490px) {
  .logincard {
    width: 450px;
  }
}

@media (width < 490px) {
  .logincard label {
    padding-right:5px;
  }
}

@media (width >= 290px) {
  .logincard input::-webkit-input-placeholder {
    color: transparent;
  }
  .logincard input:-moz-placeholder {
    color: transparent;
  }
  .logincard input::-moz-placeholder {
    color: transparent;
  }
  .logincard input:-ms-input-placeholder {
    color: transparent;
  }
}

@media (width >= 752px) {
  .step-indicator-mobile {
    display: none;
  }
}

.step-indicator-mobile li {
  padding-bottom:20px;
}

.step-indicator-mobile li {
  list-style-type: none;
}

@media (width < 752px) {
  .step-indicator {
    display: none;
  }
}

@media (width < 290px) {
  .logincard label {
    display:none;
  }
}