#order-form {
    background: white;
    padding: 20px;
    max-width: 670px;
    padding-bottom: 85px;
    font-family: Arial;
    margin: 20px;
    background-image: url("../images/formbg.jpg");
    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: 0;
}

#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;
}

.price_main span {
    font-size: 20px !important;
}

#order-form input {
    font-size: 21px;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 300px;
    width: 100%;
    background: #fff;
    outline: none !important;
}

#order-form select {
    font-size: 21px;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 300px;
    width: 100%;
}

#order-form span {
    font-size: 12px;
}

#order-form .center {
    display: block;
    margin: 0 auto;
    text-align: center;
}

#order-form button,
.obutton {
    justify-content: center;
    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, 0.45);
    border-radius: 5px;
    background-color: #0299ff;
    background-position: 1.35em 0.94em;
    background-size: 1em;
    background-repeat: no-repeat;
    transition: all 0.15s ease-in-out;
    border: 0;
    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;
}

.left_count {
    background: red;
    padding: 23px;
    margin: 12px 0;
    width: 178px;
    color: #fff;
    text-shadow: 0 -1px 0 #000, 0 -1px 0 #000, 0 1px 0 #000, 0 1px 0 #000, -1px 0 0 #000,
        1px 0 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px -1px 0 #000, 1px -1px 0 #000,
        -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
        1px 1px 0 #000;
    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 {
        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: 0.83em !important;
    margin-block-end: 0.83em !important;
}

form .count {
    display: block;
    margin-bottom: 10px;
}

.timelimit {
    margin-bottom: 20px;
}

.timelimit b {
    display: inline-block;
    background: url("../images/timericon2.png") no-repeat;
    padding-left: 14px;
    color: red;
    vertical-align: middle;
    background-position-y: 5px;
}

.comments-field__txt {
    text-align: right !important;
}

.comments-image {
    width: 400px;
    max-width: 100%;
    margin-top: 10px;
}

.delivery-wrapper {
    position: fixed;
    display: flex;
    z-index: 100000;
    justify-content: center;
    top: 0;
    left: 0;
    cursor: pointer;
    font-family: sans-serif !important;
}

.delivery-text {
    text-align: initial;
    color: black !important;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    list-style: none;
}

.delivery-text li {
    margin-top: 5px;
    position: relative;
    padding-left: 10px;
}

.delivery-text li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: black;
    position: absolute;
    left: 0;
    top: 5px;
}

.delivery-info {
    display: flex;
    position: relative;
    background-color: #ffffffde;
    align-items: center;
    border: 1px solid black;
    border-top: 0px !important;
    border-radius: 0px 0px 10px 10px;
    width: 80%;
    margin: 0 auto;
    padding: 10px;
}

.delivery-info svg {
    padding-left: 10px;
}

@media (max-width: 800px) {
    .delivery-info {
        width: 100%;
        font-size: 12px;
    }

    .delivery-info>svg {
        width: 200px;
        height: 150px;
    }
}

@media (max-width: 370px) {
    .delivery-info svg {
        padding-left: 0px;
    }

    .delivery-text {
        padding-left: 0;
        padding-right: 0;
    }
}

.delivery_close_btn {
    position: absolute;
    color: red;
    top: -5px;
    right: 0;
    margin: 5px;
    font-size: 30px;
    cursor: pointer;
}

label.error {
    color: red;
    font-weight: 400 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    line-height: 1;
    font-size: 14px !important;
}

input.error {
    border-color: red !important;
    margin-bottom: 2px;
}