.thehands-single-service-content {
  padding-top: clamp(30 / 10 * 1rem, 30 * (100vw - 375px) / 905 + 30px, 60 / 10 * 1rem);
  padding-bottom: clamp(40 / 10 * 1rem, 50px - (10) * (100vw - 375px) / 905, 50 / 10 * 1rem);
}
.thehands-single-service-content .single-service-row > .col:first-child {
  max-width: calc(100% - 560px);
  padding-right: clamp(48 / 10 * 1rem, 118 * (100vw - 375px) / 905 + 48px, 166 / 10 * 1rem);
}
.thehands-single-service-content .single-service-row > .col:nth-child(2) {
  flex: 0 0 auto;
  width: 560px;
}
.thehands-single-service-content .single-service-row .single-service-aside {
  max-width: 100%;
}
.thehands-single-service-content .single-form {
  position: sticky;
  top: clamp(90 / 10 * 1rem, 30 * (100vw - 375px) / 905 + 90px, 120 / 10 * 1rem);
  background-color: var(--color-dark);
  padding: 60px clamp(25 / 10 * 1rem, 15 * (100vw - 375px) / 905 + 25px, 40 / 10 * 1rem);
  border-radius: 12px;
}
.thehands-single-service-content .single-form .order-wrap > .row {
  --bs-gutter-y: 4rem;
}
.thehands-single-service-content .single-form .order-wrap > .row > .col:first-child {
  flex: 0 0 auto;
  width: 100%;
}
.thehands-single-service-content .single-form .order-wrap > .row > .col:first-child .inner {
  width: 100%;
  max-width: 100%;
}
.thehands-single-service-content .single-form .order-wrap > .row > .col:nth-child(2), .thehands-single-service-content .single-form .order-wrap > .row > .col:nth-child(4) {
  flex: 0 0 auto;
  width: calc(100% - 202px);
}
.thehands-single-service-content .single-form .order-wrap > .row > .col:nth-child(2) .inner, .thehands-single-service-content .single-form .order-wrap > .row > .col:nth-child(4) .inner {
  width: 217px;
  max-width: 100%;
}
.thehands-single-service-content .single-form .order-wrap > .row > .col:nth-child(3), .thehands-single-service-content .single-form .order-wrap > .row > .col:nth-child(5) {
  flex: 0 0 auto;
  width: 202px;
}
.thehands-single-service-content .single-form .order-wrap > .row > .col:nth-child(3) .inner {
  padding-top: 20px;
}
.thehands-single-service-content .single-form .order-wrap > .row > .col-12 .inner {
  text-align: center;
}
.thehands-single-service-content .single-form .order-wrap > .row .custom-date:after {
  display: none;
}
.thehands-single-service-content .single-form .order-wrap > .row .custom-select-wrap {
  display: block;
}
.thehands-single-service-content .single-form .order-wrap > .row .custom-select-wrap .custom-select-current {
  width: 100%;
}
.thehands-single-service-content .single-form.single-service-aside form:has(input[name=select-variation-input].wpcf7-not-valid) .select-variation-label p {
  color: red;
}

.single-service-main ol {
  margin-top: clamp(30 / 10 * 1rem, 10 * (100vw - 375px) / 905 + 30px, 40 / 10 * 1rem);
  padding-left: clamp(30 / 10 * 1rem, 10 * (100vw - 375px) / 905 + 30px, 40 / 10 * 1rem);
}
.single-service-main ol li {
  margin-bottom: clamp(18 / 10 * 1rem, 5 * (100vw - 375px) / 905 + 18px, 23 / 10 * 1rem);
  counter-increment: item;
  position: relative;
}
.single-service-main ol li:last-child {
  margin-bottom: 0;
}
.single-service-main ol li::before {
  content: counter(item, decimal-leading-zero);
  color: rgba(255, 86, 0, 0.4);
  font-family: var(--font-boldonse);
  font-size: clamp(11 / 10 * 1rem, 3 * (100vw - 375px) / 905 + 11px, 14 / 10 * 1rem);
  line-height: 150%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(calc(clamp(30 / 10 * 1rem, 10 * (100vw - 375px) / 905 + 30px, 40 / 10 * 1rem) * -1), -50%);
}

@media all and (max-width: 1400px) {
  .thehands-single-service-content .single-service-row > .col:first-child {
    max-width: calc(100% - 560px);
    padding-right: 24px;
  }
}
@media all and (max-width: 1199px) {
  .thehands-single-service-content .single-service-row > .col:first-child {
    max-width: 100%;
    padding-right: 12px;
  }
  .thehands-single-service-content .single-service-row > .col:nth-child(2) {
    flex: 0 0 auto;
    width: 560px;
    margin: 0 auto;
  }
  .thehands-single-service-content .single-service-row .single-service-aside {
    max-width: 100%;
  }
}
@media all and (max-width: 767px) {
  .thehands-single-service-content .single-form .order-wrap > .row {
    --bs-gutter-y: 2rem;
  }
  .thehands-single-service-content .single-form .order-wrap > .row > .col:first-child, .thehands-single-service-content .single-form .order-wrap > .row > .col:nth-child(2), .thehands-single-service-content .single-form .order-wrap > .row > .col:nth-child(3), .thehands-single-service-content .single-form .order-wrap > .row > .col:nth-child(4), .thehands-single-service-content .single-form .order-wrap > .row > .col:nth-child(5) {
    flex: 0 0 auto;
    width: 100%;
  }
  .thehands-single-service-content .single-form .order-wrap > .row > .col:first-child .inner, .thehands-single-service-content .single-form .order-wrap > .row > .col:nth-child(2) .inner, .thehands-single-service-content .single-form .order-wrap > .row > .col:nth-child(3) .inner, .thehands-single-service-content .single-form .order-wrap > .row > .col:nth-child(4) .inner, .thehands-single-service-content .single-form .order-wrap > .row > .col:nth-child(5) .inner {
    width: 100%;
    max-width: 100%;
  }
  .thehands-single-service-content .single-form .order-wrap > .row > .col:first-child {
    padding-bottom: 15px;
  }
  .thehands-single-service-content .single-form .order-wrap > .row > .col:nth-child(2) {
    padding-bottom: 20px;
  }
  .thehands-single-service-content .single-form .order-wrap > .row > .col:nth-child(3), .thehands-single-service-content .single-form .order-wrap > .row > .col:nth-child(4) {
    padding-bottom: 20px;
    position: relative;
  }
  .thehands-single-service-content .single-form .order-wrap > .row > .col:nth-child(3):after, .thehands-single-service-content .single-form .order-wrap > .row > .col:nth-child(4):after {
    content: "";
    position: absolute;
    width: calc(100% - 2.4rem);
    height: 1px;
    top: 100%;
    left: 1.2rem;
    background-color: rgb(244, 244, 244);
  }
  .thehands-single-service-content .single-form .order-wrap > .row > .col:nth-child(5) {
    padding-bottom: 30px;
  }
  .thehands-single-service-content .single-form .order-wrap > .row .custom-select-wrap.open .custom-select-dropdown {
    padding-left: 0;
    padding-right: 0;
  }
  .thehands-single-service-content .single-form .order-wrap .custom-select-wrap:has(select.colored) .custom-select-current {
    height: 36px;
    line-height: 20px;
    font-size: 20px;
  }
}
/*# sourceMappingURL=single-service-content.css.map */
