body {
	font-size: 16px;
	font-family: 'Titillium Web', sans-serif !important;
	color: #424242;
}

a {
	text-decoration: none;
	outline: 0 !important;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.wrapper {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.flexBox {
	display: -webkit-flex;
	display: flex;
}

.flexWrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexAlignStart {
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.flexAlignCenter {
	align-items: center;
	-webkit-align-items: center;
}

.flexAlignEnd {
	align-items: flex-end;
	-webkit-align-items: flex-end;
}

.flexJustifyAround {
	justify-content: space-around;
	-webkit-justify-content: space-around;
}

.flexJustifyBetween {
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.flexJustifyCenter {
	justify-content: center;
	-webkit-justify-content: center;
}

.flexJustifyEnd {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}

.flexJustifyBC {
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.padding20 {
	padding: 5px 10px;
}

.space45 {
	height: 45px;
}

.a-underline {
	text-decoration: underline;
}

#top {
	min-height: 105px;
	background: url(../images/header.jpg) no-repeat top center;
	background-size: cover;
}

#top .logo {
	margin: 10px 5px;
}

#top .title {
	color: #25559b;
	font-size: 18px;
	margin: 30px 50px 0 50px;
	font-weight: 600;
	text-transform: uppercase;
	max-width: 450px;
}

#top .lang {
	margin: 5px;
}

#top .lang .search {
	float: right;
	margin: 10px 20px 0 0;
}

#top .lang ul {
	list-style: none;
	padding: 0;
	margin: 5px 0;
	text-align: right;
	float: right;
}

#top .lang ul li:first-child:before {
	content: "";
	padding: 0;
}

#top .lang ul li:before {
	content: " | ";
	padding: 0 5px;
	font-size: 12px;
}

#top .lang ul li {
	display: inline;
	font-size: 14px;
	vertical-align: middle;
}

#top .lang ul li a {
	color: #282828;
	font-size: 14px;
	vertical-align: middle;
}

#top .lang ul li a:hover,
#top .lang ul li a.active {
	color: #de291a;
}

#top .lang form {
	position: relative;
	float: right;
	display: none;
}

#top .lang form input[type=text] {
	padding: 5px 30px 5px 5px;
	width: 180px;
}

#top .lang form input[type=image] {
	position: absolute;
	top: 5px;
	right: 5px;
}

header {
	position: relative;
}

header #banners {
	width: 100%;
	height: 446px;
}

header #banners a,
header #banners img {
	width: 100%;
	height: 100%;
}

header nav {
	background-color: #25559b;
	width: 100%;
	min-height: 56px;
	position: absolute;
	top: 0;
	z-index: 200;
	display: block;
}

header nav ul {
	list-style: none;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	padding: 0 10px;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

header nav ul.de li a,
header nav ul.de li a:focus,
header nav ul.de li a:active,
header nav ul.ru li a,
header nav ul.ru li a:focus,
header nav ul.ru li a:active {
	font-size: 15px;
}

header nav ul li {
	padding: 20px 10px;
}

header nav ul li.active,
header nav ul li:hover,
header nav ul li:focus,
header nav ul li:active {
	background-color: #3d8bff;
}

header nav ul li a:active,
header nav ul li a:focus,
header nav ul li a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}

header nav ul li a:hover {
	color: #fff;
	text-decoration: none;
}

header .guide {
	position: absolute;
	right: 0;
	width: 292px;
}

header .guide ul {
	display: list-item;
	text-align: center;
	padding: 0;
}

header .guide ul.en li a,
header .guide ul.de li a {
	font-size: 14px;
}

header .guide ul.ru li a {
	font-size: 12px;
}

header .guide ul li {
	padding: 25.5px 30px;
	display: block;
	background-color: rgba(200, 20, 5, 0.89);
	margin-bottom: 1px;
}

header .guide ul li:last-child {
	border-left: 145px solid transparent;
	border-right: 145px solid transparent;
	border-top: 20px solid rgba(200, 20, 5, 0.89);
	background-color: transparent;
	padding: 0;
	margin-top: -1px;
}

header .guide ul li:hover,
header .guide ul li:active,
header .guide ul li:focus,
header .guide ul li.active {
	background-color: rgba(255, 0, 0, 0.89);
}

