.lead-form-box {
    display: none
}

#lead-form-result {
    display: none;
    box-sizing: border-box;
    width: 100%;
    border-radius: 3px;
    padding: 7px;
    font-size: 15px;
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1
}

.order_block, .order_block * {
    box-sizing: border-box;
    transition: .2s;
    font-family: sans-serif !important
}

.order_block {
    max-width: 430px;
    width: 100%;
    margin: auto;
    padding: 5px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .12);
    border: 3px dashed #eaeaea;
    border-radius: 0
}

.order_block .order_offer {
    text-align: center
}

.order_block .order_offer img {
    max-width: 100%;
    width: auto
}

.order_pre_form {
    padding: 20px 20px 0
}

.order_form_row {
    margin-bottom: 10px;
    text-align: left
}

.order_form {
    width: 100%;
    max-width: 500px;
    padding: 0 20px 20px
}

.order_header {
    margin: 12px 0 !important;
    padding: 0 !important;
    font-size: 18px
}

.order_form .order_form_row input {
    width: 100% !important;
    padding: 14px;
    border: 2px solid #eaeaea;
    font-size: 15px;
    border-radius: 3px;
    box-shadow: none !important;
    margin: 0 !important
}

.order_form .order_form_row label {
    font-size: 13px;
    text-align: left;
    font-weight: 700
}

.order_form .order_form_row input:active, .order_form .order_form_row input:focus {
    outline: none;
    border: 2px solid #cecece
}

.order_form .order_form_button {
    box-shadow: 0 1px 0 0 #f5978e inset;
    background: #f24537;
    border-radius: 3px;
    border: 1px solid #d02718;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    outline: none;
    padding: 16px 0;
    font-weight: 700;
    font-size: 16px;
    margin-top: 5px;
    text-decoration: none;
    letter-spacing: .6px;
    text-shadow: 0 1px 0 #810e05
}

.order_form .order_form_button:hover {
    background: #c62d1f
}

.order_form .order_form_button:active {
    position: relative;
    top: 1px
}

.order_timer_block {
    line-height: 1;
    font-weight: 700
}

.order_timer_block p {
    font-size: 18px;
    margin: 10px 0 !important;
    padding: 0 !important
}

.order_timer_block .order_timer {
    font-size: 21px;
    text-align: center
}

.time_remains {
    color: red
}

.form {
    display: flex;
    flex-direction: column;
    text-align: center
}

.price {
    margin-bottom: 20px;
    color: #fff;
    background-color: #04c0e8;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 5px;
    display: block;
    line-height: 250%;
    width: 100%
}

.spann {
    font-size: 25px;
    color: #044085
}

.fields {
    display: flex;
    flex-direction: column
}

.fields__input {
    width: 300px;
    height: 50px;
    padding: 0 10px;
    margin: 0 auto 20px;
    border: 2px solid #04c0e8;
    border-radius: 8px
}

.fields__btn {
    width: 300px;
    padding: 20px 10px;
    margin: 0 auto 20px;
    font-size: 20px;
    font-weight: 600;
    color: #04c0e8;
    background-color: #08687e;
    border: 2px solid #04c0e8;
    border-radius: 8px;
    cursor: pointer;
    transition: all .3s linear
}

.fields__btn:hover {
    color: #08687e;
    background-color: #04c0e8;
    border: 2px solid #08687e;
    transform: scale(.9)
}

@media (max-width: 480px) {
    .fields__input, .fields__btn {
        width: 250px
    }
}

.prices {
    width: 100%;
    align-items: center;
    font-size: 0;
    margin: 15px 0;
    display: flex;
    flex-direction: column
}

.old {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #000;
    margin: 5px;
    text-decoration: line-through
}

.new {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    text-transform: uppercase;
    margin: 5px;
    color: #f72210;
    font-weight: 700
}