.block_9-middle {
    margin-bottom: 10px;
    width: 600px;
    max-width: 100%;
    margin: 0 auto
}

.block_9-middle .price {
    padding: 0;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
    margin: 20px 0;
}

.block_9-middle .old_price {
    font-size: 23px;
    color: #000;
    margin-left: 0;
    margin-bottom: 10px
}

.old_price span {
    text-decoration: line-through
}

.block_9-middle .new_price {
    font-size: 36px;
    color: red
}

.block_9-middle .new_price div {
    color: #10334c;
    font-size: 54px;
    margin-top: 12px
}

.block_9-middle .prod {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    display: block;
}

@media all and (max-width:767px) {

    .block_9-middle .price,
    .block_9-middle .prod {
        width: 100%;
        display: block;
        margin: 0 auto
    }
}

.form {
    width: 400px;
    margin: 10px auto 0;
    max-width: 100%
}

.inp {
    width: 100%;
    border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0 10px;
    height: 48px;
    border: 1px solid #000;
    background: transparent;
    color: #000;
    margin-bottom: 10px;
    outline: 0;
    font-size: 20px;
    -webkit-appearance: none;
    appearance: none;
}

.form .btn {
    width: 80%;
    padding: 20px 10px;
    margin: 10px auto;
    box-sizing: border-box;
    line-height: 1
}

.btn {
    display: table;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 20px 80px 20px;
    text-align: center;
    background-color: #ed550a;
    font-size: 34px;
    transition: .5s;
    width: 100%;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    text-transform: uppercase;
    border: 0;
    cursor: pointer
}

.center {
    text-align: center
}