* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

body {
	font-family: 'Roboto', sans-serif;
	color: #4f3b2b;
	font-size: 14px;
	background: #c3916c;
	font-weight: 500;
}

@font-face {
    font-family: albexbold; /* Гарнитура шрифта */
    src: url(../fonts/albexbold.ttf); /* Путь к файлу со шрифтом */
}

a {
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	text-decoration: none;
	cursor: pointer;
}

input, select {
	border: none;
	outline: none;
	font-family: 'Roboto', sans-serif;
}

::-webkit-input-placeholder { 
	color:#9c9c9c; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
:-moz-placeholder { 
	color:#9c9c9c; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
::-moz-placeholder { 
	color:#9c9c9c;  
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
:-ms-input-placeholder { 
	color:#9c9c9c; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}

input:focus::-webkit-input-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0; 
}
input:focus:-moz-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9);
	transform:scale(0.9); 
	opacity:0; 
}
input:focus::-moz-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0; 
}
input:focus:-ms-input-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0;
}

.hover {
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	cursor: pointer;
}

.hover:hover {
	-webkit-filter:brightness(1.2); 
	-moz-filter:brightness(1.2); 
	-o-filter:brightness(1.2); 
	filter:brightness(1.2); 
}
/*=======================================================*/
/*=======================================================*/
/*=======================================================*/
#general {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1920px;
	min-width: 1240px;
	height: 2094px;
	margin: 0 auto;
	background: url(../images/bg1.jpg) no-repeat center top 0, 
				url(../images/bg2.jpg) no-repeat center top 594px, 
				url(../images/bg3.jpg) no-repeat center top 1094px, 
				url(../images/bg4.jpg) no-repeat center top 1594px;
	overflow: hidden;
}

.wrapper {
	position: relative;
	display: block;
	width: 1240px;
	margin: 0 auto;
}
/*=======================================================*/
/*=======================================================*/
/*=======================================================*/
#section-1 {
	height: 430px;
}

#status {
	position: absolute;
	display: block;
	width: 100%;
	height: 146px;
	top: 150px;
	left: 0;
}

#status .item {
	position: relative;
	display: inline-block;
	width: 146px;
	height: 146px;
	margin-right: 30px;
	float: left;
}

#status .item:nth-child(2) {
	margin-right: 596px;
}

#status .item:nth-child(4) {
	margin-right: 0;
}

#status .item .title {
	position: relative;
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding-top: 38px;
	left: 0;
	text-align: center;
	color: #201808;
	font-size: 36px;
	font-family: albexbold;
	overflow: hidden;
}

#status .item .online {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	color: #575042;
	font-size: 14px;
	font-weight: 500;
	margin-top: 4px;
}

#status .item .online span {
	position: relative;
	display: block;
	font-weight: bold;
	font-size: 25px;
	color: #201808;
	margin-top: -5px;
}

#status .item .circle {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

#status .item.soon .title,
#status .item.soon .online {
	opacity: 0.44;
}

.logo {
	position: absolute;
	display: block;
	width: 212px;
	height: 230px;
	z-index: 5;
	top: 125px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/logo.png) no-repeat;
}

.logo:hover {
	background: url(../images/logo-hover.png) no-repeat;
}

.timerhello {
	position: absolute;
	display: block;
	width: 100%;
	height: 59px;
	line-height: 59px;
	text-align: center;
	bottom: 16px;
}

.timerhello .text,
.timerhello .second-my-content,
.timerhello .second-my-content .result,
.timerhello .second-my-content .result .item {
	position: relative;
	display: inline-block;
}

.timerhello .text {
	color: #201808;
	font-size: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}

.timerhello .text span {
	color: #601d00;
}

.timerhello .second-my-content .result .item .items {
	position: relative;
	display: inline-block;
	width: 59px;
	height: 59px;
	text-align: center;
	background: #e7d2a7;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #201808;
	font-family: albexbold;
	font-size: 36px;
}

.timerhello .second-my-content .result .item .name {
	color: #201808;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin: 0 12px 0 3px;
}
/*=======================================================*/
/*=======================================================*/
/*=======================================================*/
#section-2 {
	height: 340px;
}

.nav {
	position: absolute;
	display: block;
	width: 1213px;
	height: 31px;
	top: 30px;
	left: 0;
	right: 0;
	margin: auto;
}

