#form0 {
    background-image: url(../images/formbg.jpg);
    padding: 20px;
    max-width: 600px;
    margin: 20px auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 25px;
    text-align: center;
}
#form0 h2 {
    margin: 15px 0 0 0;
    padding: 0px;
    line-height: 32px;
    border: none;
    font-size: 22px;
    text-transform: uppercase;
}
#form0 span {
    display: inline-block;
}
#form0 .order_form_pole {
    padding: 5px;
    margin: 0 auto;
    max-width: 300px;
}
#form0 label {
    margin: 0 auto;
    display: block;
    padding: 5px 0 5px 0;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
#form0 input, #form0 select {
    box-sizing: border-box;
    font-size: 21px;
    padding: 0 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 100%;
    width: 300px;
    background: #fff;
    height: 60px;
}
#form0 .order_form_pole {
    padding: 5px;
    margin: 0 auto;
    max-width: 300px;
}
#form0 button {
    display: inline-block;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px 0 rgb(129 150 160 / 45%);
    border-radius: 5px;
    background-color: #0299ff;
    background-position: 1.35em 0.94em;
    background-size: 1em;
    background-repeat: no-repeat;
    transition: all .15s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px;
    text-transform: uppercase;
}
.wrapperProductImg {
    display: flex;
    justify-content: center;
    margin: 20px 0;

}