#product {
  padding: 34px 0 22px;
  border-bottom: 1px solid #D5D5D5;
}

.product-left {
  max-width: calc(100% - 656px);
  margin-right: 25px;
  padding-right: 100px;
  min-width: 450px;
}

.product-right {
  flex-shrink: 1;
}

.product-right>h1.product-title {
  width: auto;
  font-size: 32px;
  line-height: 1;
}

.product-right .brand {
  margin-bottom: 15px;
}

.product-terms {
  margin-top: 20px;
  font-size: 16px;
  line-height: 28px;
}

.product-disclaimer {
  padding: 0;
}

.product-disclaimer p {
  font-size: 16px;
  line-height: 24px;
  max-width: 478px;
  margin: 0;
}

.pd-price {
  font-size: 60px;
  line-height: 1em;
  margin-top: 3px;
}

.pd-price sup {
  top: -20px;
  font-size: 58%;
}

.pd-price .flex-column sup {
  top: 2px;
}

.pd-price .period {
  font-size: 13px;
  margin: 2px 0 0 2px;
}

.price-wrap .or {
  font-size: 27px;
  line-height: 1em;
  margin: 10px 18px 0 16px;
}

.price-wrap .or::before {
  content: '';
  position: absolute;
  z-index: -1;
  background-image: url('../../images/product/or-decor.png');
  background-image: image-set(url('../../images/product/or-decor.png') 1x,
      url('../../images/product/or-decor@2x.png') 2x);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 47px;
  height: 28px;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}

.product-buttons button {
  padding: 0 27px;
  margin-top: 25px;
  margin-right: 23px;
}

.product-buttons .button-round-invert {
  color: var(--red);
  padding: 0 23px;
  line-height: 38px;
}

.product-services {
  padding-top: 34px;
}

.product-services p {
  font-size: 13px;
  line-height: 15px;
  margin-top: 0;
  margin-bottom: 4px;
}

.product-services .desc {
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 22px;
}

.product-services .image {
  margin-right: 5px;
}

.product-services .product-service {
  margin-bottom: 16px;
  padding: 0;
}

#product-details {
  border-top: 1px solid #D0D0D0;
  margin-top: 12px;
  padding: 0px;
}

.accordionjs .acc_section>.acc_head {
  background: transparent !important;
  border: none !important;
  font-size: 24px;
  padding: 10px 0 0 0;
}

