*{ 
	
	font-family: Andale Mono, monospace;
	margin: 0;
	padding: 0;
}
a{
	color: #ffba00;
}

.five-block{
	color: #ffe900;
	
	
	text-transform: uppercase;
	font-family: Andale Mono, monospace;
	font-size: 15px;
	text-align: center;
	
}

.five-block p{
	color: #ffe900;
	
	text-shadow: -3px 0px 3px black, 0 0 5em red;

	
}



::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:6px;
height:0px
}

::-webkit-scrollbar-track {
background-color:#32312e;
box-shadow:0px 0px 3px #000 inset;
border-radius: 20px
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 5px;
border-radius: 5px;
background-color:#344868;
box-shadow:0px 1px 1px #fff inset;
background-image:url('https://yraaa.ru/_pu/24/59610063.png');
background-position:center;
background-repeat:no-repeat;
}

::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:7px;
height:0px
}

::-webkit-scrollbar{
width: 11px;
}
body{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	background: #18344c url("../img/promo-d.png") center/contain;
	animation: bg-animation 25s ease-in-out infinite;
}
.header{
	background: #344868;
	height: 90px;
	position: relative;
	z-index: 3;
}
.container{
	max-width: 1280px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	height: 100%;
}
.header .container{
	overflow: visible;
}
.logoimg{
	display: block;
	height: auto;
	width: 215px;
	display: block;
	max-width: 100%;
}
.menu{
	margin: auto 0 auto 0;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}

.headerbutton:hover{
	float: left ;
	cursor: pointer;
	box-shadow: 0 0 5px 5px #e1b94e;
	transition: 0.3s;
}
.headerbutton{
	float: left ;
	margin: 0 10px;
	padding: 10px;
	text-transform: uppercase;
	font-size: 17px;
	border-radius: 3px;
	background: radial-gradient(at bottom, #e1b94e, #dd8813);
	color: #1f415e;
	text-align: center;
	box-sizing: border-box;
	max-width: 200px;
	text-decoration: none;
}
.footerlogo{
	height: 50px;
}
.footer{
	background: #344868;
	padding: 20px;
}
.footer p{
	color: #fff;
	margin: 0px;
}
.footer .title{
	color: #ffb400;
	font-size: 17px;
	height: 50px;
	text-transform: uppercase;
}
.body{
	min-height: 510px;
}
.footer .container{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.footer .container>div{
	padding: 0px 5px;
	box-sizing: border-box;
	max-width: 50%;
}
.footer .row,.footer .row a{
	color: #bccbee;
	font-size: 18px;
	padding: 0 0 5px 0px;
	text-decoration: none;
}
.footer a img{
	max-width: 100%;
}
.rblock{
	display: flex;
	flex-direction: column;
	/* justify-content: right;*/
}
.rblock .headerbutton{
	margin: 10px auto;
	width: 100%;
	font-size: 14px;
}
.announce{
	
	display: flex;
}





.x50_style{
	
	margin-top: 50px;
}

.five-block{
	width: 100%;
	height: 630px;
	background: url("../img/new_fon_03.png") center/auto no-repeat;
	
	/*border: 3px solid #fff;
	
	
	margin-top: 222px;
	margin-right: -150px;
	
	*/
	
	margin: auto;
}

.textinblock,.textinblock_2{
	margin-top: 5%;
	color: #fff;
	text-transform: uppercase;
	width: 45%;
	font-family: Andale Mono, monospace;
	font-size: 20px;
	font-weight: 605;
}


.block_info{
	
	/*border: 3px solid #222;*/
	width: 100%;
	
	color: #fff;
	text-transform: uppercase;
	
	font-family: Andale Mono, monospace;
	font-size: 20px;
	font-weight: 605;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}

table{
	width: 100%;
	height: 250px;
	
	border-collapse: collapse;   /*убираем пустые промежутки между ячейками*/
	border: 3px solid grey;    /*устанавливаем для таблицы внешнюю границу серого цвета толщиной 1px*/
}
th {
   border: 2px solid grey;
}
td {
   border: 1px solid grey;
}

.elf_amg_2{
	width: 250px;
	height: 300px;
	display: flex;
	position: absolute;
  left: 33%;
  bottom: 0;
  margin: auto;
}
.first-block{
	width: 100%;
	min-height: 375px;
	position: relative;
	background: url("../img/lineage-3.png") top/1080px fixed no-repeat, 
	url("../img/logobackgr.png") top left 45%/400px 400px fixed no-repeat;
	
}
.first-block .promo_img{
	bottom: 0px;
	animation: 3s linear 0s normal none infinite running rot2;
	-webkit-animation: 3s linear 0s normal none infinite running rot2;
	z-index: 1;
	width: 100%;
	left: 0;
	right: 0;
	position: absolute;
	
}
.promo_img.shadow{
	z-index: -2;
	opacity: 0;
	animation: 3s linear 0s normal none infinite running rot1;
	-webkit-animation: 3s linear 0s normal none infinite running rot1;
}

.first-block #start_timer{
	display: flex;
	text-align: left;
	z-index: 2;
}
#start_timer .start_timer_text{
	margin: auto;
	background: rgba(135, 151, 168, 0.75);
	border-radius: 15px;
	font-size: 24px;
	padding: 10px;
	font-weight: 600;
	max-width: max-content;
}
#start_timer .start_timer_text .first_row_t{
	color: #113656;
}
#start_timer .start_timer_text .second_row_t{
	color: #fff;
	font-size: 18px;
	display: flex;
	flex-direction: row;
}
#start_timer .start_timer_text .second_row_t .second_d_row_t{
	margin: auto;
	line-height: 1em;
}
.second_d_row_t:first-child{
	font-size: 22px;
}

