@charset "utf-8";
/* CSS Document */
/*
Colors:
    Orange: f28700
    Red: b51c1c
*/
*,*:before,*:after{
	box-sizing: border-box;
}
html, body{
    font-family: "Arial CE", Arial, "Verdana CE", Verdana, sans-serif;
    font-size: 13px;
    color: #4f4f4f;
}
h1, h2, h3, h4, h5, h6{
    color: #333;
}
h1{
    font-weight: 400;
    font-size: 18px;
}
h2{
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 14px;
}
h3{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 14px;
}
strong{
    font-weight: 700;
}
a {
    color: #00599B;
}
p{
    margin-bottom: 18px;
}
.container{
    width: 1010px;
    max-width: 1010px;
}
.body > .container{
    background: #fff;
    border: none;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
    padding: 0 10px;
    width: 1010px;
    max-width: 1010px;
    box-shadow: none;
}
.body > .container:before,
.body > .container:after{
    position: absolute;
    content: '';
    z-index: -1;
    top: 0;
    height: 100%;
    width: 50px;
    max-height: 80%;
    background-size: 100% 100%;
}
.body > .container:before{
    background-image: url('../img/container-before.jpg');
    right: 100%;
}
.body > .container:after{
    background-image: url('../img/container-after.jpg');
    left: 100%;
}
header.header{
    height: 178px;
    background-size: cover;
    background-position: center center;
    text-align: right;
}
header.header .header-inner{
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
}
header.header .header__left{
    width: 30%;
    padding: 10px 20px;
    text-align: left;
}
header.header .header__right{
    text-align: right;
    width: 70%;
    align-self: flex-end;
    padding: 10px 20px;
}
header.header .header-title{
    font-size: 30px;
    font-weight: 200;
    color: #fff;
    text-decoration: none;
    font-family: 'Work Sans', sans-serif;
}


.related ul {
    list-style: none;
   
}
.related ul li {
    padding-left: 20px;
    margin-bottom: 2em;
    background: url(../img/odrazka-sipka-modra.gif) 0px 4px no-repeat;
}
.odd td {
    background: url("../img/dots.gif") repeat-x scroll left bottom #EEEEEE;
}
th {
    background: none repeat scroll 0 0 #555555;
    color: #FFFFFF;
    font-weight: normal;
    text-align: left;
}

th, td {
    padding: 7px 15px;
    vertical-align: top;
}