.accordionjs .acc_section>.acc_head::after {
  content: '';
  position: absolute;
  top: 23px;
  right: 0;
  height: 12px;
  width: 17px;
  background-image: url('../../images/icons/icon-accord.png');
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.accordionjs .acc_section.acc_active>.acc_head::after {
  transform: scaleY(-1);
}

.accordionjs .acc_section:last-of-type, .accordionjs .acc_section:last-of-type .acc_content {
  border: none;
}

.accordionjs .acc_section>.acc_content {
  font-size: 16px;
  line-height: 24px;
  padding: 16px 0 0 0;
  max-width: 518px;
}

.checkout-step {
  background-color: #F5F5F5;
  background-image: url('../../images/product/checkout-step-bg.png');
  background-image: image-set(url('../../images/product/checkout-step-bg.png') 1x,
      url('../../images/product/checkout-step-bg@2x.png') 2x);
  background-size: auto;
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 3px;
  padding: 0 15px 50px 15px;
  margin-bottom: 47px;
}

.checkout-step .congrats {
  font-size: 54px;
  top: -5px;
  left: 7px;
  margin-bottom: 20px;
}

.checkout-step .congrats::before {
  content: '';
  position: absolute;
  z-index: -1;
  background-image: url('../../images/product/congrats-decor.png');
  background-image: image-set(url('../../images/product/congrats-decor.png') 1x,
      url('../../images/product/congrats-decor@2x.png') 2x);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 335px;
  height: 98px;
  bottom: -17px;
  left: 48%;
  transform: translateX(-50%);
}


.checkout-step .special {
  font-size: 21px;
  margin-bottom: 79px;
}

.checkout-step form {
  margin-top: 26px;
  width: 472px;
}

.checkout-step .form-field {
  margin-bottom: 16px;
}

.checkout-step .form-field input, .checkout-step .form-field input::placeholder, .checkout-step .form-field select, .checkout-step .form-field select::placeholder {
  font-size: 15px;
  text-indent: 10px;
  padding-bottom: 4px;
  font-family: 'HelveticaNeue-Roman' !important;
}

.checkout-step .close {
  top: 10px;
  right: 18px;
  font-size: 16px;
}

.step-payment .form-row {
  gap: 16px;
}

.step-payment .today {
  font-size: 40px;
  line-height: 1em;
}

.step-payment .form-action {
  gap: 32px;
}

.step-payment .button-round-invert {
  line-height: 37px;
}

@media screen and (max-width: 992px) {
  .product-left {
    padding-right: 10px;
    min-width: 320px;
  }

  .checkout-step form {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #product {
    padding-top: 18px;
    border-bottom: none;
  }

  .product-left {
    margin-right: 0;
    padding-right: 0;
    max-width: 100%;
  }

  .product-image {
    width: 100vw;
    margin-left: -15px;
  }

  .product-image>img {
    width: 100vw;
  }

  .product-right {
    display: block;
  }

  .product-right>h1.product-title {
    width: 100%;
    line-height: 38px;
    display: block !important;
  }

  .product-right .brand {
    font-size: 16px;
    line-height: 26px;
    display: block !important;
    margin-bottom: 18px;
  }

  .checkout-step {
    margin: 28px 0 0 -15px;
    width: 100vw;
    max-width: 100vw;
    background-size: 100%;
    background-position: 50% 0%;
    padding: 0 20px 42px 20px;
  }

  .checkout-step .congrats {
    font-size: 32px;
    top: -9px;
    margin-bottom: 9px;
  }

  .button-round {
    padding: 0 33px;
  }

  .checkout-step .congrats::before {
    width: 212px;
    bottom: -32px;
  }

  .checkout-step .special {
    font-size: 17px;
    margin-bottom: 50px;
  }

  .checkout-step form {
    margin-top: 22px;
  }

  .checkout-step .close {
    top: 7px;
    right: 16px;
    font-size: 18px;
  }

  .product-right h1.product-title {
    font-size: 32px;
    line-height: 38px;
  }

  .product-image>a {
    display: none;
  }

  .price-wrap {
    justify-content: center;
    margin-top: 22px;
  }

  .pd-price {
    font-size: 47px;
  }

  .price-wrap .or {
    font-size: 22px;
    margin: 10px 16px 0 17px;
  }

  .price-wrap .or::before {
    width: 39px;
    bottom: -6px;
  }

  .pd-price sup {
    top: -16px;
  }

  .pd-price .flex-column sup {
    top: 1px;
  }

  .pd-price .period {
    font-size: 9px;
    margin: 2px 0 0 5px;
  }

  .product-buttons {
    gap: 25px;
    justify-content: center;
  }

  .product-buttons br {
    display: none;
  }

  .product-buttons .button-round-invert,
  .product-buttons button {
    padding: 0;
    margin-right: 0;
    flex-basis: auto;
    width: 142px;
    line-height: 37px;
  }

  .product-services {
    padding: 0 15px;
  }

  .product-services .product-service {
    width: 100%;
  }

  .product-services .desc {
    margin-bottom: 22px;
  }

  #product-details {
    margin-top: 7px;
  }

  .accordionjs .acc_section>.acc_head::after {
    top: 21px;
    width: 41px;
  }

  .accordionjs .acc_section>.acc_content {
    padding: 27px 0 0 0;
  }

  .product-right .details {
    border-top: 1px solid #D0D0D0;
  }

  .product-terms {
    margin: 16px 0 26px 0;
    border-bottom: 1px solid #D0D0D0;
    padding-bottom: 23px;
  }

  #product-details .product-terms p {
    font-size: 16px;
    line-height: 28px;
  }

  #product-details .product-disclaimer {
    border-bottom: 1px solid #D0D0D0;
    padding-bottom: 26px;
  }

  #product-details .product-disclaimer p {
    font-size: 14px;
    line-height: 24px;
  }


  .step-payment .img {
    margin-bottom: 0;
  }

  .step-payment form {
    margin-top: 4px;
  }

  .step-payment .form-row {
    flex-wrap: wrap;
    gap: 0 20px;
  }

  .step-payment .today {
    font-size: 27px;
    margin-top: 23px;
  }

  .step-payment .form-action {
    flex-direction: column;
    gap: 7px;
  }

  .step-payment .img {
    padding-bottom: 14px;
  }

  .step-payment .img img {
    max-width: 197px;
  }
}