.prod {
    max-width: 21%
}

a,
button[type=submit] {
    cursor: pointer
}

#form-wrap {
    max-width: 400px;
    margin: 0 auto
}

@media(max-width:400px) {
    #form-wrap2 {
        width: 80% !important;
        margin: 0 auto
    }
}

@media(max-width:600px) {
    #form-wrap2 {
        width: 80% !important;
        margin: 0 auto
    }

    #form .discount {
        font-size: 35px
    }
}

@media (max-width:480px) {
    #product-bg-wrap {
        margin: 1px 0 -100px 8px
    }
}

#product-bg-wrap {
    margin: -10px 20% -170px;
    width: 50%
}

@media (max-width:480px) {
    #product-bg {
        width: 60%;
        margin: 0 auto;
        max-width: 190px;
        position: relative
    }
}

#product-bg {
    position: relative;
    width: 100%;
    margin: 0 auto
}

#product-bg img {
    width: 100%;
    margin-bottom: 20%
}

#form {
    max-width: 400px;
    margin: 0 auto
}

#form {
    max-width: 100%;
    box-shadow: 0 4px 20px 20px #00000026;
    border-radius: 5px
}

#form form {
    padding: 130px 15px 25px;
    display: flex;
    flex-direction: column
}

#form button,
#form form,
#form input,
#form label,
#form select {
    width: 100%
}

#form .discount {
    font-size: 40px;
    color: #ff467d;
    line-height: 1;
    font-weight: 700;
    margin-top: 10px
}

#form label {
    text-align: center
}

#form .timeleft {
    font-size: 18px;
    color: #484848;
    padding: 6px 0
}

#form label {
    text-align: center
}

#form .timer {
    font-size: 38px;
    color: #4b4550;
    letter-spacing: -3px;
    font-weight: 600
}

#form label {
    text-align: center
}

#form button,
#form form,
#form input,
#form label,
#form select {
    width: 100%
}

.free {
    position: relative;
    top: -2.5px;
    color: #000
}

#form .hours {
    font-size: 14px;
    color: #000;
    font-weight: 600
}

#form #price {
    line-height: 1.2;
    margin: 10px auto;
    display: flex;
    font-size: 32px;
    flex-wrap: wrap;
    justify-content: center
}

#form #price #price-new {
    color: #ff467d
}

#form #price #price-new,
#form #price #price-old {
    margin: 0 5px
}

#form #price #price-old {
    text-decoration: line-through;
    color: #bdb6b6
}

#form .example {
    text-align: left;
    font-size: 13px;
    color: #969696
}

#form label {
    text-align: center
}

#form form input {
    height: 70px;
    font-size: 20px;
    margin: 0 0 24px;
    padding-left: 10px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    color: gray
}

#form form button,
#form form input {
    border-radius: 5px
}

#form form button {
    height: 60px;
    font-size: 30px;
    background: #3578e5;
    background: linear-gradient(90deg, #ff467d 0, #a63456 35%, #ff467d 100%);
    color: #fff;
    border: 0
}

#form form #protection {
    display: flex;
    margin-top: 13px;
    font-size: 12px
}

#form form #protection .protection-icon {
    background: url("../img/safe.png");
    min-width: 19px;
    min-height: 19px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: auto 10px;
    align-self: end
}

#form form #protection strong {
    color: #000
}

#form-wrap2 {
    width: 50%;
    margin: 0 auto
}