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

.form_image_wrap_image {
    margin: 0 auto;
    max-width: 190px;
    position: relative;
}
.form_image_wrap_image img {width: 100%}

.form_image_wrap_image:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 106px;
    background: url(../img/bg-sale2.png);
    width: 124px;
    height: 72px;
    /* z-index: 1000000000000000000; */
    background-size: 158px;
    box-shadow: 15px 12px 14px 0 #00000054;
    background-position: -8px -8px;
    display: block;
}

#form {}
form {
    width: 100%;
}

#form{
    /* min-width: 350px; */
    width: 50%;
    font-size: 17px;
    padding: 7px 16px;
    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;
}

.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_image {}


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

.marginform {
    text-align: center;
    font-size: 14px;
}

.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;
}

.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: 10px auto;
    font-size: 36px;
}
#price .price_new {
    margin: 10px 5px;
    color: #3578e5;
    text-shadow: 4px 4px 3px #00000033;
    position: relative;
}

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

input {
    display: block;
    border: 1px solid #3578e563;
    height: 31px;
    padding-left: 10px;
    width: 100%;
    max-width: 238px;
    margin: 0 auto;
}

.inp_name{
    margin: 13px auto 0;
}

.inp_phone{
    margin: 13px auto 0;
}

button.btnn {
    height: 59px;
    background: #3580ed;
    margin: 10px 0;
    border: 1px solid #3580ed;
    color: white;
    cursor: pointer;
    font-weight: bold;
}

.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);
}

.formFb__timer {
    margin: 0px auto 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}

.formFb__timer p {

    margin-bottom: .35em;
}

.formFb__timer .timer {
    display: flex;
    font-size: 2em;
    color: rgb(88, 88, 88);
}

.formFb__timer .timer .hour {
    margin-right: .15em;
}

.formFb__timer .timer .minute {
    margin: 0 .15em;
}

.formFb__timer .timer .second {
    margin-left: .15em;
}

