#cpa_form {
    background: #fff;
    padding: 8px 15px;
    max-width: 600px;
    font-family: roboto, sans-serif;
    margin: 20px auto;
    background-image: url(../img/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, .45);
    border-radius: 5px;
    background-color: #0299ff;
    background-position: 1.35em .94em;
    background-size: 1em;
    background-repeat: no-repeat;
    transition: all .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 {}

    #cpa_form .cpa_form_pole {
        padding: 0;
        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: 150px;
    margin: 0 0 20px;
    display: block
}

img.cpa_form_product {
    max-width: 200px;
    max-height: 200px;
    margin: 0 0 20px;
    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: 0 10px 20px;
    border: 2px solid #0299ff;
    padding: 10px;
    text-align: center;
    font-weight: 700
}

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
}


.o-form-parent {
    text-align: center;
    /*border: 5px solid #ed1b24;*/
}

.o-form-parent {
    padding: 15px;
    background: #ffefbf;
}

.o-form-parent>p {
    margin: 0;
    font-weight: 300;
    font-size: 19px;
    line-height: normal;
}

.o-form-parent>h2 {
    margin: 0;
    line-height: normal;
}



.b-order {
    /*background: #f5f6f8;*/
    border: 8px outset #ed1b24;
    border-radius: 25px;
    -webkit-box-shadow: 0 11px 17px rgba(166, 181, 210, 0.29);
    box-shadow: 0 11px 17px rgba(166, 181, 210, 0.29);
    margin-top: 14px;
    margin-bottom: 30px;
    margin-left: 50px;
    margin-right: 50px;
    padding: 10px;
}

.b-order img {
    display: inline-block;
    margin: -15px 37px -40px 16px;
    margin-top: 44px;
    max-width: 33%;

    /*!! width: 230px; */
    /* если фиксированная пропорция то оставить, иначе убрать */
}

.b-form {
    display: inline-block;
    max-width: 270px;
    vertical-align: top;
    padding: 50px 0 0;
}

.form-title {
    font-weight: 900;
    font-size: 27px;
}

.b-prices>div {
    display: inline-block;
    font-weight: 900;


}

.b-prices {
    margin-bottom: 18px;
    margin-top: 12px;
}


.old-price {
    font-size: 24px;
    text-decoration: line-through;
    color: #a1a2a3;
}

.new-price {
    font-size: 49px;
    color: #2E7C43;
}

.input-field {
    display: block;
    background-color: #fff;
    padding: 0 20px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 18px;
    -webkit-box-shadow: 0 0 17px rgba(166, 181, 210, 0.29);
    box-shadow: 0 0 17px rgba(166, 181, 210, 0.29);
    outline: none;
    border: 1px solid transparent;
    height: 52px;
}

.input-field:focus {
    background-color: transparent;
    border-color: #b9bcc5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

select::-ms-expand {
    display: none;
}

.btn {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    background: #C01E14;
    display: inline-block;
    position: relative;
    padding: 8px 10px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: none;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
}

.btn:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.b-order .btn {
    font-size: 19px;
    font-weight: 700;
    padding: 15px 20px;
    border-radius: 35px;
    text-transform: uppercase;
}

@media (max-width: 990px) {
    .b-order {
        margin: 0;
        margin-bottom: 30px;
        margin-top: 14px;
    }

    .b-order img {
        margin: 0 auto -10px;
        display: block;
        max-width: 59%;
    }

    .b-form {
        display: block;
        margin: 0 auto 40px;
    }

    .o-form-wrapper {
        margin-bottom: 30px;
    }
}

.b-not {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: bold;
}

.b-nds {
    margin: 10px 0;
    font-size: 12px;

}

.form-title {
    font-weight: 900;
    font-size: 23px;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

/*
.o-form-wrapper {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    margin: 10px 0 35px;
    -webkit-box-shadow: 0 0 17px rgba(166, 181, 210, 0.29);
    box-shadow: 0 0 17px rgba(166, 181, 210, 0.29);
}
*/
