.pay-details {
  padding: clamp(0px, 40px - (40) * (100vw - 375px) / 1065, 40px) 0 80px;
}

.pay-details__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(24px, 90 * (100vw - 375px) / 1065 + 24px, 114px);
  border-radius: 24px;
  padding: clamp(32px, 8 * (100vw - 375px) / 1065 + 32px, 40px) clamp(16px, 24 * (100vw - 375px) / 1065 + 16px, 40px) 0px;
  background: #f6f6f6;
  align-items: end;
}
.pay-details__grid > .pay-details__left {
  padding-bottom: clamp(32px, 8 * (100vw - 375px) / 1065 + 32px, 40px);
}

.pay-details__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(32px, 20 * (100vw - 375px) / 1065 + 32px, 52px);
  line-height: 100%;
  letter-spacing: -0.03em;
  color: var(--dark-text);
  margin-bottom: clamp(24px, 82 * (100vw - 375px) / 1065 + 24px, 106px);
}

.pay-details__list {
  margin: 0;
  padding: 0;
}

.pay-details__row {
  display: grid;
  row-gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.pay-details__row:not(:last-child) {
  margin-bottom: clamp(12px, 16px - (4) * (100vw - 375px) / 1065, 16px);
}
@media screen and (min-width: 900px) {
  .pay-details__row {
    display: flex;
    width: 502px;
    justify-content: space-between;
  }
}

.pay-details__row:last-child {
  border-bottom: 0;
}

.pay-details__label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: var(--secondary-dark);
}

.pay-details__value {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: var(--dark-text);
}

.pay-details__copy {
  width: 16px;
  height: 16px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.pay-details__copy svg {
  width: 16px;
  height: 16px;
  display: block;
}

.pay-details__picture {
  display: block;
}
@media screen and (min-width: 768px) {
  .pay-details__picture {
    max-width: 310px;
  }
}

.pay-details__right {
  position: relative;
}
@media screen and (min-width: 768px) {
  .pay-details__right {
    margin: 0 auto;
  }
}
.pay-details__right:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: clamp(92px, 122px - (30) * (100vw - 375px) / 1065, 122px);
  background: linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
}

.pay-details__dots {
  flex: 1 1 auto;
  height: 1px;
  background: repeating-linear-gradient(to right, #dbdbdb 0 4px, transparent 4px 10px);
  transform: translateY(13px);
}
@media screen and (max-width: 899px) {
  .pay-details__dots {
    display: none;
  }
}

.pay-details__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .pay-details__grid {
    grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=payment_details.css.map */
