body{
	background-image: url("../../img/fon.png");
	box-sizing: border-box;
	color: #251254;

	font-family: 'Times New Roman', sans-serif;
	font-size: 15px;
}
#container{
	width: 768px;
}
header{
	width: 768px;
	height: 154px;
	display: grid;
	grid-auto-columns: 615px 153px;
	grid-auto-rows: 128px 26px;
}
#shapka{
	grid-column: 1/2;
	grid-row: 1/2;
}
#logo{
	grid-column: 2/3;
	grid-row: 1/3;
}
#shapka img{
	width: 615px;
}
#logo img{
	width: 153px;
}
nav{
	grid-column: 1/2;
	grid-row: 2/3;
}
nav img{
	width: 102px;
}
#lin{
	height: 15px;
	background: linear-gradient(to top, #8DABDF, #8AAC01);
}
.hidden{
	display: none;
}
main{
	display: grid;
	grid-template-columns: 615px 153px;
	grid-template-rows: 1fr;
}
article{
	grid-column: 1/2;
	grid-row: 1/2;
}
#fototop{
	height: 73px;
	padding-left: 8px;
	margin-bottom: 0px;
}
#fototop img{
	width: 91px;
	padding-left: 4px;
}
#prosba{
	width: 615px;
	height: 254px;
	background-image: url('../../img/main/prosba_768.jpg');
}
#osob_sort{
	width: 615px;
	height: 90px;
	background-image: url('../../img/main/osob.sort_768.jpg');
}
#stati{
	width: 600px;
	margin: 0 auto;
	display: block;
}
.img_statya{
	width: 475px;
	padding-left: 45px;
}
#statya{
	width: 570px;
	margin: 0 auto;
}
aside{
	grid-column: 2/3;
	grid-row: 1/2;
	background-color: #8EACE0;
	border-radius: 20px;
	height: max-content;
}
.razm_pic_saide{
	width: 134px;
	margin: 0 auto;
	padding-left: 10px;
}
#youtube_ssil{
	height: 110px;
	background-color: #BFC1FA;
	border-radius: 20px;
}
#youtube_ssil p{
	margin: 10px 0 10px 35px;
	padding-top: 10px;
}
#naverh{
	position: fixed;
	width: 100px;
	height: 40px;
	right: 10%;
	bottom: 5%;
}
footer{
	height: 120px;
	background-color: #A4C45C;
	margin-top: 30px;
}
footer h2{
	text-align: center;
	padding-top: 40px;
}
