.pricec {
    position: relative;
    font-family: Arial, sans-serif;
    right: -70px;
    bottom: 70px;
    color: rgb(0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 30px;
    width: 165px;
    height: 98px;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.3;
    transform: rotateZ(-7deg);
    text-align: center !important;
    margin: 0px auto;
    background: linear-gradient(to right, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 19%;
}

span.discountc {
    display: block;
    margin-top: 9px;
    font-size: 18px;
}

.js_old_price {
    display: block;
    margin: 0 auto;
}

.price_main {
    border-bottom: 2px solid #d31812;
    font-size: 24px;
    line-height: 0px;
    margin: 0 auto;
}

form {
  text-align: center;
  position: relative;
}

form .inpt-txt {
  margin: 0 auto;
  position: relative;
  width: max-content;
}

form .inpt-txt .placeholder {
  position: absolute;
  left: 8px;
  top: 14.7px;
  z-index: 8;
}

form .submit-form {
  margin: 20px auto 30px;
}

.order-form * {
  box-sizing: border-box;
}

.order-form {
  max-width: 600px;
  padding: 20px;
  margin: 0 auto;
  background: #fff url("../img/formbg.jpg") no-repeat;
  background-size: 100% 100%;
}

.order-form .top {
  padding-top: 100px;
  background: url("../img/med1.png") top center no-repeat;
  background-size: 100px auto;
}

.order-form .top h2 {
  margin: 25px 0 0;
  padding: 0;
  line-height: 32px;
  font-size: 30px;
  font-weight: 700;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.order-form p, .timelimit {
  font-size: 22px !important;
  margin: 0 auto;
  text-align: center !important;
  line-height: 30px !important;
}

@media screen and (max-width: 480px) {
  .order-form p, .timelimit {
    font-size: 16px !important;
  }
  .order-form .top h2 {
    margin: 0 auto !important;
  }
  .order-form .frame {
    margin-top: 10px !important;
  }
  .order-form p {
    line-height: normal !important;
  }
}

.order-form .price p span {
  font-size: 21px;
  font-weight: 700;
  color: red;
}

.order-form .frame {
  margin: 45px 10px 25px;
  border: 2px solid #0299ff;
  padding: 10px;
}

.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: bold;
}

form input,
textarea {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0px auto 16px;
    border: 1px solid rgb(231, 231, 231);
    background: rgb(248, 249, 249) none repeat scroll 0% 0%;
    border-radius: 3px;
    font-size: 16px;
    color: rgb(0, 0, 0);
    padding-left: 15px;
    height: 40px;
}

.btn {
    max-width: 250px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    padding: 15px 10px;
    background: #F72210;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 0.3s;
    text-align: center;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
}


.btn:hover {
    transform: scale(1.1);
    background: #F72210;
    text-decoration: none;
    color: #fff;
}

