#cpa_form {
    background: white;
    padding: 50px 15px;
    max-width: 600px;
    font-family: "Roboto", sans-serif;
    margin: 20px auto;
    background-image: url(../images/formbg.jpeg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 35px;
}

@media (min-width: 600px) and (max-width: 739px) {
    #cpa_form {
        padding: 20px !important;
    }
}

@media (min-width: 460px) and (max-width: 599px) {
    #cpa_form {
        padding: 20px !important;
    }
}

#cpa_form input,
#cpa_form select {
    display: block;
    margin: 0 auto;
    font-size: 21px;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 280px;
    width: 100%;
    margin-bottom: 15px;
}

#cpa_form button {
    margin: 0 auto;
    display: block;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
    border-radius: 5px;
    background-color: #0299ff;
    background-position: 1.35em 0.94em;
    background-size: 1em;
    background-repeat: no-repeat;
    transition: all 0.15s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 20px;
}

#cpa_form button:hover,
.obutton:hover {
    background-color: #017acc;
}

#cpa_form button:active {
    position: relative;
    top: 1px;
}

@media screen and (max-width: 480px) {
    #cpa_form input {}

    #cpa_form label {
        font-size: 14px;
    }

    #cpa_form button {
        font-size: 16px;
    }

    #cpa_form {
        /*padding: 10px;
          padding-bottom: 180px;
          margin-bottom: -200px;*/
    }

    #cpa_form .cpa_form_pole {
        padding: 0px;
        margin: 2px;
    }
}

@media screen and (max-width: 459px) {

    #cpa_form input,
    #cpa_form select {
        width: 80%;
    }

    #cpa_form {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 349px) {

    #cpa_form input,
    #cpa_form select {
        font-size: 17px;
    }
}

.price {
    color: red;
    font-weight: 700;
}

img.cpa_form_medimg {
    max-width: 100px;
    margin: 0 0 20px 0;
    display: block;
}

img.cpa_form_product {
    max-width: 200px;
    max-height: 200px;
    margin: 0 0 20px 0;
    display: block;
}

.cpa_form p {
    margin: 0;
}

.cpa_form_prices {
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 700;
}

.cpa_form_price_old {
    color: red;
    text-decoration: line-through;
    font-size: 22px !important;
}

.cpa_form_price_new {
    margin-left: 10px;
    color: green;
    font-size: 26px !important;
}

.cpa_form_info {
    margin: 0px 10px 20px 10px;
    border: 2px solid #0299ff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.prod {
    display: flex;
    justify-content: center;
    align-items: center;
}

.prod img {
    max-width: 140px;
    margin-top: 30px;
}