.nav a {
	position: relative;
	display: inline-block;
	float: left;
	height: 31px;
	margin: 0 23px;
}

.nav a:nth-child(3) {
	margin-right: 522px;
}

.nav a img {
	position: relative;
	display: block;
}

.nav a:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-filter:brightness(1.2); 
	-moz-filter:brightness(1.2); 
	-o-filter:brightness(1.2); 
	filter:brightness(1.2); 
	-webkit-transform: scaleY(2.0);
    -moz-transform: scaleY(2.0);
    -o-transform: scaleY(2.0);
    transform: scaleY(2.0);
    -webkit-transition:all 0.2s ease; 
	-o-transition:all 0.2s ease; 
	-moz-transition:all 0.2s ease; 
	transition:all 0.2s ease;
}

.nav a:nth-child(1):before {
	background: url(../images/nav-1.png) no-repeat;
}
.nav a:nth-child(2):before {
	background: url(../images/nav-2.png) no-repeat;
}
.nav a:nth-child(3):before {
	background: url(../images/nav-3.png) no-repeat;
}
.nav a:nth-child(4):before {
	background: url(../images/nav-4.png) no-repeat;
}
.nav a:nth-child(5):before {
	background: url(../images/nav-5.png) no-repeat;
}

.nav a:hover:before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1.0);
    -moz-transform: scaleY(1.0);
    -o-transform: scaleY(1.0);
    transform: scaleY(1.0);
}

.start {
	position: absolute;
	display: block;
	width: 454px;
	height: 73px;
	background: url(../images/btn-start.png) no-repeat;
	top: 10px;
	left: -3px;
	right: 0;
	margin: auto;
}

.shares {
	position: absolute;
	display: block;
	width: 100%;
	height: 171px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.shares .item {
	position: absolute;
	display: inline-block;
	height: 171px;
}

.shares .item .title {
	position: relative;
	display: block;
	color: #120100;
	font-size: 28px;
	font-family: albexbold;
	line-height: 24px;
	padding-top: 42px;
	text-shadow: 0 0 10px rgba(255,255,255,0.4);
}

.shares .item .text {
	position: relative;
	display: block;
	color: #32261e;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	line-height: 14px;
	padding-top: 10px;
	text-shadow: 0 0 10px rgba(255,255,255,0.4);
}

.shares .item.left {
	top: 0;
	left: -25px;
	background: url(../images/ico-about-1.png) no-repeat center left;
	padding-left: 165px;
}

.shares .item.left .title,
.shares .item.left .text {
	text-align: left;
}

.shares .item.right {
	top: 0;
	right: -25px;
	background: url(../images/ico-about-2.png) no-repeat center right;
	padding-right: 165px;
}

.shares .item.right .title,
.shares .item.right .text {
	text-align: right;
}
/*=======================================================*/
/*=======================================================*/
/*=======================================================*/
#section-3 {
	height: 225px;
}

.news-slides {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -150px;
	width: 1540px;
}

.news-content {
	position: relative;
	display: inline-flex;
	height: 225px;
	left: -124px;
}

.news-content .news {
	position: relative;
	display: inline-block;
	width: 596px;
	height: 225px;
	background: #e7d2a7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
	margin-right: 0px;
	-webkit-transition:all 0.5s ease; 
	-o-transition:all 0.5s ease; 
	-moz-transition:all 0.5s ease; 
	transition:all 0.5s ease;
}

.news-content .news.left {
  	-webkit-transform: scale(0.83) perspective(1000px) rotateY(-40deg);
    -moz-transform: scale(0.83) perspective(1000px) rotateY(-40deg);
    -o-transform: scale(0.83) perspective(1000px) rotateY(-40deg);
    transform: scale(0.83) perspective(1000px) rotateY(-40deg);
}

.news-content .news.right {
  	-webkit-transform: scale(0.83) perspective(1000px) rotateY(40deg);
    -moz-transform: scale(0.83) perspective(1000px) rotateY(40deg);
    -o-transform: scale(0.83) perspective(1000px) rotateY(40deg);
    transform: scale(0.83) perspective(1000px) rotateY(40deg);
}

.news-content .news.left,
.news-content .news.right {
	filter: blur(2px);
	opacity: 0.6;
}

