* {
	outline:none !important;
}
html {
	height: 100%;
    margin: 0px;
}
body {
 	overflow-x:hidden;
 	width:100%;
 	display:inline-block;
 	height:100%; 
 	background:#00042a;
	font-family:NotoSerifGeorgian, sans-serif;
}  
.container {
	width:1600px;
}
.container p {
	margin-bottom:35px;
}

.MainDiv {
	display:inline-block;
	width:100%;
	height:100%;
}
.MainDiv .container {
	background:url('../img/right_1.png') repeat-y;
	background-position:right;
	min-height:100%;
	padding-top:55px;
	padding-bottom:55px;
}
.MainDiv .SidebarLeft {
	
}
.MainDiv .SidebarLeft .Logo {
	display:inline-block;
	width:332px;
	height:162px;
	background:url('../img/logo.png') no-repeat;
} 
.MainDiv .SidebarLeft .BooksImage {
	margin-top:40px;
	width:360px;
}
.MainDiv .SidebarLeft .BooksImage img {
	width:100%;
}

.ContentDiv {
	display:inline-block;
	width:100%; 
}

.ContentDiv .Text {
	color:#c9e8f7;
	font-size:16px; 
	line-height:26px;
	font-family:NotoSerifGeorgian, sans-serif;
}
.ContentDiv .Text .Images {
	display:inline-block;
	width:100%;
	margin-top:70px;
}
.ContentDiv .Text .Images img {
	margin-right:30px;
	width:150px;
}
 

.ContactDiv {
	display:inline-block;
	width:100%;
	margin-bottom:90px;
}
.ContactDiv .List {
	display:inline-block;
	width:370px;
	float:left;
}
.ContactDiv .List a {
	display:inline-block;
	width:100%;
	color:#fff;
	font-size:18px;
	text-decoration:none;
	margin-bottom:10px;
	font-weight:bold;
	font-family:Verdana;
}
.ContactDiv .List a .Icon {
	display:inline-block;
	width:35px;
}
.ContactDiv .List a i {
	margin-right:15px; 
}

.ContactDiv .Logo2 {
	width:88px;
	height:88px;
	display:inline-block;
	background:url('../img/logo_2.png');
	margin-top:-15px;
}

.Language {
	display:inline-block;
	float:right; 
	margin-top:15px;	
}
.Language a {
	color:#a9a9ac;
	text-decoration:none;
	height:30px;
	line-height:26px;
	border:solid #a9a9ac 1px;
	display:inline-block;
	padding:0 10px;
	transition:0.3s;
	font-family:NotoSerifGeorgian, sans-serif;
}
.Language a:hover {
	background:#54332a;
	color:#fff;
	border:solid #704e44 1px;
}






#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:#00042a; 
	z-index:999999; 
} 
#status {
	width:332px;
	height:162px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url('../img/logo.png') no-repeat;
	background-repeat: no-repeat;
	background-position: center;
	margin: -80px 0 0 -166px;
}



