#order_form {
    background: #fff;
    padding: 20px;
    max-width: 670px;
    padding-bottom: 85px;
    font-family: Arial;
    margin: 20px;
    background-image: url(../images/xformbg.jpg.pagespeed.ic.rN_87xgNcu.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto
}

#order_form div {
    background: transparent !important
}

#order_form h2 {
    margin: 25px 0 0 0;
    padding: 0;
    line-height: 32px;
    border: none
}

#order_form label {
    width: auto;
    display: block;
    padding: 5px 0 5px 0;
    font-weight: bold;
    font-size: 16px
}

#order_form label.vertical {
    border: none !important
}

.device_info {
    font-size: 14px;
    color: green;
    display: block;
    margin: 10px 20px
}

#order_form .order_form_pole {
    padding: 10px;
    margin: 10px;
    text-align: center
}

#order_form input {
    font-size: 21px;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 300px;
    width: 100%;
    outline: none !important
}

#order_form select {
    font-size: 21px;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 334px;
    width: 100%
}

#order_form .center {
    display: block;
    margin: 0 auto;
    text-align: center
}

#order_form button,
.obutton {
    display: block;
    margin: 0 auto;
    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;
    margin-top: 20px;
    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;
    color: red !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 {
        padding: 10px
    }

    #order_form .order_form_pole {
        padding: 0;
        margin: 2px
    }
}

@media screen and (max-width:459px) {
    #order_form input {
        width: 80%
    }

    #order_form select {
        width: 90.5%;
        height: 53px
    }

    #footer img {
        width: 100%
    }
}

@media screen and (max-width:349px) {
    #order_form input {
        font-size: 17px
    }
}

#order_form_place img {
    max-width: 100px;
    display: block;
    margin: 20px 0
}

form h2 {
    font-size: 30px;
    margin-block-start: .83em !important;
    margin-block-end: .83em !important
}

form .count {
    display: block;
    margin-bottom: 10px
}

.timelimit {
    margin-bottom: 20px
}

.timelimit b {
    display: inline-block;
    background: url(../images/timerIcon2.png.pagespeed.ce.RFMUob7h5J.png) no-repeat;
    padding-left: 14px;
    color: red;
    vertical-align: middle;
    background-position-y: 5px
}

.img-container img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.termsw {
    width: 97%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    background: #f1f1f1;
    padding: 10px 0;
    font-size: 14px;
    font-family: inherit;
    font-weight: 400;
    color: #878787;
    text-align: center
}