#content{float:left;width:100%;position:relative;padding-top:76px;background-color:#fff;border-radius:6px;margin-bottom:19px;padding-bottom:20px;behavior:url(../PIE.htc);-webkit-box-shadow:0 0 4px 3px #dbdbdb;-moz-box-shadow:0 0 4px 3px #dbdbdb;box-shadow:0 0 4px 3px #dbdbdb;}
#content p{text-indent:0px;}
 


input, select {
    display: block;
    margin: 0 auto;
    padding: 10px;
    width: 60%;
    border: 2px solid grey;
    border-radius: 5px;
}
@media (max-width: 600px){
    input, select {
        display: block;
        margin: 0 auto;
        padding: 10px;
        width: 91%;
        border: 2px solid grey;
        border-radius: 5px;
    }  
}
select {
    width: 50%;
}

.price123{
    display: flex;
    justify-content: center;
}
.timer{
    font-size: 18px;
    font-weight: normal;
    margin: 25px 0 20px;
    text-align: center;
}
#clock span{
    color: #f00;
    font-weight: bold;
}
.form_btn{
    display: block;
    margin: 20px auto;
    padding: 20px;
    font-size: 20px;
    text-decoration: none;
    background-color: #de0606;
    text-align: center;
    color: #fff !important;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}
.order_block h2{
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}
.red{
    color: #f00;
}