  :root {
  --brown: #636363;
  --light-blue: #44A1DF;
  --grey-1: #B9B9B9;
  --light-blue-2: #E0F0FB;
  --red: #B41431;
  --green: #0E9B71;
  --blue-1: #222D73;
  --blue-2: #243178;
  --grey-2: rgba(34, 45, 115, 0.2);
}

.color-green {
  color: var(--green);
}

.color-red {
  color: var(--red);
}

.hbp-form h3 {
  font-weight: 500;
}

.hbp-form th {
  background: transparent;
  color: var(--blue-1);
  font-weight: 700;
  text-align: left;
}

.hbp-form table {
  border-color: var(--grey-2);
  background-color: #fff;
  font-weight: 600;
}

.hbp-form table td {
  border: 1px solid var(--grey-2);
}

.hbp-form th {
  border-right: 1px solid var(--grey-2);
}

.hbp-form th {
  border-bottom: 1px solid var(--grey-2);
}

.next-step {
  margin-top: 20px;
  font-size: 17px;
}

.result-wrapper .skf-result .form-item {
  margin-bottom: 5px;
}

.step-description {
  padding: 20px 0;
}

.hbp-form .red {
  color: var(--red);
}

.step-schema {
  padding: 10px 0 10px 0;
}

.step-rounded {
  border-radius: 120px;
  width: 92px;
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff !important;
}

.step-rounded.green {
  background: var(--green);
}

.step-rounded.red {
  background: var(--red);
}

.step1-figure {
  margin: 10px auto;

}
.step-number {
  font-size: 30px;
  line-height: 1;
}
.step-text {
  font-size: 16px;
}

