#form_image {
  margin: 0 0 -88px 0;
}

.form_image_wrap_image {
  margin: 30px auto 0;
  /* max-width: 190px; */
  position: relative;
}

.form_image_wrap_image img {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  display: flex;
}

.form_image_wrap_image:after {
  content: "";
  position: absolute;
  top: 50px;
  right: 30px;
  background: url(../images/bg-sale2.png) no-repeat;
  width: 154px;
  height: 110px;
  background-size: 100%;
  background-position: -8px -8px;
  display: block;
}

#form {
  max-width: 480px;
}

#form button {
  font-size: 15px;
  display: inline-block;
  background-color: #ff0000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  font-weight: bold;
  margin: 20px auto 0;
}

#namephone {
  padding: 8px;
  border: none;
  border-radius: 5px;
  background-color: #eee;
  margin: 0 20px;
  width: 87%;
}

form {
  margin-bottom: 20px;
}

#form {
  width: 100%;
  font-size: 17px;
  padding: 0 2px;
  margin-top: 20px;
  display: inline-block;
  border-radius: 7px;
  background-image: linear-gradient(90deg, #3580ed 50%, transparent 50%), linear-gradient(90deg, #3580ed 50%, transparent 50%),
    linear-gradient(0, #3580ed 50%, transparent 50%), linear-gradient(0, #3580ed 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 10px 2px, 10px 2px, 2px 10px, 2px 10px;
  animation: marching-ants 400ms infinite linear;
  margin-bottom: 20px;
}

#form b {
  color: #000;
}

.formborder {
  display: flex;
  padding: 0px 5px;
  gap: 10px;
}

.intext {
  width: 50%;
}

@keyframes marching-ants {
  0% {
    background-position: 0 0, 10px 100%, 0 10px, 100% 0;
  }

  100% {
    background-position: 10px 0, 0 100%, 0 0, 100% 10px;
  }
}

.form_wrap {
  max-width: 300px;
  margin: 0 auto;
  padding: 89px 0px 0px;
}

.form_wrap form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form_wrap label {
  display: block;
  margin-top: 13px;
}

.descount,
.termina {
  text-align: center;
}

.termina {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  margin-top: 0px !important;
  margin-bottom: 0px;
}

.descount {
  color: #3578e5;
  font-size: 27px !important;
  font-weight: bold;
  margin-bottom: 13px;
}

.horas {
  display: flex;
  justify-content: center;
  color: #80808069;
}

.horas div {
  text-align: center;
  margin-right: 5px;
  font-weight: bold;
}

#price {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px auto;
  font-size: 36px;
  gap: 20px;
}

#price .price_new {
  font-weight: bold;
  margin: 0 5px;
  color: #01b541;
}

#price .price_old {
  margin: 0px 5px;
  color: #80808069;
  text-decoration: line-through;
}

.inp_name {
  margin: 13px auto 0;
}

.inp_phone {
  margin: 13px auto 0;
}

.sus {
  display: flex;
}

.sus_wrwp_img {
  width: 15px;
  margin-right: 5px;
}

.sus_wrwp_img img {
  width: 100%;
}

.sus_text {
  color: gray;
  font-size: 12px;
}

.comments_repost_img img {
  transform: scale(1.1);
}

.thanx {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 20px;
}

.thanx img {
  width: 50px;
  height: 50px;
}
.thanx .dash {
  width: 40px;
  height: 2px;
  margin: auto;
}