@keyframes rot1 {
	50%{
		filter: saturate(275%);
		opacity: 1;
		transition: 1s;
	}
} 
@keyframes rot2 {
	50%{
		filter: saturate(175%);
	}
} 
.first-block{
	padding: 50px 10% 70px 10%;
	z-index: 2;
	position: relative;
}

.text{
	width: 350px;
	padding: 5px 10% 5%;
	z-index: 3;
	
	/*position: relative;*/
	/*border: 4px double white;*/
}



.first-block{
	width: 100%;
	
	font-family: Andale Mono, monospace;
}


.text2inblock{
	font-size: 28px;
	margin-left: 20px;
	color: #fff;
}
.defaluttext{
	margin-top: 30px;
	color: #fff;
	font-size: 18px;
}
.first-block .headerbutton{
	margin: 0px 0;
}
.servers_list .server{
	position: relative;
	margin: 5px;
	margin-bottom: 18px;
	height: 35px;
	width: 250px;
}
.servers_list{
	display: flex;
	position: absolute;
	bottom: 0px;
	z-index: 1;
	flex-wrap: wrap;
	margin-left: -35px;
	/*border: 2px solid yellow;*/
}
.server .sico{
	position: absolute;
	left: 7px;
	top: 13px;
	z-index: 1;
}
.server .sprogress{
	z-index: 1;
	position: relative;
	margin-top: 10px;
	width: 100%;
} 
.server .sprogress_line{
	position: absolute;
	top: 24px;
	left: 45px;
	z-index: 0;
	height: 15px;
	width: 0px;
	max-width: 205px;
}
.server .name{
	position: absolute;
	top: 0px;
	left: 45px;
	color: #dbdace;
	font-size: 12px;
	font-weight: 600;
}
.slider-slide img{
	position: relative;
	width: 100%;
	max-width: 100%;
}
.second-block{
	display: block;
	position: relative;
	width: 100%;
}
.third-block{
	/* margin: 10px 0px; */
	width: 100%;
	
}
.third-block .wrap{
	display: flex;
	flex-wrap: wrap;
	
	
}
.hr{
	margin: 10px 0px;
	height: 3px;
	width: 100%;
	background: #ffffff;
	background: -webkit-radial-gradient(circle, #ffffff 0%, #1e2d3a 100%);
	background: radial-gradient(circle, #ffffff 0%, #1e2d3a 100%);
}
.third-block .column{
	width: 80%;
	display: flex;
	flex-wrap: wrap;
}
.forumitem{
	position: relative;
	display: flex;
	padding: 10px 20px;
	width: 33%;
	border-radius: 15px;
	box-sizing: border-box;
	margin: auto;
}
.forumitem .book{
	position: absolute;
	left: 0px;
	top: 2px;
}
.forumitem .img{
	width: 20%;
	position: relative;
}
.forumitem .img>img{
	width: 100%;
}
.forumitem .info{
	width: 80%;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	font-weight: 600;
	margin-left: 5px;
}
.info div{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.info .title,.info .title a{
	color: #c6d5f9;
	text-decoration: none;
}
.info .autor, .info .autor a{
	color: #ffb400;
	text-decoration: none;
}
.goforum{
	width: 20%;
	margin: auto;
	text-align: center;
}
.four-block{
	background: url("../img/welcom05.png") center/auto fixed no-repeat;
	width: 100%;
	min-height: 550px;
	position: relative;
	
	/*border: 2px solid yellow;*/
}

.five-block .title, .four-block .title{
	text-transform: uppercase;
	font-family: Andale Mono, monospace;
	font-size: 36px;
	text-align: center;
	margin: auto;
	color: #fff;
}
.four-block .title{
	font-size: 42px;
}
.four-block .column .title{
	font-size: 20px;
}
.four-block .column{
	width: 40%;
	
	font-family: Andale Mono, monospace;
}
.four-block p{
	margin-top:  10px;
	color:  #e6efed;
	
	 text-shadow: -3px 0px 3px black, 0 0 5em red;
}
.four-block .wrap{
	padding: 2%;
}
.four-block .row{
	/* display: flex; */
	justify-content: space-between;
}
.four-block .row:last-child{
	margin-top: 3%;
}



.streamrow{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/* margin: 20px 0px; */
	height: 500px;
}
.streamrow .stream{
	width: 23%;
	margin: auto;
	margin-left: 8%;
	
}
.streamrow .stream img{
	width: 100%;
	height: auto;
}
.five-block .title{
	margin: 10px auto;
}
.slick-slide{
	max-width: 100%;
}
.forumitem:hover{
	box-shadow: 0 0 5px #3978ae;
	transition: 1s;
}
.forumitem:hover .sphere{
	transform: rotate(180deg);
	transition: 3s;
}
.modal-windows{
	display: grid;
	place-items: center;
}
.modal-windows .overlay{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 3;
}
.modal{
	position: fixed;
	width: 768px;
	height: auto;
	top: 10%;
	left: 50%;
	z-index: 4;
	background: rgba(30, 45, 58, 0.5);
	box-shadow: 0 0 5px 5px #3978ae;
	border-radius: 15px;
	padding: 5px 25px;
	box-sizing: border-box;
	max-height: calc(90vh - 10%);
	overflow: auto;
	transform:translate(-50%, -0%);
}
.modal .modal-header{
	color: #cad9fd;
	font-size: 32px;
}
.modal .modalclose{
	position: absolute;
	right: 10px;
	top: 0px;
	font-size: 60px;
	line-height: 30px;
	color: #ffb400;
	cursor: pointer;
}
.modal .modal-body .descr{
	text-align: center;
	color: #cad9fd;
}
.descr a{
	color: #cad9fd;	
}
.modal .modal-body form{
	margin: 10px 50px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.modal .modal-body{
	margin: 20px 10px;
}
.modal .modal-body form .row{
	display: flex;
	flex-direction: row;
	margin: 5px;
}
.modal .modal-body form .column{
	width: 50%;
	color: #cad9fd;
	font-size: 18px;
	text-align: left;
}
.modal .modal-body form .column span{
	font-size: 14px;
}
.modal .modal-body form input{width: 70%;}
.modal .modal-body form select{width: 71%;}
form select option{
	color: #1f415e;
}
.modal .modal-body form input:not(.headerbutton), .modal .modal-body form select{
	background: none;
	border-bottom: 1px solid #3978ae !important;/*для select*/
	height: 30px;
	font-size: 20px;
	color: #cad9fd;
}
.modal .modal-body form input, .modal .modal-body form select{
	border: none;
	margin: auto;
}
.modal .row.title, #static .title{
	color: #cad9fd;
	margin: auto !important;
	font-size: 22px;
	text-align: center;
}
#static .content{
	color: #cad9fd;
	font-size: 18px;
	margin: 10px;
}
#static .content a{
	color: #cad9fd;
}
#static .content img{
	width: 100%;
	height: auto;
}
#static .content iframe{
	width: 100%;
}
.headerbutton a{
	text-decoration: none;
	color: #1f415e;
}
.stream a{
	position: relative;
	display: flex;
}
.stream a:hover{
	cursor: pointer;
}
.stream a:hover:before{
	opacity: 1;
	transition: 1s;
}
.stream a:before{
	content: " ";
	background: url("../img/yt_hover.png") center/50% no-repeat;
	width: 100%;
	position: absolute;
	height: 100%;
	margin: auto;
	text-align: center;
	opacity: 0;
}
#video-modal iframe{
	width: 100%;
	height: 315px;
}
@keyframes bg-animation {
	0% {
		background-position: 50% 50%
	}
	20% {
		background-position: 0 50%;
	}    
	40% {
		background-position: 20% 80%;
	}
	60% {
		background-position: 60% 10%;
	}
	80% {
		background-position: 40% 70%;
	}    
	100% {
		background-position: 50% 50%
	}
}








