.service-hero {
  position: relative;
  margin-top: 0;
  min-height: 560px;
  height: 560px;
}

.service-pathbar {
  background: #fff;
  border-top: 1px solid #edf1f6;
  border-bottom: 1px solid #edf1f6;
  height: 50px;
  min-height: 50px;
}

.service-pathbar .container {
  height: 100%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}

.service-path-layout {
  height: 50px;
  min-height: 50px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 0;
}

.service-path {
  height: 38px;
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #65708a;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.service-cats-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 0;
}

.service-cats-row a {
  color: #2f3850;
  font-size: 16px;
  padding: 0 2px;
  line-height: 1;
  border-bottom: 2px solid transparent;
}

.service-path a,
.service-path span {
  line-height: 1;
}

.service-cats-row a.is-active {
  color: var(--brand);
  border-bottom-color: var(--brand);
}

.service-detail-wrap {
  background: #f4f7fb;
  padding: 28px 0 40px;
}

.service-detail-card {
  background: #fff;
  border: 1px solid #ecf0f6;
  min-height: 460px;
  padding: 44px 72px 52px;
  position: relative;
  overflow: hidden;
}

.service-detail-card::after {
  content: attr(data-watermark);
  position: absolute;
  right: 24px;
  top: 28px;
  font-size: 120px;
  font-weight: 700;
  letter-spacing: 2px;
  color: rgba(39, 58, 103, 0.06);
  pointer-events: none;
}

.service-detail-card h1 {
  margin: 0;
  font-size: 36px;
  color: #1f2738;
  font-weight: 500;
}

.service-detail-card h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin-top: 14px;
  background: #1f47ab;
}

.service-detail-content {
  margin-top: 30px;
  color: #2f3850;
  font-size: 16px;
  line-height: 1.85;
}

.service-detail-content p {
  margin: 0 0 10px;
}

.service-detail-content ol {
  margin: 8px 0 0 0;
  padding-left: 0;
  list-style: none;
}

.service-detail-content li {
  margin: 6px 0;
}

.service-detail-card.is-after-form {
  min-height: auto;
}

.service-detail-card.is-after-form::after {
  display: none;
}

.service-after-form {
  margin-top: 8px;
}

.service-after-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

.service-after-field {
  display: grid;
  gap: 0;
}

.service-after-field span,
.service-after-textarea span,
.service-after-captcha span {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #6f7789;
  font-size: 15px;
  pointer-events: none;
}

.service-after-field span i,
.service-after-captcha span i {
  color: #d63636;
  font-style: normal;
}

.service-after-field,
.service-after-captcha {
  position: relative;
}

.service-after-field input,
.service-after-captcha input {
  width: 100%;
  height: 62px;
  border: 1px solid #ecf0f6;
  background: #fff;
  padding: 0 16px 0 132px;
  font-size: 16px;
  color: #273149;
}

.service-after-textarea {
  margin-top: 14px;
  position: relative;
  display: block;
}

.service-after-textarea span {
  top: 20px;
  transform: none;
}

.service-after-textarea textarea {
  width: 100%;
  min-height: 190px;
  border: 1px solid #ecf0f6;
  background: #fff;
  padding: 48px 16px 14px;
  resize: vertical;
  font-size: 16px;
  color: #273149;
}

.service-after-captcha-row {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.service-after-captcha {
  width: 280px;
}

.service-after-captcha input {
  padding-left: 98px;
}

.service-after-code {
  width: 236px;
  height: 62px;
  border: 1px solid #ecf0f6;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

.service-after-code-canvas {
  display: block;
  width: 236px;
  height: 62px;
}

.service-after-code-refresh {
  height: 62px;
  border: 1px solid #ecf0f6;
  background: #fff;
  color: #556079;
  font-size: 14px;
  padding: 0 16px;
  cursor: pointer;
}

.service-after-submit {
  margin-top: 18px;
  width: 90px;
  height: 40px;
  border: none;
  background: #1e3f9a;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
