.order_block {
  font-family: "Arial", sans-serif;
  margin-top: -35px;
}
.prod_img_wrapper {
  max-width: 400rem;
  margin: 15rem auto;
  padding-bottom: 40rem;
  position: relative;
}
.prod_img {
  width: 100%;
  max-width: 300rem;
}
.priceс {
  position: absolute;
  font-family: "Arial", sans-serif;
  right: 0;
  bottom: 0;

  color: #000;
  box-shadow: rgba(0, 0, 0, 0.8) 0rem 3rem 30rem;
  width: 165rem;
  height: 98rem;
  text-align: center !important;
  font-size: 19rem;
  font-weight: bold;
  line-height: 1.3;
  transform: rotateZ(-7deg);
  margin: -0rem auto 0rem;
  background: linear-gradient(
    to right,
    rgb(238, 165, 19) 0%,
    rgb(253, 237, 19) 100%
  );
  border-width: 2rem;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  border-radius: 19%;
}
span.discountс {
  display: block;
  margin-top: 9rem;
  font-size: 18rem;
}
.price_main {
  border-bottom: 2rem solid #d31812;
  font-size: 24rem;
  line-height: 0rem;
  margin: 0 auto;
}
.js_old_price {
  display: block;
  margin: 0 auto;
}
.wheel_input {
  padding: 10rem !important;
  display: block !important;
  margin: 0 auto 20rem !important;
  padding: 10rem !important;
  width: 100% !important;
  border: 2rem solid grey !important;
  border-radius: 5rem !important;
  box-sizing: border-box;
}
.data_label {
  line-height: 30rem;
}
.country_select {
  display: none !important;
  width: 52% !important;
}

.order_form {
  display: block !important;
  margin: 0 auto !important;
  text-align: center !important;
  width: 100%;
  max-width: 530rem;
}
@media screen and (max-width: 480rem) {
  .country_select {
    width: 96% !important;
  }
}
.main-link {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 40rem auto;
  padding: 20rem;
  font-size: 20rem;
  text-decoration: none;
  background-color: #de0606;
  text-align: center;
  color: #fff !important;
  border-radius: 4rem;
  border: none;
  cursor: pointer;
}
.main-link:hover {
  opacity: 0.8;
}

.time_remains_title {
  padding-top: 15rem;
  text-align: center;
  font-size: 22rem;
}