.news-slides .prev {
	position: absolute;
	display: block;
	opacity: 0.58;
	width: 75px;
	height: 75px;
	background: url(../images/prev.png) no-repeat;
	top: 0;
	bottom: 0;
	left: 50%;
	margin: auto;
	margin-left: -490px;
}

.news-slides .next {
	position: absolute;
	display: block;
	opacity: 0.58;
	width: 75px;
	height: 75px;
	background: url(../images/next.png) no-repeat;
	top: 0;
	bottom: 0;
	left: 50%;
	margin: auto;
	margin-left: 415px;
}

.news-slides .prev:hover,
.news-slides .next:hover {
	opacity: 1;
}

.news-content .news .frame {
	position: relative;
	display: block;
	width: 596px;
	height: 139px;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.news-content .news .frame img {
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	min-height: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition:all 2s ease; 
	-o-transition:all 2s ease; 
	-moz-transition:all 2s ease; 
	transition:all 2s ease;
}

.news-content .news:hover .frame img {
	-webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.news-content .news .title {
	position: relative;
	display: block;
	width: 570px;
	margin: 5px auto 2px;
	text-align: center;
	color: #120100;
	font-size: 28px;
	font-family: albexbold;
}

.news-content .news .title a {
	color: #120100;
	font-size: 28px;
	font-family: albexbold;
}

.news-content .news .title a:hover {
	text-decoration: underline;
}

.news-content .news .text {
	position: relative;
	display: block;
	width: 570px;
	margin: 0 auto;
	color: #4f3b2b;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}
/*=======================================================*/
/*=======================================================*/
/*=======================================================*/
#section-4 {
	height: 220px;
}

.premium {
	position: absolute;
	display: block;
	width: 100%;
	height: 125px;
	bottom: 0;
	left: 0;
}

.premium .text {
	position: absolute;
	display: inline-block;
	width: 345px;
	top: 32px;
	left: 0;
	color: #451905;
	font-size: 30px;
	font-family: albexbold;
	text-align: right;
	line-height: 33px;
}

.premium .text span {
	position: relative;
	display: block;
	color: #483731;
}

ul.bonus {
	position: absolute;
	display: block;
	width: 650px;
	left: 395px;
	height: 125px;
	top: 0;
}

ul.bonus li {
	position: relative;
    display: inline-block;
    float: left;
    padding: 85px 25px 0;
    min-width: 70px;
    text-align: center;
    color: #392d29;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    line-height: 13px;
}

ul.bonus li:nth-child(1) {
	background: url(../images/ico-prem-1.png) no-repeat center top 14px;
}
ul.bonus li:nth-child(2) {
	background: url(../images/ico-prem-2.png) no-repeat center top 12px;
}
ul.bonus li:nth-child(3) {
	background: url(../images/ico-prem-3.png) no-repeat center top 14px;
}
ul.bonus li:nth-child(4) {
	background: url(../images/ico-prem-4.png) no-repeat center top 14px;
}

.prem {
	position: absolute;
	display: block;
	width: 211px;
	height: 86px;
	top: 0;
	right: 18px;
	bottom: 0;
	margin: auto;
	background: url(../images/btn-prem.png) no-repeat;
}
/*=======================================================*/
/*=======================================================*/
/*=======================================================*/
#section-5 {
	height: 387px;
}

.about-server {
	position: relative;
	display: table;
	width: 100%;
	height: 387px;
	margin: 0 auto;
}

.about-server .item {
	position: relative;
	display: inline-block;
	float: left;
	width: 380px;
	height: 380px;
	background: url(../images/ico-server.png) no-repeat center;
}

.about-server .item:nth-child(2) {
	margin: 0 50px;
}

.about-server .item .frame {
	position: relative;
	display: block;
	width: 380px;
	height: 180px;
	margin: 0 auto;
}

.about-server .item .frame img {
	position: absolute;
	display: block;
	bottom: -22px;
	left: 0;
	right: 0;
	margin: auto;
}

.about-server .item .title {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	color: #5e422d;
	font-size: 18px;
	font-family: albexbold;
	margin: 12px auto 7px;
}

.about-server .item .text {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	color: #372e2c;
	font-size: 14px;
	font-weight: 500;
}

.about-server .item .link {
	position: relative;
	display: table;
	margin: 18px auto 0;
	color: #201b1a;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    border-bottom: 2px solid #201b1a;
}

.about-server .item .link:hover {
	border-bottom: 2px solid rgba(0,0,0,0);
}
/*=======================================================*/
/*=======================================================*/
/*=======================================================*/
#section-6 {
	height: 90px;
}