.step1-text {
  width: 300px;
  margin: 5px auto;
  font-size: 16px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.hbp-form p a {
  font-style: italic;
}

.blue {
  background: var(--blue-2);
  color: #fff;
}

.grey {
  background: #B9B9B9;
  color: #fff;
}

.step-1--details-descriprion {
  color: #B9B9B9;
  font-size: 20px;
  line-height: 1;
}

.step-1--details-item {
  background: #fff;
  color: #B9B9B9;
  width: 250px;
  height: 90px;
  padding: 15px 10px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-1--details-item.green {
  color: var(--green);
}

.step-1--details-item.red {
  color: var(--red);
}

.arrow-down {
  display: inline-block;
  width: 30px;
  height: 50px;
  background-image: url(../img/arrow-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 10px;
  position: relative;
}


.arrow-left-down {
  display: inline-block;
  width: 58px;
  height: 58px;
  background-image: url(../img/arrow-blue-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: cover;
  margin-right: 140px;
}

.arrow-right-down {
  display: inline-block;
  width: 58px;
  height: 58px;
  background-image: url(../img/arrow-blue-2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: cover;
  margin-left: 140px;
}

.arrows-down {
  height: 65px;
  position: relative;
  display: flex;
  justify-content: center;
}


.step-info-text ul {
  margin: 30px 0 15px 0;
}

.attention {
  color: var(--red);
  font-size: 12px;
}

.form-description {
  padding: 0 15px;
}

/* .form-item {
  font-weight: 600;
} */

.form-item .label {
  color: #44a1df;
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}

.form-item .description {
  color: #B9B9B9;
  font-weight: 600;
}

.form-white-bg {
  background: #fff;
  padding: 70px 80px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.pr-3 {
  padding-right: 20px !important;
}

.calc-form-row {
  display: flex;
  flex-wrap: wrap;
}

.calc-form-col {
  padding-right: 30px;
}

.step-1 .gender {
  margin-right: 20px;
  width: 200px;
}

.step-1 .age {
  max-width: 120px;
}

.step-1 .creatinin {
  margin-right: 20px;
}

.step-1 .creatinin-unit {
  flex-grow: 1;
}

.btn-link {
  width: 350px;
  display: block;
  height: 56px;
  text-align: center;
  padding: 16px;
  font-weight: 700;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid var(--blue-1);
  color: 1px solid var(--blue-2);
  margin: 10px 0;
}

.btn-disabled.disabled,
.btn-link.disabled {
  background-color: var(--grey-1);
  color: #fff;
  border: 1px solid var(--grey-1);
  pointer-events: none;
}

.btn-link:hover,
.btn-link:active {
  text-decoration: none;
}

.btn-link.btn-blue {
  background: var(--blue-2);
  color: #fff;
}

.skf-value-wrapper {
  background: #E0F0FB;
  font-size: 18px;
  font-weight: 600;
  height: 100px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.calc-form-result-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}

.result-wrapper {
  width: 350px;
}

.form-submit {
  font-weight: 700;
  border-radius: 5px;
}

.calc-form-result-col .form-submit {
  margin-bottom: 10px;
  height: 57px;
  border-radius: 5px;
}

.form-submit.form-button-disabled {
  background: #B9B9B9 !important;
  pointer-events: none;
}

.skf-analyse-result {
  font-weight: 600;
  line-height: 23px;
  padding-left: 33px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-color: transparent !important;
  min-height: 30px;
  padding-top: 4px;
}

.skf-analyse-result.error {
  background-image: url(../img/error.svg);
  color: var(--red);
}

.skf-analyse-result.ok {
  background-image: url(../img/ok.svg);
  color: var(--green);
  background-size: 24px;
  background-position: 0px 5px;
}

.skf-description {
  color: #636363;
  font-size: 14px;
  line-height: 24px;
}

/* Step 2 */
.step-2-3--descriptrion {
  display: flex;
  justify-content: center;
  align-items: start;
  margin-bottom: 40px;
}

.step-2-3--descriptrion .step-schema {
  padding: 10px 0 10px 0;
}

.step-2-3--descriptrion .step-rounded {
  width: 85px;
  height: 85px;
}

.step-2-3--descriptrion .step-rounded .step-number {
  font-size: 24px;
}

.step-2-3--descriptrion .step-rounded .step-text {
  font-size: 14px;
}

.step-2-3--item-description {
}

.step-2-3--item-description.green {
  color: var(--green);
}

.step-2-3--item-description.red {
  color: var(--red);
}

.step-2-3--description-item {
  margin: 10px 30px;
  width: 240px;
  position: relative;
}

.step-2-3--description-item:nth-child(1) {
  margin-right: 60px;
}

.step-2-3--description-item:nth-child(3) {
  margin-left: 60px;
}

.step-2-3--description-item:nth-child(2) {
  margin-top: 22px;
  width: 300px;
}

.step-2-3--description-info {
  width: 280px;
  height: 85px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  padding: 10px 15px;
}

.step-2-3--description-info.green {
  color: var(--green);
}

.step-2-3--description-info.red {
  color: var(--red);
}

.step-2-3--arrow-right {
  position: absolute;
  width: 100px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/arrow-right-blue.svg);
}

.step-2-3--arrow-right.green {
  background-image: url(../img/arrow-right-green.svg);
}

.step-2-3--arrow-right.red {
  background-image: url(../img/arrow-right-red.svg);
}

.step-2-3--arrow-right.arrow-first {
  top: 60px;
  right: -55px;
}

.step-2-3--arrow-right.arrow-second {
  top: 60px;
  left: -55px;
}

.container {
  max-width: 1024px;
}

.hbp-form input.form-text {
  width: 100px;
  font-size: 18px;
  text-align: center;
  color: var(--brown);
  border-radius: 5px;
  border-width: 2px;
  height: 50px;
}

.hbp-form .field-suffix {
  margin-left: 5px;
  font-size: 16px;
  color: var(--brown) !important;
}

.hbp-form .form-select {
  font-size: 18px;
  height: 50px;
  border-width: 2px;
  border-radius: 5px;
  padding: 7px 55px 7px 15px;
  -moz-appearance:none !important; /* Firefox */
  -webkit-appearance: none !important; /* Safari and Chrome */
  appearance: none !important;
  background: transparent;
  position: relative;
  line-height: 1.5;
  color: var(--brown);
  min-width: 120px;
}

.form-type-select {
  position: relative;
}

.hbp-form .form-type-select::after {
  content:'';
  width: 12px;
  height: 12px;
  border: var(--brown) 3px solid;
  border-radius: 2px;
  border-top: none;
  border-left:none;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  bottom: 22px;
}

.form-white-bg .form-item label, .form-item .label {
  font-size: 18px;
}

.form-row {
  margin-bottom: 20px;
  align-items: self-end;
  flex-wrap: wrap;
}

.form-row .col {
  padding-left: 0;
  padding-right: 0;
}

.form-row .form-item {
  margin-right: 29px;
}

.hbp-form h4 {
  font-size: 22px;
  font-weight: 500;
  color: var(--light-blue);
  margin-bottom: 20px;
}

.hbp-form.hbp-form--step-2 .row {
  margin-left: 0;
  margin-right: 0;
}

.form-white-bg .form--small-labels .form-item label {
  font-size: 18px;
}

.hbp-form .form-submit {
  width: 100%;
  max-width: 350px;
  border-radius: 5px;
  height: 56px;
  font-size: 16px;
  margin: 10px 0;
}

.hbp-form .form-item {
  margin-bottom: 15px;
}

.hbp-form .form-submit.disabled {
  background-color: var(--grey-1);
  pointer-events: none;
}

.hbp-form .btn-small {
  width: 210px;
}

.hbp-form .btn-second {
  background: #fff;
  color: var(--blue-2);
  border: 1px solid var(--blue-2);
}

.hbp-form .label {
  font-size: 20px;
  font-weight: 500;
  color: var(--light-blue);
}

.result-row {
  display: flex;
  align-items: stretch;
}

.result-row .col {
  padding-left: 0;
  padding-right: 0;
}

.result-row .col:nth-of-type(1) {
  padding-right: 30px;
}

.result-row .col:nth-of-type(2) {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 20px;
}

.result-row .label {
  margin-top: 20px;
}

.result-row .result {
  background-color: var(--light-blue-2);
  flex-grow: 1;
  border-radius: 5px;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
}

.result-row .result .form-item {
  margin-bottom: 0;
}

.result-row .result .green {
  color: var(--green);
}

.result-row .result .red {
  color: var(--red);
}

.result-row .result .yellow {
  color: darkgoldenrod;
}

/* Step 3 */
.hbp-form--info-block {
  margin-top: 60px;
}

.hbp-form h3 {
  font-size: 20px;
  font-weight: 600;
}

.hbp-form h3.color-blue {
  color: var(--light-blue);
}

.hbp-form .actions-row {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.actions-row--buttons {
  display: flex;
  justify-content: end;
  gap: 60px;
}

.hbp-calc-form--actions--right {
  display: flex;
  justify-content: flex-end;
  margin: 0 5px;
}

.form-white-bg .result-row.row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.next {
  justify-content: end;
  display: flex;
  width: 100%;
}
.step-1--details.row {
  display: flex;
}

@media (max-width: 980px) and (min-width: 767px) {
  .form-white-bg {
    padding: 50px 50px;
  }

  .result-wrapper {
    width: 100%;
  }

  .btn-link {
    width: 100%;
  }

  .step-2-3--description-item:nth-child(1) {
    margin-right: 10px;
  }

  .step-2-3--description-item:nth-child(3) {
    margin-left: 10px;
  }

  .step-2-3--description-item {
    width: 200px;
  }

  .step-2-3--description-item:nth-child(2) {
    width: 230px;
  }

  .step-2-3--description-info {
    width: 100%;
  }

  .hbp-form.hbp-form--step-2 .row {
    align-items: baseline;
  }

  .form-row .form-item {
    margin-right: 18px;
  }

  .result-row .label {
    /* margin-top: 0; */
  }

  .hbp-form.hbp-form--step-2 .row {
    align-items: initial;
  }
}

@media only screen and (max-width: 767px) {
  .form-row .form-item {
    margin-right: 18px;
  }

  .step-1--details.row .col,
  .step-1--details.row .col {
    width: 50%;
  }

  .step-1--details-item {
    width: auto;
  }

  .step-1--details.row .col:nth-of-type(1) {
    padding-right: 10px;
  }

  .step-1--details.row .col:nth-of-type(2) {
    padding-left: 10px;
  }

  .step-description {
    padding: 0;
  }

  .arrow-left-down {
    margin-right: 40px;
  }

  .arrow-right-down {
    margin-left: 40px;
  }

  .step1-text {
    width: auto;
  }

  .form-white-bg {
    padding: 30px 30px;
    margin-left: -18px;
    margin-right: -18px;
  }

  .calc-form-col {
    padding-right: 0;
  }

  .calc-form-result-col {
    align-items: center;
  }

  .next {
    justify-content: center;
  }

  .hbp-form .form-submit {
    max-width: 100%;
  }

  .btn-link {
    width: 100%;
  }

  .step-2-3--descriptrion {
    flex-direction: column;
    align-items: center;
  }

  .step-2-3--description-item:nth-child(3) {
    margin-left: 30px;
    margin-top: 60px;
  }

  .step-2-3--description-item:nth-child(1) {
    margin-right: 30px;
  }

  .step-2-3--arrow-right.green {
    top: -38px;
    left: calc(50% - 32px);
    transform: rotate(90deg);
    width: 60px;
  }

  .step-2-3--arrow-right.arrow-second {
    top: -38px;
    left: calc(50% - 20px);
    transform: rotate(90deg);
    width: 40px;
    background-size: contain;
  }

  .step-2-3--description-info {
    width: 100%;
  }

  .form-row {
    align-items: baseline;
    flex-wrap: wrap;
  }

  .hbp-form .form-select {
    padding: 7px 35px 7px 15px;
    min-width: 140px;
  }

  .form-white-bg .form-item label,
  .form-item .label {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .form-white-bg .result-row.row {
    flex-wrap: wrap;
  }

  .result-row .col:nth-of-type(1) {
    padding-right: 0;
  }
  .result-row .col:nth-of-type(2) {
    padding-left: 0px;
  }

  .result-row .result {
    min-height: 120px;
    max-width: 100%;
  }

  .hbp-calc-form--actions--right {
    justify-content: center;
  }

  .step-2-3--descriptrion {
    margin-bottom: 10px;
  }

  .hbp-form {
    margin-bottom: 50px;
  }

  .step-2-3--arrow-right.arrow-first {
    right: calc(50% - 20px);
    bottom: 3px;
    transform: rotate(90deg);
    width: 40px;
    background-size: contain;
    top: auto;
  }

  .step-2-3--description-item:nth-child(1) {
    height: 240px;
  }

  .step-2-3--description-item:nth-child(1) {
    height: 189px;
  }

  .hbp-form .actions-row {
    flex-direction: column;
  }

  .actions-row--buttons {
    flex-direction: column;
    gap: 0;
    width: 100%;
    align-items: center;
    margin-top: 30px;
  }

  .hbp-form .btn-small {
    width: 100%;
  }

  .actions-row--col .actions-row--buttons .form-item {
    width: 100%;
  }
}
