/*Payment Form*/
.payment-form {
  width: 447px;
  min-height: 585px;
  background-color: #963836;
  /*  border-radius: 20px;
 -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-image: url("../../../../../../../../images/pattern-bg.png");
  -webkit-background-image: url("../../../../../../../../images/pattern-bg.png");
  -moz-background-image: url("../../../../../../../../images/pattern-bg.png");
  -o-background-image: url("../../../../../../../../images/pattern-bg.png");
  background-repeat: repeat;
  background-size: calc(447px / 14) calc(447px / 14);
  background-size: -webkit-calc(447px / 14) -webkit-calc(447px / 14);
  background-size: -moz-calc(447px / 14) -moz-calc(447px / 14);
  -webkit-background-size: calc(447px / 14) calc(447px / 14);
  -webkit-background-size: -webkit-calc(447px / 14) -webkit-calc(447px / 14);
  -webkit-background-size: -moz-calc(447px / 14) -moz-calc(447px / 14);
  -moz-background-size: calc(447px / 14) calc(447px / 14);
  -moz-background-size: -webkit-calc(447px / 14) -webkit-calc(447px / 14);
  -moz-background-size: -moz-calc(447px / 14) -moz-calc(447px / 14);
  -o-background-size: calc(447px / 14) calc(447px / 14);
  -o-background-size: -webkit-calc(447px / 14) -webkit-calc(447px / 14);
  -o-background-size: -moz-calc(447px / 14) -moz-calc(447px / 14); */
  color: #FFFFFF;
  padding-left: 16px;
  padding-right: 16px;
  z-index: 11;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.payment-form a, .payment-form a:focus, .payment-form a:hover, .payment-form a:active {
  color: #00B2FF;
}

.payment-form aside h3 {
  font-size: 16px;
  line-height: 1.1875;
  margin-top: 14px;
}

.payment-form ul {
  width: 100%;
}

.payment-form ul li {
  display: block;
}

.payment-form ul li:first-child {
  margin-top: 9px;
}

.payment-form ul li:not(:first-child) {
  margin-top: 10px;
}

.payment-note {
  font-size: 12px;
  line-height: 1.15;
  margin-top: 5px;
}

.payment-form aside:nth-child(2) {
  margin-top: 28px;
}

.payment-form aside:nth-child(3) {
  margin-top: 12px;
}

.payment-form aside:last-child {
  margin-top: 22px;
  margin-bottom: 10px;
}

.your-card {
  position: relative;
}

.your-card::after {
  content: "";
  background-image: url("../../../../../../../../images/card.png");
  -webkit-background-image: url("../../../../../../../../images/card.png");
  -moz-background-image: url("../../../../../../../../images/card.png");
  -o-background-image: url("../../../../../../../../images/card.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  width: 112px;
  height: 21px;
  position: absolute;
  bottom: 4px;
  right: -127px;
}

/*Payment Description*/
.payment-description {
  font-size: 12px;
  line-height: 1.25;
}

.payment-description p:first-child {
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
}

.payment-description img {
  display: block;
  width: auto;
  height: 22px;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
  padding-bottom: 1px;
}

.payment-description p:nth-child(2) {
  margin-top: 5px;
}

.payment-description p:nth-child(n+3) {
  margin-top: 15px;
}

.payment-description p:nth-child(n+2) {
  margin-top: 5px;
  text-align: justify;
}

/* @media screen and (max-width: 1023px) {
  .payment-form {
    width: 100%;
    min-height: unset;
    background-size: 6.45vw 6.45vw;
    -webkit-background-size: 6.45vw 6.45vw;
    -moz-background-size: 6.45vw 6.45vw;
    -o-background-size: 6.45vw 6.45vw;
    margin-right: 0;
    padding-left: 2.4vw;
    padding-right: 2.4vw;
  }

  .payment-form aside h3 {
    font-size: 3.8vw;
    margin-top: 14px;
  }

  .payment-form input {
    font-size: 3.8vw;
    height: 7.2vw;
  }

  .payment-form ul li:first-child {
    margin-top: 2.17vw;
  }

  .payment-form ul li:not(:first-child) {
    margin-top: 2.4vw;
  }

  .payment-note {
    font-size: 3.14vw;
    margin-top: 1.2vw;
  }

  .payment-form aside:nth-child(2) {
    margin-top: 6.7vw;
  }

  .payment-form aside:nth-child(3) {
    margin-top: 2.8vw;
  }

  .payment-form aside:last-child {
    margin-top: 5.3vw;
    margin-bottom: 2.4vw;
  }

  .your-card::after {
    width: 27vw;
    height: 6.7vw;
    bottom: 1vw;
    right: -29vw;
  }

  /*Payment Description* /
  .payment-description {
    font-size: 2.89vw;
  }

  .payment-description img {
    height: 5.3vw;
    margin-top: 0.72vw;
    padding-top: 0.24vw;
    padding-bottom: 0.24vw;
  }

  .payment-description p:nth-child(2) {
    margin-top: 1.2vw;
  }

  .payment-description p:nth-child(n+3) {
    margin-top: 3.6vw;
  }

  .payment-description p:nth-child(n+2) {
    margin-top: 1.2vw;
  }
} */