header .guide ul li:hover:last-child,
header .guide ul li:active:last-child,
header .guide ul li:focus:last-child,
header .guide ul li.active:last-child {
	background-color: transparent;
}

header .guide ul li a {
	text-transform: uppercase;
	font-size: 18px;
}

header .guide ul li a:hover {
	text-decoration: none;
}

header .guide ul li ul li {
	padding: 0;
	border: none;
}

header .guide ul li ul li a {
	font-size: 12px;
}

header .guide ul.en li ul li a,
header .guide ul.ru li ul li a {
	font-size: 10px;
}

header .guide ul li ul li:last-child {
	border: none;
}

#panel {
	background-color: #e7eaf0;
	width: 100%;
	min-height: 200px;
}

#panel.de .item .top {
	font-size: 22px;
}

#panel.de .item .text {
	font-size: 14px;
}

#panel.ru .item .top {
	font-size: 22px;
}

#panel.ru .item .text {
	font-size: 12px;
}

#panel .item {
	text-align: center;
	margin: 15px 5px;
}

#panel .item .top {
	height: 50px;
	color: #25559b;
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
}

#panel .item .number {
	margin: 0 auto;
	background-color: #25559b;
	width: 27px;
	height: 27px;
	border-radius: 15px;
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
}

#panel .item .text {
	height: 90px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}

#panel .item .text span {
	font-size: 18px;
	font-weight: 600;
	color: #25559b;
}

#content {
	padding: 35px 0;
	color: #424242;
}

#content .banners {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	margin: 35px 0;
}

#content .banners img {
	max-width: 100%;
}

#content h1 {
	color: #25559b;
	font-size: 24px;
}

#content p {
	font-size: 15px;
}

#content ul li {
	font-size: 15px;
}

#content .left {
	padding: 15px;
	max-width: 730px;
}

#content .left .title, #content .right .title {
	font-size: 24px;
	color: #25559b;
	margin: 20px 0;
	font-weight: 100;
}

#content .left span.grey {
	font-size: 18px;
	color: #878787;
	margin: 15px 0;
	display: block;
}

#content .right {
	padding: 15px;
}

#content .right ul {
	padding-left: 25px;
	margin: 15px 0;
	color: #b8bfce;
}

#content .right ul li span {
	color: #424242;
}

footer {
	background-color: #424242;
	width: 100%;
	color: #c0c0c0 !important;
}

footer a {
	color: #c0c0c0;
}

footer a:hover {
	color: #c0c0c0;
}

footer .col1 {
	width: 290px;
	margin: 5px;
	color: #c0c0c0 !important;
}

footer .col {
	margin: 5px;
	color: #c0c0c0 !important;
}

footer .ytb {
	float: right;
	margin: 15px 0;
	color: #c0c0c0 !important;
}

footer .contact {
	display: block;
	width: 315px;
	height: 55px;
	border: 1px solid #7d7d7d;
	color: #c0c0c0;
	text-align: center;
	font-size: 24px;
	line-height: 55px;
}

footer .contact:hover {
	text-decoration: none;
}

footer .copyright {
	font-size: 14px;
	text-align: center;
	margin: 0;
	padding: 15px;
	color: #c0c0c0;
}

.glyphicon-menu-hamburger {
	font-size: 28px;
	color: #fff;
	cursor: pointer;
	display: none;
	margin: 14px auto;
	width: 28px;
	height: 28px;
}

@media screen and (min-width: 941px) {
	header nav ul {
		display: flex;
	}
	header .guide {
		display: block;
	}
}

@media screen and (max-width: 940px) {
	header nav ul {
		display: none;
		padding: 20px;
	}
	header nav ul li {
		text-align: center;
		padding: 5px;
	}
	.glyphicon-menu-hamburger {
		display: block;
	}
}

@media screen and (max-width: 840px) {
	.flexJustifyBC {
		justify-content: center;
		-webkit-justify-content: center;
	}
}

@media screen and (max-width: 768px) {
	#top .flexJustifyBetween {
		-webkit-justify-content: center;
		justify-content: center;
	}
}

@media screen and (max-width: 650px) {
	#top h1 {
		margin: 20px 5px;
	}
}