*{
    box-sizing: border-box;
}
img,figure,figcaption,form,iframe{
    max-width: 100%;
    max-height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}
html, body{
    /*display: block;*/
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    height: 100%;
    overflow-x: hidden;
}

body{
    color: rgba(227,214,206,1);
    background: rgba(42,31,24,1);
    font-size: 16pt;
    /*font-family: 'PT Sans','Roboto Condensed','Roboto Slab','Roboto', 'Open Sans','Open Sans Condensed';*/
    font-family: 'Roboto Slab', 'Open Sans', 'Lato', serif;
    font-weight: 100;
}

.pagecontent, .container, .clr, .spacer{
    display: block;
    float: none;
    clear: both;
}

.spacer{
    width: 100%;
    padding: 0;
    margin: 0.5em auto;
}

.spacer-mini{
    width: 100%;
    padding: 0;
    margin: 0.25em auto;
}

.pagecontent{
    width: 100%;
    padding: 0.25em;
    margin: 0 auto;
}

.container{
    padding: 0;
    max-width: 100%;
    width: 980px;/*98%;*/
    margin: 0 auto;
}

.clr{
    height: 1px;
    overflow: hidden;
}

.odstep{
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    margin: 0;
    /*background: rgba(255,255,255,0.5);*/
}

#page_bgr{
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    z-index: -3;
    background-position: top center;
    background-size: cover;
    filter:  sepia(70%) blur(5px) opacity(0.25);
}
.news{
    font-size: 75%;
}
.news h3{
    font-size: 110%;
}
article img, article iframe{
    border: 1px solid rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.75);
}
blockquote{
    padding: 0;
    margin: 1em 2em 2em 2em;
    font-style: italic;
}
.news img, article img{
    filter: sepia(70%);
}
/*odnosniki*/
a:link, a:visited{
    color: inherit;
    padding: 0 0.25em;
}

a:hover, a:focus, a:active{
    text-decoration: none;
    /*    background: rgba(0,0,0,0.125);
        -webkit-transition: 5ms,  ease-in 1s;
        transition: 5ms,  ease-in 1s;*/
}
.bt, a.bt:link, a.bt:visited{
    display: table;
    padding: 0.5em;
    margin: 0;
    background: rgba(0,0,0,0.5);
    border: 1px solid rgba(0,0,0,1);
    text-decoration: none;
}
a.bt:hover{
    background: rgba(0,0,0,0.75);
    -webkit-transition: 5ms,  ease-in 1s;
    transition: 5ms,  ease-in 1s;
}

/*naglowki*/
h1,h2,h3,h4,h5{
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', 'Lato', 'Roboto Slab', serif;
    font-weight: 300;
}

h1{
    font-size: 200%;
}

h2{
    font-size: 180%;
}

h3{
    font-size: 160%;
}

h4{
    font-size: 140%;
}

h5{
    font-size: 120%;
}

#logo{
    padding: 0;
    margin: 0 auto;
    width: 250px;
}

#header{
    position: relative;
}

.bg-top{
    display: block;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    background: url('../../content/uploads/top_bgr.jpg') center;
    background-size: cover;
    filter: sepia(50%);
    z-index: -1;
}

#footer{
    background: rgba(18, 13, 7,0.85);
    color: rgba(241, 231, 218,0.85);
    font-size: 85%;
}

#footer *{
    list-style: none;
    padding: 0;
}

#up{
    display: block;
    position: fixed;
    bottom: 1em;
    right: 1em;
    z-index: 30000;
}

.srodek{
    text-align: center;
}

.prawa{
    text-align: right;
}

table{
    display: table;
    max-width: 90%;
    border: 1px solid rgba(255,255,255,0.25);
    padding: 0.25em;
    margin: 0 auto 1em;
}
th, td{
    padding: 0.5em;
    margin: 0;
    border: 0;
}
th{
    text-align: center;
}
tr:last-child  td , tr:last-child  th {
    border:0;
}

tr td, tr th{
    border-bottom: 1px solid rgba(255,255,255,0.25);
}
tr:nth-child(2n+1){
    background: rgba(0,0,0,0.25);
}