@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;469;500;600;700&display=swap');
.text-1 {
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
    padding: 10px;
    border: 2px solid #f00;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    font-size: 18px;
    font-family: arial;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.block {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 30px;
    font-size: 0;
}

.block h3 {
    margin-bottom: 30px;
}

.block h3 img {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    margin: 0 20px 0 0;
}

.block h3 span {
    display: inline-block;
    vertical-align: middle;
    font-style: italic;
    font-size: 24px;
}

.block .left {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.block .price {
    border: 4px dashed #000;
    padding: 15px 40px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    font-size: 25px;
    color: #000;
    font-style: italic;
    text-align: center;
    position: relative;
    min-width: 240px;
    box-sizing: border-box;
}

.block .text {
    font-size: 14px;
    text-align: center;
    position: absolute;
    bottom: -30px;
    left: 8px;
}

.block .price span {
    display: block;
}

.block .price span:nth-of-type(1) {
    text-decoration: line-through;
    font-size: 20px;
}

.block .price span:nth-of-type(2) {
    color: #F00;
    font-weight: bold;
}

.block .right {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.block .right img {
    max-width: 100%;
}

#order_form {
    text-align: center;
    background: white;
    line-height: 25px;
    padding: 20px;
    max-width: 600px;
    font-family: Arial;
    margin: 20px auto 50px;
    background-image: url('../images/form_bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#order_form .additional {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: #F00;
}

#order_form div {
    background: transparent !important;
}

#order_form h2 {
    margin: 25px 0 0 0;
    padding: 0px;
    line-height: 32px;
    border: none;
}

#order_form label {
    width: 230px;
    display: block;
    padding: 5px 0 5px 0;
    font-weight: bold;
    font-size: 16px;
    margin: 0 auto;
}

#order_form label.vertical {
    border: none !important;
}

.device_info {
    font-size: 14px;
    color: green;
    display: block;
    margin: 10px 20px;
}

#order_form input {
    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 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, 0.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 0px;
    width: 178px;
    color: #fff;
    text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
    font-size: 32px !important;
    border-radius: 5px;
}

.left_count .prod_left_val {
    font-size: 52px !important;
}

#order_form_success {
    position: relative;
}

@media all and (max-width: 1023px) {
    .block {
        max-width: 280px;
        margin: 30px auto 10px;
    }

    .block h3 img {
        width: 50px;
        margin: 0 10px 0 0;
    }

    .block h3 span {
        font-size: 18px;
        width: calc(100% - 60px);
    }

    .block .left,
    .block .right {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 480px) {
    #order_form label {
        font-size: 14px;
    }

    #order_form button {
        font-size: 16px;
    }

    #order_form {
        padding: 20px 10px;
    }

    #order_form .order_form_pole {
        padding: 0px;
        margin: 2px;
    }
}

@media screen and (max-width: 459px) {
    #order_form input {
        width: 80%;
    }

    #order_form {
        margin: 20px 0;
    }
}

@media screen and (max-width: 349px) {
    #order_form input {
        font-size: 17px;
    }

    #order_form button {
        margin-left: 0px;
    }
}