.countdown-block {
    text-align: center;
    background: #fff500;
    color: #fff;
    padding: 10px 0;
    margin-left: -10px;
    margin-right: -10px;
}

.countdown-block>h3 {
    font-weight: 800;
    font-size: 36px;
    padding-top: 5px;
    margin: 0;
}

.countdown-container {
    max-width: 320px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
}

.countdown-container .redd {
    color: red;
    font-weight: 800;
    font-size: 30px;
    margin: 0 auto 20px;
}

.countdown-container h3 {
    color: #000;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    font-family: Roboto;
}

.countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-size: 39px;
    line-height: 1;
}

.countdown-item {
    color: red;
    width: 5rem;
    font-weight: 800;
}

.countdown-divider {
    color: #000;
    width: 1rem;
}

.countdown-text {
    margin: 0 auto;
    margin-bottom: -8px;
    width: 90%;
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-family: Roboto;
}

.countdown-text span {
    width: 4rem;
    margin-right: 2rem;
}

.countdown-text span:last-child {
    margin-right: 0;
}


/*  */

#order_form {
    margin: 0 auto
}

#order_form {
    margin-bottom: 20px;
    margin-top: 20px;
    background: #fff;
    padding: 40px;
    max-width: 500px;
    background-image: url(../img/formbg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

#order_form_place,
.order_form_pole label {
    text-align: center
}

#order_form div {
    background: 0 0 !important
}

.order-style {
    margin: 45px 10px 25px;
    border: 2px solid #0299ff;
    padding: 10px
}

.order-style {
    margin: 45px 10px 25px;
    border: 2px solid #0299ff;
    padding: 10px
}

#order_form label {
    padding: 5px 0;
    font-weight: 700;
    display: block;
    font-size: 16px
}

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

.order_form_pole {
    margin-top: 30px
}

#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, .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: 0;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px
}

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

@media only screen and (max-width:600px) {
    #order_form {
        padding: 22px
    }
}