* {
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
}
LI {
    list-style: none;
}
IMG {
    border: none;
}
A {
    color: #244880;
}
A:hover {
	text-decoration: none;
    color: #ffad01;
}
H1, H3 {
    margin: -5px 0 20px;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 36px;
    font-weight: 400;
	text-transform: uppercase;
    line-height: 1;
    color: #1c366d;
}
H3 {
	margin: 0;
	font-size: 24px;
	text-transform: none;
	color: #244880;
}
a, #logo-header {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.h-title {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
    color: #244880;
}

#base {
    height: 100%;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
    color: #61666c;
}

#top-block {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 990px;
	height: 370px;
	border-bottom: 15px solid #bc2e1a;
	background-image: linear-gradient(to bottom, #244881, #0c284d);
	box-shadow: inset 0 -15px 0 0 #ffad01;
	z-index: -1;
}

.container {
    width: 940px;
    min-width: 94px;
    height: 100%;
    margin: 0 auto;
    padding: 0 25px;
}

/*-------------------------HEADER-------------------------*/

.header {
    float: left;
    width: 100%;
    padding-top: 49px;
    height: 336px;
	background: url(img/david.png) 60% 0 no-repeat;
}

#data-header {
    float: left;
    margin-top: 131px;
}
#data-header h1 {
	margin-bottom: 20px;
	font-size: 48px;
	text-transform: none;
	text-shadow: 0 0 1px #f5fdff;
	color: #fff;
}
#data-header p {
	font-size: 24px;
	line-height: 1.2;
	color: #fff;
}
#data-header p:first-of-type {
    font-weight: 700;
	text-transform: uppercase;
}

#lang-header {
	float: right;
}
#lang-header ul li {
	float: left;
	margin-left: 12px;
}
#lang-header ul li a {
	display: block;
	font-size: 16px;
	color: #7b99d0;
}
#lang-header ul li a:hover, #lang-header ul li.lang-active a {
	color: #fff;
}

#logo-header {
	clear: right;
    float: right;
	margin-top: 145px;
}
#logo-header:hover {
    opacity: 0.7;
}
#logo-header a {
	display: block;
}
#logo-header a img {
	display: block;
	clear: right;
	float: right;
	margin-bottom: 5px;
}

/*-------------------------CONTENT-------------------------*/

.content {
    float: left;
    width: 100%;
    margin-top: 50px;
}
#left-content {
    float: left;
    width: 213px;
	margin-left: 15px;
}
#middle-content {
    float: right;
    width: 650px;
}
#middle-content p {
    margin-top: 20px;
}
#middle-content p:first-child {
    margin: 0;
}

#middle-content .preparat {
	float: right;
	width: 45%;
}
#middle-content .preparat:first-of-type {
	float: left;
}
#middle-content .preparat img {
	display: block;
	margin: 40px 0 55px 15px;
}
#middle-content .preparat:first-of-type img {
	margin-left: 25px;
}

/*----------------------BREADCRUMBS---------------------*/

.breadcrumbs {
	display: none;
}

/*-------------------------MENU-------------------------*/

.content-menu {
    position: relative;
    float: left;
    width: 100%;
}
.content-menu > li {
    float: left;
    width: 100%;
    margin-top: 28px;
}
.content-menu > li:first-child {
    margin: 0;
}
.content-menu li a {
    display: block;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 28px;
}
.content-menu > li > a.active-li {
    color: #7796ce;
}

/*------------------------CONTACTS (FEEDBACK)------------------------*/

.disqus {
    width: 580px;
}
.disqus .label {
    display: block;
    float: left;
    width: 100%;
    padding: 3px 0 2px;
}
.disqus .comment {
    width: 65%;
    margin-bottom: 5px;
}
.disqus input, select, textarea {
    outline: none;
    margin-bottom: 3px;
    padding: 5px 10px;
    border: 1px solid #244880;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #61666c;
}
.disqus input:focus, textarea:focus {
    border-color: #7796ce;
}
textarea {
    resize: none;
    height: 80px;
}
.disqus .input-validation-error {
    border: 1px solid #f00;
}
.disqus .send-error {
    display: block;
    clear: both;
    float: right;
    padding: 5px 0;
    font-size: 12px;
    color: #f00;
}
.disqus .button {
    user-select: none;
    margin-top: 5px;
    border: none;
    background: #244880;
    padding: 7px 15px;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}
.disqus .button:hover {
    background: #7796ce;
    cursor: pointer;
}

/*---------------------------NEWS---------------------------*/

.news LI {
	display: block;
	float: left;
	width: 100%;
	margin-top: 15px;
}
.news LI:first-child {
	margin: 0;
}
.news IMG {
	float: left;
	margin: 0 20px 5px 0;
}
.news LI A {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
}
.news .news-date {
	display: block;
	margin: 5px 0 2px;
	font-size: 14px;
	color: #000;
}
#middle-content .news p {
	margin-top: 10px;
}

/*-------------------------PAGING-------------------------*/

.paging {
    display: inline-block;
    width: 100%;
    height: 30px;
    margin-top: 20px;
}
.paging li {
    float: left;
    margin-right: 10px;
    font-size: 19px;
}
.paging li a {
    font-size: 19px;
    text-decoration: none;
}

/*-------------------------FOOTER-------------------------*/

.footer {
    width: 970px;
    height: 100px;
    margin: 76px 0 0 -30px;
    padding-top: 26px;
	border-top: 2px solid #244880;
}

#copyright-footer {
    float: left;
}

#creator-footer {
    float: right;
}
#creator-footer a {
	text-decoration: none;
}

@media only screen and (max-width: 1024px) {
	.footer {
		width: 940px;
		margin-left: 0;
	}
}