.b-article__body p {
    margin-bottom: 1.2em;
}

@media screen and (max-width: 1020px) {
    .rub-ramka {
        max-width: 95%;
    }
}

.rub-ramka {
    background: rgba(3, 224, 0, 0.04);
    padding: 6px 13px !important;
    border-radius: 2px;
    border: 4px double rgba(21, 160, 37, 0.32);
    font-family: sans-serif;
    line-height: 28px;
    font-size: 16px;
    margin: 0 auto;
    font-weight: 400;
    color: #4a4a4a;
}

.red {
    color: red;
}

.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, 0.04) 100%);
}

#order_form input,
#order_form select {
    font-size: 18px;
}

.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: 0.2s;
    font-family: sans-serif !important;
}

.order_block {
    max-width: 430px;
    width: 100%;
    margin: auto;
    text-align: center;
    background: #fff;
    box-shadow: 0 0px 25px 0px rgba(0, 0, 0, 0.12);
    border: 3px dashed #eaeaea;
    border-radius: 0;
    padding: 20px;
}

.order_block .order_offer {
    text-align: center;
}

.order_block .order_offer img {
    max-width: 100%;
    width: auto;
    margin-bottom: 20px;
}

.order_pre_form {
    padding: 20px 20px 0 20px;
}

.order_form_row {
    margin-bottom: 10px;
    text-align: left;
}

.order_form {
    width: 100%;
    max-width: 500px;
    padding: 0 20px 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: bold;
}

.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: 0px 1px 0px 0px rgb(245, 151, 142) inset;
    background: rgb(242, 69, 55);
    border-radius: 3px;
    border: 1px solid rgb(208, 39, 24);
    width: 100%;
    display: inline-block;
    cursor: pointer;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    outline: none;
    padding: 16px 0;
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
    text-decoration: none;
    letter-spacing: 0.6px;
    text-shadow: 0px 1px 0px rgb(129, 14, 5);
}

.order_form .order_form_button:hover {
    background: rgb(198, 45, 31);
}

.order_form .order_form_button:active {
    position: relative;
    top: 1px;
}

.order_timer_block {
    line-height: 1;
    font-weight: bold;
}

.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: rgb(4, 64, 133);
}

.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 0.3s linear;
}

.fields__btn:hover {
    color: #08687e;
    background-color: #04c0e8;
    border: 2px solid #08687e;
    transform: scale(0.9);
}

@media (max-width: 480px) {

    .fields__input,
    .fields__btn {
        width: 250px;
    }
}
