.dh-pdp-services {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin: 0.4rem 0 1.2rem;
}

.dh-pdp-services__item {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 12.6px;
  background: rgba(8, 10, 22, 0.42);
  color: #f5f5f8;
  min-height: 46.2px;
  padding: 9.45px 10.5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-family: var(--body-font);
  font-style: var(--body-font-style);
  font-size: var(--body3-font-size);
  font-weight: var(--body-font-weight, 400);
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
  text-align: left;
  box-shadow: none;
  outline: none;
}

.dh-pdp-services__left {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.dh-pdp-services__icon {
  width: 18.9px;
  height: 18.9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f4f6ff;
}

.dh-pdp-services__icon svg {
  width: 17.85px;
  height: 17.85px;
}

.dh-pdp-services__icon svg,
.dh-pdp-services__icon svg path {
  color: #fff !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

.dh-pdp-services__label {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.dh-pdp-services__arrow {
  width: 16.8px;
  height: 16.8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
}

.dh-pdp-services__arrow svg {
  width: 14.7px;
  height: 14.7px;
  fill: currentColor;
  transform: rotate(-90deg);
}

.dh-pdp-services__modal[hidden] {
  display: none !important;
}

.dh-pdp-services__modal {
  position: fixed;
  inset: 0;
  z-index: 10100;
}

.dh-pdp-services__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.24);
}

.dh-pdp-services__panel {
  position: fixed;
  inset: 0;
  background: #f5f5f2;
  color: #111;
  transform: translateX(100%);
  transition: transform 260ms ease;
  padding: 6rem 1.4rem 2rem;
  overflow-y: auto;
  overflow-x: hidden;
}

.dh-pdp-services__modal.is-open .dh-pdp-services__panel {
  transform: translateX(0);
}

.dh-pdp-services__modal.is-closing .dh-pdp-services__panel {
  transform: translateX(100%);
}

.dh-pdp-services__close {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 10102;
  color: rgba(var(--color-text));
}

.dh-pdp-services__close.popup-link-modal__close {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.dh-pdp-services__content h3 {
  margin: 0 0 1.2rem;
  font-size: var(--title3-font-size);
  line-height: var(--title-line-height);
  font-weight: var(--title-font-weight, 700);
  color: #111;
  margin-bottom: 12.6px;
  font-family: var(--title-font);
  font-style: var(--title-font-style);
  letter-spacing: var(--title-letter-spacing);
  text-transform: var(--title-text-transform);
}

.dh-pdp-services__content p,
.dh-pdp-services__content li {
  color: #212121;
  line-height: var(--body-line-height);
  font-size: var(--body2-font-size);
  font-weight: var(--body-font-weight, 400);
  font-family: var(--body-font);
  font-style: var(--body-font-style);
  letter-spacing: var(--body-letter-spacing);
}

.dh-pdp-services__content p {
  margin: 0 0 4.725px;
}

.dh-pdp-services__content li {
  font-size: var(--body3-font-size);
  margin-bottom: 2.1px;
}

.dh-pdp-services__table-wrap {
  margin: 1rem 0;
  overflow-x: auto;
}

.dh-pdp-services__table {
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.12);
}

.dh-pdp-services__table th,
.dh-pdp-services__table td {
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  padding: 11px 8px;
  text-align: left;
  font-size: 13px;
  line-height: 1.45;
  white-space: normal;
  word-break: break-word;
  vertical-align: top;
}

.dh-pdp-services__table th:nth-child(1),
.dh-pdp-services__table td:nth-child(1) {
  width: 24%;
}

.dh-pdp-services__table th:nth-child(2),
.dh-pdp-services__table td:nth-child(2) {
  width: 22%;
}

.dh-pdp-services__table th:nth-child(3),
.dh-pdp-services__table td:nth-child(3) {
  width: 40%;
}

.dh-pdp-services__table th:nth-child(4),
.dh-pdp-services__table td:nth-child(4) {
  width: 14%;
}

.dh-pdp-services__quality-title {
  margin: 0 0 0.5rem;
  font-size: 18px;
  line-height: 1.25;
}

.dh-pdp-services__quality-copy p {
  margin: 0 0 4.725px;
}

.dh-pdp-services__quality-copy ol {
  margin: 0.35rem 0 0.9rem 2rem;
  padding: 0;
}

.dh-pdp-services__secure-block + .dh-pdp-services__secure-block {
  margin-top: 1.6rem;
}

.dh-pdp-services__content h4 {
  margin: 1.8rem 0 0.8rem;
  font-size: var(--body2-font-size);
  line-height: var(--body-line-height);
  font-family: var(--body-font);
  font-style: var(--body-font-style);
  font-weight: 600;
  letter-spacing: var(--body-letter-spacing);
  color: #111;
}

.dh-pdp-services__payment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.dh-pdp-services__payment-grid span {
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 0.7rem;
  padding: 0.6rem 0.8rem;
  text-align: center;
  color: #111;
  font-size: 1.25rem;
}

.dh-pdp-services__badge-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.dh-pdp-services__badge-grid span {
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 0.7rem;
  padding: 0.6rem 0.8rem;
  text-align: center;
  color: #111;
  font-size: 1.25rem;
}

.dh-pdp-services__contact-card {
  margin-top: 0.8rem;
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 0.9rem;
  padding: 1rem;
  background: #fff;
}

.dh-pdp-services__quality-gallery {
  margin-top: 1.2rem;
  position: relative;
}

.dh-pdp-services__quality-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  transform: translateY(-50%);
  width: 4.4rem;
  height: 7rem;
  border: 0;
  background: transparent;
  color: rgba(145, 145, 145, 0.68);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 2px 8px rgba(255, 255, 255, 0.75);
  cursor: pointer;
}

