* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #ffffff url('../img/bg.jpg') repeat-y center center;
}

a {
    text-decoration: none;
    color: inherit;
}

.clear {
    clear: both;
    width: 100%;
}

.float_right {
    float: right;
}

.text_align_center {
    text-align: center;
}

.text_align_right {
    text-align: right;
}

a.button {
    color: #ffffff;
    width: 150px;
    height: 45px;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    font-family: GloberBold;
    text-transform: uppercase;
    background: #ffffff url('../img/more.png') no-repeat center center;
    background-size: cover;
    display: block;
}

a.button:hover {
    font-size: 14px;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.7);
    color: #EEEEEE;
}

#mainWarp {
    width: 1200px;
    margin: auto;
}

header {
    width: 100%;
    min-height: 90px;
}

nav {
    background-color: #ffffff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    z-index: 9999;
    line-height: 92px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

nav > ul {
    display: table;
    margin: auto;
}

nav > ul > li {
    display: inline-block;
}

nav > ul > li:not(.float_right) {
    border-top: 8px solid #ffffff;
}

nav > ul > li:not(.float_right):hover {
    border-top: 8px solid #555555;
    background-color: rgba(0, 0, 0, 0.05);
}

nav > ul > li.selected {
    background-color: rgba(0, 0, 0, 0.05);
    border-top: 8px solid #333333;
}

nav > ul > li > a {
    display: block;
    height: 100%;
    color: #000000;
    font-size: 1.2em;
    font-family: Ekibastuz;
    text-transform: uppercase;
    padding: 0px 15px 0px 15px;
}

header > div {
    width: 1200px;
    height: 580px;
    background: #ffffff url('../img/header_bg.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    margin: auto;
    top: 100px;
}

figure {
    position: absolute;
    top: 40px;
    left: 50%;
    margin: 0px 0px 0px -45px;
    width: 90px ;
    height: 150px ;
}

h1 {
    color: rgba(250, 250, 250, 0.85);
    position: absolute;
    top: 240px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 60px;
    font-family: UkBaltica;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 8px;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 3px 0px;
}

h1 > span {
    font-size: 66px;
    letter-spacing: 10px;
}

main > * {
    float: left;
}

article {
    width: 800px;
}

section {
    position: relative;
    width: 715px;
    margin: 30px 25px 0px 25px;
    padding: 30px 30px 45px 30px;
    font-family: Merriweather, sans-serif;
    background: #ffffff url('../img/shadow_news.png') no-repeat center bottom;
    background-size: 100%;
}

section:first-child {
    margin-top: 50px;
}

section:not(.news) > h3 {
    margin: 0px 0px 20px 35px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 24px;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
}

section:not(.news) > p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    line-height: 200%;
}

section:not(.news) > p:not(.text_align_center):not(.text_align_right) {
    text-align: justify;
}

section:not(.news) > p > * {
    line-height: 200%;
}

section > p:not(.noindent):first-letter {
    font-size: 20px;
    margin-left: 35px;
}

section:not(.news) img {
    width: 100%;
}

section > p a:not(.button):not(.more) {
    color: green;
    cursor: pointer;
}

section > p a:not(.button):not(.more):visited {
    color: grey;
}

section > p a:not(.button):not(.more):hover {
    color: darkgreen;
    background-color: rgba(50,205,50,0.8);
}

section > table {
    border-collapse: collapse;
    width: 100%;
}

section > table tr:nth-child(2n+1) {
    background-color: #eeeeee;
}

section > table tr:first-child {
    background-color: #cccccc;
}

section > table tr > td {
    border: 1px solid #dddddd;
    padding: 10px;
    vertical-align: top;
    font-size: 14px;
}

section > table tr > td a:not(.button):not(.more) {
    color: green;
    cursor: pointer;
}

section > table tr > td a:not(.button):not(.more):visited {
    color: grey;
}

section.news > div:first-child {
    color: #ffffff;
    position: absolute;
    top: -5px;
    left: 30px;
    width: 55px;
    height: 100px;
    padding-top: 10px;
    font-family: Verdana, sans-serif;
    background: #ffffff url('../img/checkbox.png') no-repeat center top;
    background-size: cover;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.35);
    line-height: 15px;
}

section.news > div:first-child > span {
    display: block;
}

section.news > div:first-child > span:nth-child(1) {
    font-size: 23px;
    line-height: 25px;
}

section.news > div:first-child > span:nth-child(2) {
    font-size: 13px;
}

section.news > div:first-child > span:nth-child(3) {
    font-size: 11px;
    line-height: 16px;
}

section.news > span {
    width: 100%;
    height: 125px;
    vertical-align: middle;
    display: table-cell;
    padding-left: 80px;
}

section.news > h3, section.news > a > h3 {
    display: table-cell;
    height: 64px;
    padding: 0px 0px 0px 90px;
    color: rgba(0, 0, 0, 0.75);
    font-size: 28px;
    cursor: pointer;
    vertical-align: middle;
}

section.news > img, section.news > a > img {
    width: 100%;
    margin: 30px 0px 0px 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

section.news > img:hover, section.news > a > img:hover {
    outline: 1px solid #000000;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

section.news > p {
    color: rgba(0, 0, 0, 0.8);
    margin: 20px 0px 25px 0px;
    font-size: 16px;
    line-height: 25px;
}

section.news > p > a.more{
    color: #888888;
}

section.news > hr {
    color: rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 1px;
    margin: 0px 0px 25px 0px;
    background-color: rgba(0, 0, 0, 0.15);
}

section.news > div:last-child {
    position: relative;
    width: 100%;
    height: 45px;
}

section.news > div:last-child > h5 {
    color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 25px;
    margin: 0px;
    font-size: 16px;
    font-family: Tahoma, sans-serif;
    font-weight: normal;
    line-height: 45px;
    letter-spacing: 0.3px;
    width: 200px;
}

section.news > div:last-child > .button {
    position: absolute;
    top: 0px;
    right: 0px;
}

aside {
    width: 275px;
    margin: 0px 0px 0px 45px;
}

aside > div {
    width: inherit;
    margin: 30px 0px 0px 0px;
    padding: 25px 25px 40px 30px;
    background: #ffffff url('../img/shadow_menu.png') no-repeat center bottom;
    background-size: 100%;
}

aside > div:first-child {
    margin: 50px 0px 0px 0px;
}

aside > div > h4 {
    color: rgba(0, 0, 0, 0.95);
    margin: 0px;
    font-size: 18px;
    font-family: HelveticaNeueCyr;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    line-height: 24px;
}

aside > div > hr {
    margin: 15px 0px 15px 0px;
    background-color: rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 1px;
}

aside > div > menu {
    list-style-image: url('../img/list_style.png');
}

aside > div > menu > li {
    padding: 5px 0px 5px 12px;
    color: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    font-family: Merriweather;
    line-height: 160%;
    letter-spacing: 0.4px;
}

aside > div > menu > li:hover {
    border-right: 5px solid rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.025);
}

aside > div > menu > li.selected {
    border-right: 5px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    background-color: rgba(0, 0, 0, 0.045);
}

footer {
    color: rgb(220, 220, 220);
    width: 100%;
    min-width: 1200px;
    height: 60px;
    margin-top: 50px;
    font-size: 18px;
    font-family: Calibri, sans-serif;
    background-color: rgb(70, 70, 70);
    text-align: center;
    line-height: 60px;
}
