/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
.ui-steps {
  font-family: Roboto, Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #525866;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ui-steps__icon,
.ui-steps__content {
  display: inline-block;
  vertical-align: top;
}
.ui-steps__icon {
  border: 1px solid #a1a7b3;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 32px;
  font-size: 16px;
  margin-right: 8px;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  font-family: Roboto, sans-serif;
}
.ui-steps__icon > .ui-steps-icon {
  line-height: 1;
  top: -1px;
  color: #00ad21;
  position: relative;
}
.ui-steps__tail {
  position: absolute;
  left: 0;
  width: 100%;
  top: 12px;
  padding: 0 10px;
}
.ui-steps__tail:after {
  content: '';
  display: inline-block;
  background: #c2c5cc;
  height: 1px;
  border-radius: 1px;
  width: 100%;
  -webkit-transition: background .3s;
  transition: background .3s;
}
.ui-steps__title {
  font-size: 16px;
  color: #525866;
  display: inline-block;
  padding-right: 16px;
  position: relative;
  line-height: 32px;
}
.ui-steps__title:after {
  content: '';
  height: 1px;
  width: 9999px;
  background: #c2c5cc;
  display: block;
  position: absolute;
  top: 16px;
  left: 100%;
}
.ui-steps__description {
  font-size: 15px;
  color: #a1a7b3;
}
.ui-steps__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.ui-steps__item:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.ui-steps__item:last-child .ui-steps__tail,
.ui-steps__item:last-child .ui-steps__title:after {
  display: none;
}
.ui-steps__item_wait .ui-steps__icon {
  border-color: #a1a7b3;
  background-color: #fff;
}
.ui-steps__item_wait .ui-steps__icon > .ui-steps-icon {
  color: #a1a7b3;
}
.ui-steps__item_wait .ui-steps__icon > .ui-steps-icon .ui-steps-icon-dot {
  background: #a1a7b3;
}
.ui-steps__item_wait .ui-steps__title {
  color: #a1a7b3;
}
.ui-steps__item_wait .ui-steps__title:after {
  background-color: #c2c5cc;
}
.ui-steps__item_wait .ui-steps__description {
  color: #a1a7b3;
}
.ui-steps__item_wait .ui-steps__tail:after {
  background-color: #c2c5cc;
}
.ui-steps__item_process .ui-steps__icon {
  border-color: #00ad21;
  background-color: #fff;
}
.ui-steps__item_process .ui-steps__icon > .ui-steps-icon {
  color: #00ad21;
}
.ui-steps__item_process .ui-steps__icon > .ui-steps-icon .ui-steps-icon-dot {
  background: #00ad21;
}
.ui-steps__item_process .ui-steps__title {
  color: #525866;
}
.ui-steps__item_process .ui-steps__title:after {
  background-color: #c2c5cc;
}
.ui-steps__item_process .ui-steps__description {
  color: #525866;
}
.ui-steps__item_process .ui-steps__tail:after {
  background-color: #c2c5cc;
}
.ui-steps__item_process .ui-steps__icon {
  background: #00ad21;
}
.ui-steps__item_process .ui-steps__icon > .ui-steps-icon {
  color: #fff;
}
.ui-steps__item_process .ui-steps__title {
  font-weight: 500;
}
.ui-steps__item_finish .ui-steps__icon {
  border-color: #00ad21;
  background-color: #fff;
}
.ui-steps__item_finish .ui-steps__icon > .ui-steps-icon {
  color: #00ad21;
}
.ui-steps__item_finish .ui-steps__icon > .ui-steps-icon .ui-steps-icon-dot {
  background: #00ad21;
}
.ui-steps__item_finish .ui-steps__title {
  color: #525866;
}
.ui-steps__item_finish .ui-steps__title:after {
  background-color: #00ad21;
}
.ui-steps__item_finish .ui-steps__description {
  color: #a1a7b3;
}
.ui-steps__item_finish .ui-steps__tail:after {
  background-color: #00ad21;
}
.ui-steps__item_error .ui-steps__icon {
  border-color: #d94141;
  background-color: #fff;
}
.ui-steps__item_error .ui-steps__icon > .ui-steps-icon {
  color: #d94141;
}
.ui-steps__item_error .ui-steps__icon > .ui-steps-icon .ui-steps-icon-dot {
  background: #d94141;
}
.ui-steps__item_error .ui-steps__title {
  color: #d94141;
}
.ui-steps__item_error .ui-steps__title:after {
  background-color: #c2c5cc;
}
.ui-steps__item_error .ui-steps__description {
  color: #d94141;
}
.ui-steps__item_error .ui-steps__tail:after {
  background-color: #c2c5cc;
}
.ui-steps__item_next_error .ui-steps__title:after {
  background: #d94141;
}
.ui-steps_horizontal:not(.ui-steps_label_vertical) .ui-steps__tail {
  display: none;
}
.ui-steps_horizontal:not(.ui-steps_label_vertical) .ui-steps__description {
  max-width: 140px;
}
.ui-steps_horizontal:not(.ui-steps_label_vertical) .ui-steps__item {
  margin-right: 16px;
  white-space: nowrap;
}
.ui-steps_horizontal:not(.ui-steps_label_vertical) .ui-steps__item:last-child {
  margin-right: 0;
}
.ui-steps_horizontal:not(.ui-steps_label_vertical) .ui-steps__item:last-child .ui-steps__title {
  padding-right: 0;
}
.ui-steps__item_custom .ui-steps__icon {
  background: none;
  border: 0;
  width: auto;
  height: auto;
}
.ui-steps__item_custom .ui-steps__icon > .ui-steps-icon {
  font-size: 24px;
  line-height: 32px;
  top: 0;
  left: 0.5px;
  width: 32px;
  height: 32px;
}
.ui-steps__item_custom.ui-steps__item_process .ui-steps__icon > .ui-steps-icon {
  color: #00ad21;
}
.ui-steps_small.ui-steps_horizontal:not(.ui-steps_label_vertical) .ui-steps__item {
  margin-right: 12px;
}
.ui-steps_small.ui-steps_horizontal:not(.ui-steps_label_vertical) .ui-steps__item:last-child {
  margin-right: 0;
}
.ui-steps_small .ui-steps__icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 24px;
  font-size: 15px;
}
.ui-steps_small .ui-steps__title {
  font-size: 15px;
  line-height: 24px;
  padding-right: 12px;
}
.ui-steps_small .ui-steps__title:after {
  top: 12px;
}
.ui-steps_small .ui-steps__description {
  font-size: 15px;
  color: #a1a7b3;
}
.ui-steps_small .ui-steps__tail {
  top: 8px;
  padding: 0 8px;
}
.ui-steps_small .ui-steps__item_custom .ui-steps__item_icon {
  width: inherit;
  height: inherit;
  line-height: inherit;
  border-radius: 0;
  border: 0;
  background: none;
}
.ui-steps_small .ui-steps__item_custom .ui-steps__item_icon > .ui-steps-icon {
  font-size: 24px;
  line-height: 24px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.ui-steps_vertical {
  display: block;
}
.ui-steps_vertical .ui-steps__icon {
  float: left;
  margin-right: 16px;
}
.ui-steps_vertical .ui-steps__content {
  min-height: 48px;
  overflow: hidden;
  display: block;
}
.ui-steps_vertical .ui-steps__title {
  line-height: 32px;
}
.ui-steps_vertical .ui-steps__description {
  padding-bottom: 12px;
}
.ui-steps_vertical .ui-steps__item {
  display: block;
  overflow: visible;
}
.ui-steps_vertical > .ui-steps__item > .ui-steps__tail {
  position: absolute;
  left: 16px;
  top: 0;
  height: 100%;
  width: 1px;
  padding: 38px 0 6px;
}
.ui-steps_vertical > .ui-steps__item > .ui-steps__tail:after {
  height: 100%;
  width: 1px;
}
.ui-steps_vertical > .ui-steps__item:not(:last-child) > .ui-steps__tail {
  display: block;
}
.ui-steps_vertical > .ui-steps__item > .ui-steps__content > .ui-steps__title:after {
  display: none;
}
.ui-steps_vertical.ui-steps_small .ui-steps__tail {
  position: absolute;
  left: 12px;
  top: 0;
  padding: 30px 0 6px;
}
.ui-steps_vertical.ui-steps_small .ui-steps__title {
  line-height: 24px;
}
@media (max-width: 480px) {
  .ui-steps_horizontal.ui-steps_label_horizontal {
    display: block;
  }
  .ui-steps_horizontal.ui-steps_label_horizontal .ui-steps__icon {
    float: left;
    margin-right: 16px;
  }
  .ui-steps_horizontal.ui-steps_label_horizontal .ui-steps__content {
    min-height: 48px;
    overflow: hidden;
    display: block;
  }
  .ui-steps_horizontal.ui-steps_label_horizontal .ui-steps__title {
    line-height: 32px;
  }
  .ui-steps_horizontal.ui-steps_label_horizontal .ui-steps__description {
    padding-bottom: 12px;
  }
  .ui-steps_horizontal.ui-steps_label_horizontal .ui-steps__item {
    display: block;
    overflow: visible;
  }
  .ui-steps_horizontal.ui-steps_label_horizontal > .ui-steps__item > .ui-steps__tail {
    position: absolute;
    left: 16px;
    top: 0;
    height: 100%;
    width: 1px;
    padding: 38px 0 6px;
  }
  .ui-steps_horizontal.ui-steps_label_horizontal > .ui-steps__item > .ui-steps__tail:after {
    height: 100%;
    width: 1px;
  }
  .ui-steps_horizontal.ui-steps_label_horizontal > .ui-steps__item:not(:last-child) > .ui-steps__tail {
    display: block;
  }
  .ui-steps_horizontal.ui-steps_label_horizontal > .ui-steps__item > .ui-steps__content > .ui-steps__title:after {
    display: none;
  }
  .ui-steps_horizontal.ui-steps_label_horizontal.ui-steps_small .ui-steps__tail {
    position: absolute;
    left: 12px;
    top: 0;
    padding: 30px 0 6px;
  }
  .ui-steps_horizontal.ui-steps_label_horizontal.ui-steps_small .ui-steps__title {
    line-height: 24px;
  }
}
.ui-steps_label_vertical .ui-steps__tail {
  padding: 0 24px;
  margin-left: 48px;
}
.ui-steps_label_vertical .ui-steps__content {
  display: block;
  text-align: center;
  margin-top: 8px;
  width: 140px;
}
.ui-steps_label_vertical .ui-steps__icon {
  display: inline-block;
  margin-left: 36px;
}
.ui-steps_label_vertical .ui-steps__title {
  padding-right: 0;
}
.ui-steps_label_vertical .ui-steps__title:after {
  display: none;
}
.ui-steps_label_vertical .ui-steps__description {
  text-align: left;
}
.ui-steps_label_vertical .ui-steps__item {
  overflow: visible;
}
.ui-steps_dot .ui-steps__title {
  line-height: 1.6;
}
.ui-steps_dot .ui-steps__tail {
  width: 100%;
  top: 2px;
  margin: 0 0 0 70px;
  padding: 0;
}
.ui-steps_dot .ui-steps__tail:after {
  height: 3px;
  width: calc(100% - 20px);
  margin-left: 12px;
}
.ui-steps_dot .ui-steps__icon {
  padding-right: 0;
  width: 8px;
  height: 8px;
  line-height: 8px;
  border: 0;
  margin-left: 67px;
  background: transparent;
}
.ui-steps_dot .ui-steps__icon .ui-steps-icon-dot {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  /* expand hover area */
}
.ui-steps_dot .ui-steps__icon .ui-steps-icon-dot:after {
  content: "";
  background: rgba(0, 0, 0, 0.001);
  width: 60px;
  height: 32px;
  position: absolute;
  top: -12px;
  left: -26px;
}
.ui-steps_dot .ui-steps__item:first-child .ui-steps-icon-dot {
  left: 2px;
}
.ui-steps_dot .ui-steps__item_process .ui-steps__icon {
  width: 10px;
  height: 10px;
  line-height: 10px;
}
.ui-steps_dot .ui-steps__item_process .ui-steps__icon .ui-steps-icon-dot {
  top: -1px;
}
.ui-steps_vertical .ui-steps_dot .ui-steps__icon {
  margin-left: 0;
  margin-top: 8px;
}
.ui-steps_vertical .ui-steps_dot .ui-steps__tail {
  margin: 0;
  left: -9px;
  top: 2px;
  padding: 22px 0 4px;
}
.ui-steps_vertical .ui-steps_dot .ui-steps__item:first-child .ui-steps-icon-dot {
  left: 0;
}
.ui-steps_vertical .ui-steps_dot .ui-steps__item_process .ui-steps-icon-dot {
  left: -2px;
}