.dh-pdp-services__quality-arrow svg {
  width: 3.6rem;
  height: 6rem;
}

.dh-pdp-services__quality-arrow polyline {
  fill: none;
  stroke: currentColor;
  stroke-width: 4.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dh-pdp-services__quality-arrow--prev {
  left: 0.3rem;
}

.dh-pdp-services__quality-arrow--next {
  right: 0.3rem;
}

.dh-pdp-services__quality-stage {
  position: relative;
  height: min(62vw, 38rem);
  min-height: 21rem;
}

.dh-pdp-services__quality-slide {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(56vw, 28rem);
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transform: translateX(-50%) scale(0.9);
  opacity: 0.12;
  transition: transform 220ms ease, opacity 220ms ease;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.dh-pdp-services__quality-slide.is-active {
  opacity: 1;
  z-index: 5;
  transform: translateX(-50%) scale(1);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.26);
}

.dh-pdp-services__quality-slide.is-prev {
  opacity: 0.7;
  z-index: 4;
  transform: translateX(-74%) scale(0.91);
}

.dh-pdp-services__quality-slide.is-next {
  opacity: 0.7;
  z-index: 4;
  transform: translateX(-26%) scale(0.91);
}

.dh-pdp-services__quality-slide.is-prev-2 {
  opacity: 0.45;
  z-index: 3;
  transform: translateX(-96%) scale(0.84);
}

.dh-pdp-services__quality-slide.is-next-2 {
  opacity: 0.45;
  z-index: 3;
  transform: translateX(-4%) scale(0.84);
}

body.dh-pdp-services-open {
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .dh-pdp-services {
    max-width: 56rem;
  }

  .dh-pdp-services__quality-stage {
    height: min(40vw, 34rem);
    min-height: 24rem;
  }

  .dh-pdp-services__quality-slide {
    width: min(48%, 30rem);
  }

  .dh-pdp-services__quality-slide.is-prev {
    transform: translateX(-71%) scale(0.92);
  }

  .dh-pdp-services__quality-slide.is-next {
    transform: translateX(-29%) scale(0.92);
  }

  .dh-pdp-services__quality-slide.is-prev-2 {
    transform: translateX(-88%) scale(0.86);
  }

  .dh-pdp-services__quality-slide.is-next-2 {
    transform: translateX(-12%) scale(0.86);
  }
}
