.your-price {
  padding: 10rem 0 12.1rem;
  background-color: #fff
}
.your-price__content {
  min-height: 20rem;
  position: relative;
  display: flex;
  justify-content: flex-end;
  z-index: 1
}
.your-price__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 101%;
  pointer-events: none;
  z-index: -1
}
.your-price__img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.your-price .form {
  width: 54.8rem;
  height: 100%;
  padding: .2rem .8rem 1.2rem 1.3rem;
  background-color: rgba(255,255,255,.4);
  border: solid #ffc9a6;
  border-radius: 1rem;
  background-blend-mode: soft-light;
  margin: 2rem 1rem
}
.your-price .form__title {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1.2rem
}
.your-price .form__price {
  display: flex;
  justify-content: space-between;
  padding-right: 6rem;
  margin-bottom: 1.1rem
}
.your-price .form__price-item {
  width: calc(50% - .5rem)
}
.your-price .form__price-label {
  font-size: 1.1rem;
  color: #6f6f71
}
.your-price .form__price-value {
  font-size: 3.2rem;
  font-weight: 600;
  color: #1e5d9d;
  letter-spacing: -.02em
}
.your-price .form__price-value span {
  text-decoration: line-through
}
.your-price .form__price-value_current {
  color: #272727
}
.your-price .form__price .label {
  width: 16rem;
  height: auto
}
.your-price .form__price input {
  background: 0 0;
  border: none;
  height: auto;
  padding: 0;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: -.02em
}
.your-price .form__content {
  display: flex
}
.your-price .form .label {
  margin-right: 1rem
}
.your-price .form__button {
  width: 5rem;
  min-width: auto;
  flex-shrink: 0
}
.your-price .form__button svg {
  width: 2.2rem;
  height: 2.2rem;
  margin: 0;
  display: block
}
@media (max-width:48em) {
  .your-price {
    padding: 2rem 0 5rem
  }
  .your-price__content {
    min-height: 101rem;
    justify-content: flex-start
  }
  .your-price__img {
    right: 50%;
    transform: translateX(50%);
    width: 110%
  }
  .your-price .form {
    width: 100%;
    padding: .6rem 1.4rem 1.4rem;
    border-width: .6rem;
    border-radius: 2rem;
    margin: 4rem 1rem
  }
  .your-price .form__title {
    font-size: 3.6rem;
    margin-bottom: 2.6rem
  }
  .your-price .form__price {
    padding-right: 0;
    margin-bottom: .8rem
  }
  .your-price .form__price-item {
    width: 50%
  }
  .your-price .form__price-label {
    font-size: 2.2rem
  }
  .your-price .form__price-value {
    font-size: 4rem;
    letter-spacing: -.04em
  }
  .your-price .form__price .label {
    width: 15rem
  }
  .your-price .form__price input {
    font-size: 4rem;
    letter-spacing: -.04em
  }
  .your-price .form__content {
    flex-wrap: wrap
  }
  .your-price .form__content input {
    font-size: 2.8rem
  }
  .your-price .form .label {
    margin-right: 0;
    margin-bottom: 2rem
  }
  .your-price .form__button {
    width: 100%;
    margin: 0
  }
  .your-price .form__button svg {
    display: none
  }
}