.send {
	position: absolute;
	display: block;
	width: 100%;
	height: 90px;
}

.send label {
	position: relative;
	display: inline-block;
	height: 90px;
	line-height: 90px;
	width: 455px;
	text-align: right;
	color: #e7d2a7;
	font-size: 24px;
	font-family: albexbold;
	float: left;
}

.send input[type="text"] {
	position: relative;
	display: inline-block;
	float: left;
	width: 435px;
	height: 50px;
	padding: 0 25px;
	background: url(../images/input.png) no-repeat;
	color: #958056;
	font-size: 18px;
	font-weight: 500;
	top: 20px;
	margin-left: 30px;
}

.send input[type="text"]::-webkit-input-placeholder { 
	color:#958056; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
.send input[type="text"]:-moz-placeholder { 
	color:#958056; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
.send input[type="text"]::-moz-placeholder { 
	color:#958056;  
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
.send input[type="text"]:-ms-input-placeholder { 
	color:#958056; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}

.send input[type="submit"] {
	position: relative;
	display: inline-block;
	width: 217px;
	height: 68px;
	background: url(../images/btn-send.png) no-repeat;
	float: left;
	top: 11px;
	margin-left: 18px;
}
/*=======================================================*/
/*=======================================================*/
/*=======================================================*/
#section-7 {
	height: 200px;
}

.go-start {
	position: absolute;
	display: block;
	width: 454px;
	height: 73px;
	background: url(../images/btn-start.png) no-repeat;
	top: 56px;
	left: -3px;
	right: 0;
	margin: auto;
}
/*=======================================================*/
/*=======================================================*/
/*=======================================================*/
#section-8 {
	height: 202px;
}

.logo-min {
	position: absolute;
	display: block;
	width: 100px;
	height: 101px;
	background: url(../images/logo-min.png) no-repeat;
	top: 20px;
	left: 0;
}

.copyright {
	position: absolute;
	display: inline-block;
	top: 42px;
	left: 134px;
	color: rgba(255,236,189,0.28);
	font-size: 12px;
}

.copyright span {
	position: relative;
	display: block;
	margin-bottom: 8px;
	color: rgba(255,236,189,1);
	font-size: 18px;
}

ul.nav-bottom {
	position: absolute;
	display: inline-block;
	top: 44px;
}

ul.nav-bottom span {
	position: relative;
	display: block;
	color: #ffecbd;
	font-size: 18px;
	font-family: albexbold;
	margin-bottom: 14px;
}

ul.nav-bottom li {
	position: relative;
	display: block;
	margin-bottom: 5px;
	color: #ffecbd;
	font-size: 14px;
	font-weight: 700;
}

ul.nav-bottom li a {
	position: relative;
	display: block;
	color: #ffecbd;
	font-size: 14px;
	font-weight: 700;
	text-decoration: underline;
}

ul.nav-bottom li a:hover {
	color: #fff;
	text-decoration: none;
}

ul.nav-1 {
	left: 553px;
}

ul.nav-2 {
	left: 828px;
}

ul.nav-2 li a {
	display: inline-block;
}

.pay {
	position: absolute;
	display: block;
	width: 152px;
	height: 81px;
	background: url(../images/ico-pay.png) no-repeat;
	top: 37px;
	right: 0;
}
/*=======================================================*/
/*=======================================================*/
/*=======================================================*/
#section-page {
	height: 471px;
}

.reg-block#section-page:before {
	content: '';
	position: absolute;
	display: block;
	width: 687px;
	height: 120px;
	background: url(../images/blur.png) no-repeat;
	top: 7px;
    left: 59px;
}

.register {
	position: relative;
	display: inline-block;
	width: 320px;
	float: left;
	margin-top: 55px;
	margin-left: 115px;
}

.register .title {
	position: relative;
	display: block;
	width: 304px;
	margin: 0 auto 22px;
	text-align: left;
	color: #201808;
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}

