div.zapravka_brand_promo {
    width: 100%;
    display: flex;
    margin: 60px 0;
}
div.promo_conditions, div.promo_fast, div.promo_postpayment {
    flex-grow: 1;
    flex-basis: 34%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 76px;
    padding: 80px 0 0 0;
}
div.promo_conditions {background-image: url('/images/icon_money1.jpg');}
div.promo_fast {background-image: url('/images/icon_fast1.jpg');}
div.promo_postpayment {background-image: url('/images/icon_postoplata1.jpg');background-size: 68px;}
span.promo_header {font-size: 24px; font-weight: bold;}
div.zapravka_brand_promo strong {color: rgb(255, 106, 0);}
span.promo_price {font-size: 40px; font-weight: bold;}
div.zapravka_brand_promo p {font-size: 14px;line-height: 19px;text-align: center; margin: 10px; color: rgb(67, 67, 67);}
div.zapravka_brand_promo_home {margin: 0 0 100px -260px; width: 1020px;}
span.promo-hdr {
    text-align: center;
    font-family: Arial, Verdana, "Helvetica CY", sans-serif;
    font-size: 28px;
    font-weight: bold;
    margin: 150px 0 40px -260px;
    width: 1020px;
    display: block;
    color: rgb(236, 98, 0);
    border-bottom: 1px dashed rgb(252, 225, 205);
}