.thx_list li:before {
    width: 0 !important
}

.thx_list {
    list-style-type: decimal;
    color: #000;
    font-weight: 700
}

.thx_list li {
    padding-left: 0;
    margin-left: 25px !important
}

.thx_list li span {
    color: gray;
    font-size: 16px !important;
    display: block;
    font-weight: 400
}

#order_form {
    /*background: url("../images/formbg3.jpg") no-repeat #fff;*/
    padding: 20px;
    box-shadow: 0 0 5px 5px #d2d2d2;
    max-width: 600px;
    font-family: sans-serif;
    margin: 20px auto;
    background-size: cover
}

#order_form div {
    background: 0 0 !important
}

#order_form h2 {
    margin: 25px 0 0;
    padding: 0;
    line-height: 32px;
    border: none
}

#order_form label {
    width: 230px;
    display: block;
    padding: 5px 0;
    font-weight: 700;
    font-size: 16px;
    margin: 0 auto;
    text-align: center
}

#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
}

#order_form input, #order_form select {
    font-size: 21px;
    padding: 0 15px;
    height: 55px;
    line-height: 55px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 300px;
    width: 100%;
    background: #fff;
    margin: 0 auto;
    display: block
}

#order_form span {
    font-size: 16px
}

#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: none;
    cursor: pointer;
    font-size: 20px;
    margin-top: 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: 349px) {
    #order_form input {
        font-size: 17px
    }

    #order_form button {
        margin-left: 0
    }
}

/*@media screen and (max-width: 1200px) {*/
/*    #order_form {*/
/*        background-image: url("../images/formbg4.jpg")*/
/*    }*/
/*}*/

.ord_button {
    background-color: #f80000;
    color: #fff !important;
    display: inline-block;
    padding: 10px 30px;
    font-size: 25px !important;
    box-shadow: 2px 3px 8px #999;
    text-decoration: none !important;
    border-radius: 8px;
    border: 3px solid #fff;
    margin: 20px 0 30px;
    line-height: 27px;
    text-transform: uppercase;
    transition: all .3s ease-in 0s
}

.ord_button:hover {
    background-color: #772133;
    box-shadow: 2px 3px 3px #999;
    text-decoration: none !important;
    transform: scale(1.1)
}

#push-comments #push_3dv4f7 {
    background-color: #f0f0f0;
    box-sizing: border-box;
    font-family: sans-serif;
    padding: 3rem 2rem;
    transition: 1s;
    width: 100%
}

#push-comments #push_3dv4f7.hide {
    opacity: 0;
    display: block !important
}

#push-comments #push_3dv4f7__form {
    box-sizing: border-box;
    margin: auto;
    max-width: 600px
}

#push-comments #push_3dv4f7__title {
    color: #43a047;
    border-bottom: 0 solid;
    box-shadow: 1px 4px 10px -7px #ccc;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 16px
}

#push-comments #push_3dv4f7__message, .comment-input {
    border: 1px solid #43a047;
    box-shadow: 0 2px 4px -3px #237a27;
    font-size: 16px;
    box-sizing: border-box;
    padding: 10px 20px;
    height: 120px;
    width: 100%
}

#push-comments #push_3dv4f7__submit {
    background: #43a047;
    border: none;
    box-shadow: 0 2px 4px -3px #000;
    color: #fff;
    cursor: pointer;
    border-radius: 25px;
    display: table;
    margin: 20px 0 0;
    height: 50px;
    transition: .5s;
    text-align: center;
    text-shadow: 0 0 1px #237a27;
    font-size: 18px;
    max-width: 280px;
    width: 100%
}

#push-comments #push_3dv4f7__submit:hover {
    background: #237a27;
    text-shadow: none;
    box-shadow: none
}

#push-comments #push_3dv4f7__label::before, #push-comments #push_3dv4f7__label::after {
    content: '';
    display: none
}

#push-comments #push_mlyjekpdfdd1 {
    background-color: #f0f0f0;
    box-sizing: border-box;
    font-family: sans-serif;
    padding: 3rem 2rem;
    transition: 1s;
    width: 100%
}

#push-comments #push_mlyjekpdfdd1.hide {
    opacity: 0;
    display: block !important
}

#push-comments #push_mlyjekpdfdd1__form {
    box-sizing: border-box;
    margin: auto;
    max-width: 600px
}

#push-comments #push_mlyjekpdfdd1__title {
    color: #43a047;
    border-bottom: 0 solid;
    box-shadow: 1px 4px 10px -7px #ccc;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 16px
}

#push-comments #push_mlyjekpdfdd1__message {
    border: 1px solid #43a047;
    box-shadow: 0 2px 4px -3px #237a27;
    font-size: 16px;
    box-sizing: border-box;
    padding: 10px 20px;
    height: 120px;
    width: 100%
}

#push-comments #push_mlyjekpdfdd1__submit {
    background: #43a047;
    border: none;
    box-shadow: 0 2px 4px -3px #000;
    color: #fff;
    cursor: pointer;
    border-radius: 25px;
    display: table;
    margin: 20px 0 0;
    height: 50px;
    transition: .5s;
    text-align: center;
    text-shadow: 0 0 1px #237a27;
    font-size: 18px;
    max-width: 280px;
    width: 100%;
    padding: 13px
}

#push-comments #push_mlyjekpdfdd1__submit:hover {
    background: #237a27;
    text-shadow: none;
    box-shadow: none
}

#push-comments #push_mlyjekpdfdd1__label::before, #push-comments #push_mlyjekpdfdd1__label::after {
    content: '';
    display: none
}

.myh4, .rub-ramka a {
    text-transform: uppercase
}

.rub-ramka {
    background: rgba(3, 224, 0, .04);
    padding: 6px 13px !important;
    border-radius: 2px;
    border: 4px double rgba(21, 160, 37, .32);
    font-family: sans-serif;
    line-height: 28px;
    font-size: 16px;
    max-width: 86%;
    margin: 0 auto;
    font-weight: 400;
    color: #4a4a4a
}

.myh4 {
    padding: 6px 4px 4px 5px;
    width: 100%;
    display: table;
    border: 1px dotted #e2e2e2;
    border-right: none;
    color: #3a753a;
    font-size: 14px;
    margin-bottom: 9px;
    line-height: 23px;
    border-radius: 2px;
    margin-top: 5px;
    margin-left: -3px;
    font-weight: 600;
    background-color: #f5fef5;
    background-image: -webkit-repeating-linear-gradient(0deg, #bfe6bf 0, #f5fef5 100%);
    background-image: repeating-linear-gradient(90deg, #bfe6bf 0, #f5fef5 100%);
    background-image: -ms-repeating-linear-gradient(0deg, #bfe6bf 0, rgba(3, 224, 0, .04) 100%)
}

.rub-ramka a {
    color: #ce5353;
    font-weight: 400;
    text-decoration: none;
    font-size: 15px;
    border-bottom: 1px dashed;
    text-shadow: 0 0 0;
    margin-left: 2px;
    margin-right: 2px;
    padding-bottom: 1px
}

@media screen and (max-width: 1020px) {
    .rub-ramka {
        max-width: 95%
    }
}

.main-images {
    width: 100%
}

#order_form {
    background-size: 100% 100%
}