table {
    background: rgba(231, 147, 147, 0.2) none repeat scroll 0% 0%;
}
.red {
	color: #F00;
}
.Body .green {
	color: #080;
	font-size: 20px;
}
.sibstrate {
    background: rgba(231, 147, 147, 0.2) none repeat scroll 0% 0%;
    border: 5px dashed rgb(0, 0, 0);
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 20px;
}

.sibstrate .title {
    font-size: 32px;
    color: #000;
    text-shadow: 0px 0px 1px rgb(103, 134, 77);
    line-height: 1.3;
    text-align: center;
    margin-bottom: 10px;
}

.sibstrate ul {
    font-size: 18px;
    line-height: 25px;
    list-style-type: disc;
    padding-left: 45px;
    margin-bottom: 0
}

.product-wrapper {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 20px;
}

.product-wrapper .title {
    text-align: center;
    padding: 5px;
    color: #022756;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 20px;
}

.product-wrapper .title img {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    margin-right: 10px;
}

.product-wrapper .title span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 105px);
    max-width: 350px;
}

.inner-wrapper {
    font-size: 0;
}

.inner-wrapper .left {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: left;
}

.inner-wrapper .left>img {
    display: block;
    margin: 0 0 50px 44px;
}

.inner-wrapper .left .price {
    display: inline-block;
    padding: 30px 60px;
    background: url(../img/prog3.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-weight: bold;
    font-size: 24px;
}

.inner-wrapper .left .price span {
    display: block;
}

.inner-wrapper .left .price span:nth-of-type(1) {
    text-decoration: line-through;
    color: #333;
    margin-bottom: 10px;
}

.inner-wrapper .left .price span:nth-of-type(2) {
    color: #F00;
}

.inner-wrapper .right {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.inner-wrapper .right img {
    max-width: 100%;
}

@media all and (max-width: 500px) {
    .product-wrapper .title {
        font-size: 15px;
        text-align: left;
    }
    .inner-wrapper .left{
    	display: block;
    	text-align: center;
    	width: 100%;
    }
    .inner-wrapper .left>img{
    	margin: 0 auto 20px;
    }
    .inner-wrapper .left .price{
    	margin-bottom: 20px;
    }
    .inner-wrapper .right{
    	display: block;
    	width: 100%;
    	text-align: center;
    }
}

#order_form {
    background: white;
    padding: 40px 25px;
    max-width: 650px;
    font-family: Arial;
    margin: 20px;
    -webkit-background-size: 100% 100%;
         -o-background-size: 100% 100%;
            background-size: 100% 100%;
    background-image: url(../img/formbg.jpg);
    background-repeat: no-repeat;
}

#order_form div {
    background: transparent !important;
}

#order_form h2 {
    margin: 25px 0 0 0;
    padding: 0px;
    line-height: 32px;
    border: none;
}

#order_form label {
    width: 230px;
    display: block;
    padding: 5px 0 5px 0;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

#order_form label.vertical {
    border: none !important;
}


#order_form .order_form_pole {
    padding: 10px;
    margin: 0px;
}

#order_form input, #order_form select {
    font-size: 21px;
    padding: 10px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 300px;
    width: 100%;
}

#order_form span {
    font-size: 12px;
}



#order_form button,
.obutton {
    display: inline-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 .94em;

    background-size: 1em;

    background-repeat: no-repeat;

    transition: all .15s ease-in-out;

    border: none;

    cursor: pointer;

    font-size: 20px;

    margin-top: 20px;
    font-family: roboto condensed;
    text-transform: uppercase;
    margin-bottom: 20px;

}

#order_form button:hover,
.obutton:hover {

    background-color: #017ACC;

}

#order_form button:active {

    position: relative;

    top: 1px;

}



.order_info h2 {

    border: none !important;
    font-size: 30px;
    color: red !important;

}



.left_count {

    background: red;


    margin: 12px 0px;

    width: 190px;

    color: #fff;

    text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;

    font-size: 32px !important;

    border-radius: 5px;

}



.left_count .prod_left_val {

    font-size: 52px !important;

}



#order_form_success {

    position: relative;

}



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

    #order_form label {

        font-size: 14px;
    }



    #order_form button {

        font-size: 16px;

    }



    #order_form .order_form_pole {

        padding: 0px;

        margin: 2px;

    }

}



@media screen and (max-width: 459px) {
    #order_form{
    	margin: 0;
    }

}



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

    #order_form input {
        font-size: 17px;
    }



    #order_form button {

        margin-left: 0px;

    }

}