/* MOBILE/RESPONSIVE */
@media only screen and (max-width: 1160px) {
	.date {width:160px;}
	.logo {margin-left:10px;}
	#rest {width:calc(100% - 20px);padding:80px 10px;}
	#head3 {min-height:150px;}
	img {max-width:100%;}
}
/* - */
@media only screen and (max-width: 900px) {
	.desktop {display:none;}
	.mobile {display:block;}
	.logo {
	width:100px;
	height:77px;
	}
	.date {
	width:100px;
	height:30px;
	padding:5px 0;
	margin:4px 0 0 5px;
	font-size:16px;
	line-height:16px;
	color:#FFFFFF;
	text-align:center;
	}
	#mm {
	display:block;
	float:right;
	width:auto;
	height:50px;
	text-align:right;
	}
		#mm a i {
		display:block;
		float:left;
		height:28px;
		width:28px;
		margin:11px 5px 0 0;
		background:url('../img/i_mn.svg') 0px 0px no-repeat;
		background-size:26px 28px;
		}
			#mm a.off i {
			background:url('../img/i_mnx.svg') 4px 4px no-repeat;
			background-size:20px 20px;
			transform:rotate(90deg);
			transition:0.5s ease;
			}
		#mm a b {
		display:block;
		float:left;
		font-size:22px;
		line-height:50px;
		font-weight:bold;
		color:#FFFFFF;
		text-decoration:none;
		}
	#head1 {
	background-color:#000000;
	color:#FFFFFF;
	height:50px;
	}
	ul.mn1 {
	display:none;
	}
	ul.langs, ul.mn1, ul.socs {
	height:50px;
	}
		ul.langs li a.lt, ul.langs li a.en {
		height:50px;
		line-height:50px;
		margin:0px 10px 10px 20px;
		}
		ul.socs li {
		margin:12px 18px 0 0;
		}

	#head2 {
	display:block;
	}
	#head2, ul.mn2 {
	height:auto;
	float:none;
	text-align:center;
	}
	.topmn {
	width: 100%;
	margin-right:0px;
	}
	ul.mn2 {
	display:none;
	width: 100%;
	margin-top:0px;
	background-color:rgba(0,0,0,0.9);
	}
		ul.mn2 li {
		width:100%;
		padding:10px 0;
		float:none;
		clear:both;
		border-bottom:2px solid #F61818;
		}
			ul.mn2 li.act {
			background-color:#555555;
			}
		ul.mn2 li.dmn {
		display:none;
		}
		ul.mn2 li.mmn {
		display:block;
		}
		ul.mn2 li a {
		width:100%;
		font-size:100%;
		line-height:100%;
		padding:5px 5px 0 5px;
		}
		ul.mn2 li.act a {
		text-decoration:none;
		}
		ul.mn2 li a:hover {
		text-decoration:underline;
		transition:all 0.5s ease;
		}
	#head3 {
	animation:none;
	min-height:100px;
	}
	#rest {
	padding:40px 10px;
	color: #FFFFFF;
	font-size:16px;
	}
		#clock {
		padding-top:10px;
		font-size:25px;
		}
		/*clock span {
		min-width:25px;
		line-height:25px;
		padding:2px 5px;
		}*/
	#verses {
	padding:40px 0 0 0;
	background-color:transparent; 
	}
	.verse {
	display:block;
	clear:both;
	width:calc(100% - 20px);
	padding:60px 10px;
	font-size:16px;
	color: #FFFFFF;
	text-align:center;
	}
	.verse.v1 {background-color:rgba(255,0,0,0.2);} 
	.verse.v2 {background-color:rgba(255,0,0,0.1);} 
	.verse.v3 {background-color:rgba(255,0,0,0.3);} 
}
/* - */
@media only screen and (max-width: 768px) {
	#intro {
	display:none;
	}
	#introm {
	display:block;
	margin:0;
	padding:0;
	width:100%;
	height:1360px;
	background:url('../img/bg_introm2021.jpg') top center no-repeat; 
	}
		#introm center {
		display:block;
		width:100%;
		height:160px;
		}
	.half {
	/*display:flex;
	align-items:center;
	justify-content:center;*/
	height:600px;
	}
		.h_logo, .h_date, .h_reg {
		display:block;
		clear:both;
		width:100%;
		padding:10px 0;
		margin-bottom:10px;
		text-align:center;
		}
		.h_date {
		padding:10px 0;
		margin-bottom:20px;
		background:rgba(38,37,141,0.6);
		font-size:25px;
		line-height:25px;
		color:#FFFFFF;
		}
			.h_date.zr {
			background:rgba(84,9,8,0.6);
			}
}
/* - */
@media only screen and (max-width: 700px) {
	.side {
	width:-webkit-calc(100% - 20px);
	width:-moz-calc(100% - 20px);
	width:calc(100% - 20px); 
	padding:30px 10px 0 10px; 
	}
	.content {
	width:-webkit-calc(100% - 20px);
	width:-moz-calc(100% - 20px);
	width:calc(100% - 20px); 
	padding:30px 10px 20px 10px; 
	}
	.content table td {
	font-size:75%;
	}
}
/* - */
@media only screen and (max-width: 520px) {
	#mm a i {margin:11px 0 0 0;}
	#mm a b {display:none;}
	ul.langs li a.lt, ul.langs li a.en {margin:0px 5px 10px 15px;}
	ul.socs li {margin:12px 12px 0 0;}
	.content table tr {display:block;margin-bottom:10px;}
	.content table td {font-size:100%;display:inline-block;clear:both;width:100%;}
}
/* - */