.register input[type="text"],
.register input[type="email"],
.register input[type="password"] {
	position: relative;
	display: block;
	width: 272px;
	height: 38px;
	background: #f9f9f9;
	border: 1px solid #d3d3d3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 auto 14px;
	padding: 0 15px;
	color: #9c9c9c;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}

.register .code {
	position: relative;
	display: block;
	margin: 0 auto 1px;
}

.register input[type="submit"] {
	position: relative;
	display: block;
	width: 320px;
	height: 71px;
	background: url(../images/btn-reg.png) no-repeat;
}

.game-files {
	position: relative;
	display: inline-block;
	float: left;
	width: 610px;
	margin-top: 55px;
	margin-left: 65px;
}

.game-files .title {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto 22px;
	text-align: left;
	color: #201808;
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}

.game-files .files-block {
	position: relative;
	display: block;
	width: 610px;
	height: 340px;
	padding-top: 15px;
	background: rgba(255,244,214,0.72);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.game-files .files-block .item {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto 14px;
}

.game-files .files-block .item span {
	position: relative;
	display: block;
	width: 560px;
	margin: 0 auto;
	color: #201808;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}

.game-files .files-block .item ul {
	position: relative;
	display: table;
	width: 572px;
	margin: 7px auto 0;
}

.game-files .files-block .item ul li {
	position: relative;
	display: inline-block;
	float: left;
}

.game-files .files-block .item ul li a {
	position: relative;
	display: block;
	color: #601d00;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    border-bottom: 2px solid #601d00;
    line-height: 15px;
    top: 23px;
    margin-right: 34px;
}

.game-files .files-block .item ul li a:hover {
	border-bottom: 2px solid rgba(0,0,0,0);
}

.game-files .files-block .item ul li:nth-child(1) a {
	position: relative;
	display: block;
	width: 251px;
	height: 63px;
	top: 0;
	font-size: 0;
	border: none;
}

.game-files .files-block .item:nth-child(1) ul li:nth-child(1) a {
	background: url(../images/btn-load-1.png) no-repeat;
}
.game-files .files-block .item:nth-child(2) ul li:nth-child(1) a {
	background: url(../images/btn-load-2.png) no-repeat;
}
.game-files .files-block .item:nth-child(3) ul li:nth-child(1) a {
	background: url(../images/btn-load-3.png) no-repeat;
}
/*=======================================================*/
/*=======================================================*/
/*=======================================================*/
#general-login {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1920px;
	min-width: 1240px;
	margin: 0 auto;
	background: url(../images/bg-login.jpg) no-repeat center top;
}

#login-logo {
	height: 290px;
}

.new-logo {
	position: absolute;
	display: block;
	width: 212px;
	height: 230px;
	z-index: 5;
	top: 40px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/logo.png) no-repeat;
}

.new-logo:hover {
	background: url(../images/logo-hover.png) no-repeat;
}

#login-block {
	display: table;
}

.login-files {
	position: relative;
	display: inline-block;
	float: left;
	width: 590px;
}

.login-files .files-title {
	position: relative;
	display: block;
	text-align: center;
	color: #0d0f18;
	font-size: 30px;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(255,255,255,1);
    margin: 0 auto 40px;
}

.login-files .item {
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	margin: 0 auto 25px;
}

.login-files .item .title {
	position: relative;
	display: block;
	margin: 0 auto;
	color: #ffffff;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-shadow: 0 0 25px rgba(0,0,0,1);
}

.login-files .item .link {
	position: relative;
	display: block;
	width: 251px;
	height: 63px;
	margin: 11px auto 0;
}

.login-files .item:nth-child(1) .link {
	background: url(../images/btn-load-1.png) no-repeat;
}
.login-files .item:nth-child(2) .link {
	background: url(../images/btn-load-2.png) no-repeat;
}
.login-files .item:nth-child(3) .link {
	background: url(../images/btn-load-3.png) no-repeat;
}

.login-form {
	position: relative;
	display: inline-block;
	float: left;
	margin-top: 48px;
	margin-left: 45px;
}

.nav-btn {
	position: relative;
	display: table;
	clear: both;
	margin: 0 auto 30px;
	padding-top: 30px;
}

.nav-btn a {
	position: relative;
	display: inline-block;
	width: 172px;
	height: 50px;
	background: url(../images/btn-nav.png) no-repeat;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin: 0 22px;
}

.nav-btn a:hover {
	color: #000;
	background-color: #fff; 
}