body {
	background-image: url("../../img/fon.png");
	box-sizing: border-box;
	color: #251254;

	font-family: 'Times New Roman', sans-serif;
	font-size: 18px;
}
#container{
	width: 768px;
}
header{
	display: grid;
	grid-template-columns: 615px 154px;
	grid-template-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: 154px;
}
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;
}
#dobro-2{
	width: 614px;
	height: 75px;
	background-image: url('../../img/main/dobro-768-2.jpg');
}
main{
	display: grid;
	grid-template-columns: 614px 154px;
	grid-template-rows: 1fr;
}
article{
	grid-column: 1/2;
	grid-row: 1/2;
}
#fototop{
	height: 73px;
	padding-left: 8px;
}
#fototop img{
	width: 91px;
	padding-left: 4px;
}
#ris_2{
	width: 614px;
}
#vstup img{
	padding: 6px 10px 0 10px;
	float: left;
	width: 200px;
}
#vstup p{
	padding: 0 10px;
	text-align: justify;
}
#fot_1{
	width: 614px;
}
aside{
	grid-column: 2/3;
	grid-row: 1/2;
	background-color: #8EACE0;
	border-radius: 20px;
	height: max-content;
}
.razm_pic_saide{
	width: 137px;
	margin: 0 auto;
	padding-left: 8px;
}
#youtube_ssil{
	height: 86px;
	background-color: #BFC1FA;
	border-radius: 20px;
}
#youtube_ssil p{
	margin: 10px 0 10px 14px;
	padding-top: 10px;
	font-size: 13px;
}
#block_post{
	width: 614px;
	height: 516px;
	margin-top: 0px;
	background-image: url('../../img/main/bgpost_768_614-516.png');
}
#kont{
	width: 540px;
	height: 270px;
	position: relative;
	top: 80px;
	left: 35px;
	border: 1px blue solid;
	border-radius: 40px;
	background-color: rgba(255, 255, 255, 0.8);
}
#zak{
	width: 476px;
	margin: 0 auto;
}
#otstup_l{
	padding-left: 160px;
}