@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700,300,400&subset=latin,cyrillic);

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, strong, 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;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html{
//font-size: 16px;
}
body, html {
    line-height: 1;
    font-family: 'PT Sans', sans-serif;
}

:focus {
    outline: 0;
}

a {
    text-decoration: none;
    font-family: inherit;
}

a:hover {
    text-decoration: none;
}

span {
    font-family: inherit;
}

p {
    line-height: 1.5em;
    margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Sans';
}


h1 {
    font-size: 2.35em;
    line-height: 1.2em;
    margin-bottom: 1em;
    font-weight: bold;
}

h2 {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-top: 2rem;
    font-weight: bold;
    margin-bottom: 1em;
}

h3 {
    font-size: 1.3em;
    line-height: 1.2em;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 1em;
}

h4 {
    font-size: 1em;
    line-height: 1.2em;
    margin-top: 2em;
    font-weight: bold;
    margin-bottom: 1em;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child {
//margin-top: 0;
}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

.article table{
    margin-bottom: 2em ;
    border-collapse: collapse;
    border-spacing: 0;
}
.article table[border="1"] td{
    border: 1px solid
}

.article table td:last-child ,
.article table th:last-child ,
.article table td p:last-child ,
.article table td ul:last-child ,
.article table td li:last-child  {
    margin-bottom: 0.2em ;
}
.article table td,
.article table th {
    padding: 0.5em;
    vertical-align: middle;
}
.article table td h1:first-child ,
.article table th h1:first-child ,
.article table td h2:first-child ,
.article table th h2:first-child ,
.article table td h3:first-child ,
.article table th h3:first-child {
    margin-top: 0.5em;
}
table.noborder td,
table.noborder th {
    border: 0px none;
}



.article ol, .article ul{
    list-style: none;
}
.article ul{
    margin-top: 0.5em;
    margin-left: 0em;
    margin-bottom: 2em;
    list-style-position: outside;
    list-style-type: disc;
    line-height: 1.3em;
}

.article li, li p {
    margin-bottom: 0.5em;
    line-height: 1.5em;
}
.article li{
    list-style-position: outside;
    margin-left: 2em;
}

li ul {
    margin-top: 0.5em;
}

em, i {
    font-style: italic;
    font-family: inherit;
}

sup, sub {
    position: relative;
    top: -0.5em;
    font-size: 90%\9;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    vertical-align: super;
}
sub {
    vertical-align: sub;
}

strong, b {
    font-weight: bolder;
}

small {
    font-size: smaller;
}

img {
    max-width: 100%;
    height: auto;
}

.clearfix {
    clear: both;
}

.clearfix:before,
.clearfix:after{
    content: "";
    display: table;
    clear: both;
}

.clearfix:after{
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix{
    clear: both;
    *zoom: 1;
    position: relative;
}

br {
    clear: both;
}