#naviga-zoraned {
  position:relative;
}
.gresazopan {
  display: block;
  margin: auto;
  padding: 0;
  font-size: 13px;
}
.gresazopan>li{
	transform: rotate(0deg) scale(1.001) skew(-12deg) translate(0px);
}
.gresazopan li{
	text-align: center;
	color: #cad9fd;
	font-size: 17px;
	padding: 5px;
	text-transform: uppercase;
	position: relative;

  display: inline-block;
  position: relative;
  z-index:10;
}
.gresazopan li img {
  vertical-align: top;
  display: inline-block;
}

.gresazopan li a {
  /* font-weight: bold; */
  text-decoration: none;
  margin: 0px 5px;
  padding: 2px 2px;
  display: block;
  color: #cad9fd;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.gresazopan>li>a {
		transform: rotate(0deg) scale(1.001) skew(12deg) translate(0px);
}
.gresazopan li:hover, .gresazopan li:hover {
  background: #b5c6d5;
}
.gresazopan li a:hover, .gresazopan li:hover > a{
	color: #1f415e;
}
.gresazopan ul {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
	top: 34px;
	left: 11px;
  background: #adb1b9;
  opacity: 1;
  z-index: 100;
}
.gresazopan ul li {
  display:block;
  float: none;
  background:none;
}

.gresazopan ul li a {
  font-weight: normal;
  display: block;
  color: #1f415e;
}
.gresazopan ul li a:hover, .gresazopan ul li:hover > a {
}

.gresazopan li:hover > ul{
  display: block;
  transform: rotate(0deg) scale(1.001) skew(12deg) translate(0px);
}
.gresazopan ul ul {
  left: 149px;
  top: 0px;
}

#kantovkam,.gresazopan .imginm,.closemenu {
  display:none;
}
.container{
	overflow: hidden;
}
.d-none{
	display: none ;
}