html *{max-height:999999px;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing: border-box;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{display:block;}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}

h4 { margin-bottom:15px; }

p span { color:#fb7100; font-weight:bold; }
p strong { color:#fb7100; font-weight:bold; }
li span { color:#fb7100; font-weight:bold; }
li strong { color:#fb7100; font-weight:bold; }
p { text-align:justify; margin-bottom:10px; }
p.textleft { text-align:left; }
p.textright { text-align:right; }
p.textcenter { text-align:center; }
p.textjstfy {text-align:justify; }

ul { margin-bottom:15px; margin-top:15px; }
ol { margin-bottom:15px; margin-top:15px; }
h1 span { color:#fb7100; font-weight:bold; }
h2 span { color:#fb7100; font-weight:bold; }
h3 span { color:#fb7100; font-weight:bold; }
h4 span { color:#fb7100; font-weight:bold; }
.black { color:#000 !important;  }
.blue { color:#42a4ff !important; }
.orange { color:#fb7100 !important; }
.red { color:#ff0000 !important; }

ol.list { list-style-type:none; counter-reset:num; }
ol.list li {
    position: relative;
    margin: 5px 0 0 ;
}
ol.list li:before {
    content: counter(num) '. ' ; /* Выводим число */
    counter-increment: num; /* Увеличиваем значение счётчика */
    color:#fb7100; 
    font-weight:bold;
}

