@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
#MAINWRAPPER{
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
	position: absolute;
}
#MAINBLOCK{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 100%;
	flex-grow: 1;
	background-color:azure;
	font-size: 1.4vmax;
	color: darkblue;
}
#MainText{
	border: 0.3vmax solid darkblue;
	box-shadow: 0 0 0.5vmax inset;
	border-radius: 1vmax;
	width: 70%;
	display: flex;
	flex-direction: row;
	margin: 1vmax 0vmax;
	padding: 2vmax;
	flex-wrap: wrap;
}
#Contacts_block{
	padding: 3vmax;
	border-radius: 1vmax;
	color: darkblue;
	font-size: 1vmax;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 70%;
	border: 0.3vmax solid darkblue;
	box-shadow: 0 0 0.3vmax inset;
	margin-bottom: 1vmax;
	margin-top: 1vmax;
	text-align: justify;
}
#Contacts_block img{
	width: 30vmax;
	height: auto;
	margin-top: 2vmax;
}
#MainText span{
	text-align: justify;
	width: 45%;
}
#MainText img{
	width: 50%;
	height: auto;
	margin-left: 3vmax;
}
@media(orientation:portrait){
	#MainText{
		flex-wrap: wrap;
	}
	#MainText span{
		width: 100%;
	}
	#MainText img{
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		margin-top: 3vmax;
	}
}
a{
	color: aliceblue;
	text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
/*NEW*/
#NEWS{
	display: flex;
	flex-direction: column;
	width: 70%;
	height: auto;
	flex-grow: 1;
	margin-bottom: 1vmax;
	justify-content: center;
}
.New_Image{
	width: 90%;
	height: auto;
	margin-top: 1vmax;
	margin-bottom: 1vmax;
}
audio{
	display: flex;
	width: 90%;
	margin-top: 2vmax;
	margin-bottom: 1vmax;
}
.New:hover{
	text-decoration: underline;
}

@media(orientation: portrait){
.New{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 2vmax;
	color: darkblue;
	font-size: 1.4vmax;
	border: 0.3vmax solid darkblue;
	box-shadow: 0 0 0.3vmax inset;
	border-radius: 1vmax;
	margin-top: 1vmax;
	vertical-align: middle;
	width: 100%;
	min-width: 100%;
}
.New img{
	height: 8vmax;
	width: auto;
	display: table-cell;
	margin-top: 1vmax;
}
.New .Text{
	display: table-cell;
	vertical-align: middle;
	width: 80%;
	text-align: center;
}
}	
@media(orientation: landscape){
.New{
	display: table;
	flex-direction: row;
	align-items: center;
	text-align: center;
	justify-content: flex-start;
	padding: 1vmax;
	color: darkblue;
	font-size: 1vmax;
	border: 0.3vmax solid darkblue;
	box-shadow: 0 0 0.3vmax inset;
	border-radius: 1vmax;
	margin-top: 1vmax;
	vertical-align: middle;
	width: 100%;
	min-width: 100%;
}
.New .Text{
	display: table-cell;
	vertical-align: middle;
	width: 80%;
	text-align: left;
}
#New_Block .data{
	width: 100%;
	text-align: end;
	margin-top: 3vmax;
	margin-bottom: -2vmax;
	margin-right: -3vmax;
}
.New img{
	height: 6vmax;
	width: auto;
	display: table-cell;
}
}
/*NEW*/
#New_Block{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: justify;
	padding: 3vmax;
	border: 0.3vmax solid darkblue;
	color: darkblue;
	font-size: 1vmax;
	width: 70%;
	margin: 3vmax 0vmax;
	box-shadow: 0 0 0.5vmax inset;
	border-radius: 1vmax;
}
#New_Block video{
	display: flex;
	width: 90%;
	height: auto;
	margin-bottom: 2vmax;
	margin-top: 2vmax;
}
#New_Block span:first-child{
	font-size: 1.2vmax;
	text-align: center;
}
p{
	margin-top: 1vmax;
}
/*HEADER*/
#LOGO{
	display: flex;
	width: 4vmax;
	height: auto;
	border-radius: 50%;
	align-self: flex-start;
	transition: 0.5s;
}
#LOGO:hover{
	opacity: 50%;
	transition: 0.5s;
}
.NAME{
	margin-left: 2vmax;
}
.Buf{
	display: flex;
	flex-direction: column;
	width: auto;
	flex-grow: 1;
	height: 100%;
	position: relative;
}
header{
	align-items: center;
}
header ul{
	list-style: none;
	display: inline-flex;
	flex-direction: row;
}
header ul li{
	margin-left: 1.5vmax;
}
/*HEADER*/

/*FOOTER*/
footer span{
	align-self: flex-end;
}
footer ul{
	list-style: none;
	display: inline-flex;
	flex-direction: column;
	min-width: 7vmax;
}
footer ul li{
	flex: 1;
	margin-bottom: 0.5vmax;
}
footer, header{
	display: flex;
	flex-direction: row;
	background-color: darkblue;
	padding: 1vmax;
	width: 100%;
	color: aliceblue;
	font-size: 1vmax;
}
/*FOOTER*/