body{
	background-image: url("../../img/fon.png");
	box-sizing: border-box;
	color: #251254;

	font-family: 'Times New Roman', sans-serif;
	font-size: 17px;
}
#container{
	width: 1024px;
}
header{
	display: grid;
	grid-template-columns: 817px 203px;
	grid-template-rows: 171px 34px;
}
#shapka{
	grid-column: 1/2;
	grid-row: 1/2;
}
#logo{
	grid-column: 2/3;
	grid-row: 1/2;
}
nav{
	grid-column: 1/2;
	grid-row: 2/3;
}
#shapka img{
	width: 817px;
}
#logo img{
	width: 204px;
}
nav img{
	width: 136px;
}
#lin{
	height: 15px;
	background: linear-gradient(to top, #8DABDF, #8AAC01);
}
main{
	display: grid;
	grid-template-columns: 817px 203px;
	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;
}
#stati{
	width: 795px;
	margin: 20px auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 120px 1fr;
}
#block_video img{
	position: relative;
	left: 247px;
	top: 15px;
}
#block_left li{
	padding-right: 20px;
}
.spisok{
	border: 1px solid blue;
	border-radius: 20px;
}
.spisok h3{
	text-align: center;
}
#statiya{
	width: 795px;
	margin: 0 auto;
}
#statiya h2{
	text-align: center;
}
.fotki{
	padding-left: 100px;
}
#master_zagolovok{
	width: 817px;
	background-image:url('../../3_master/master_video/obuch_vid_img/obuch_vid_1024_817-100.png');
	position: relative;
	top: 15px;
}
.vid{
	width: 500px;
	margin: 0 0 30px 70px;
}
aside{
	grid-column: 2/3;
	grid-row: 1/2;
	background-color: #8EACE0;
	border-radius: 20px;
	height: max-content;
}
.razm_pic_saide{
	width: 189px;
	margin: 0 auto;
	padding-left: 8px;
}
#kan_youtube{
	font-size: 13px;
}
#ssilki{
	width: 817px;
	margin: 10px 0;
}
#poes{
	width: 817px;
}
.razdelitel{
	width: 300px;
	padding: 10px 0 0 280px;
}
#ssil{
	width: 260px;
	margin: 0 auto;
}
#youtube_ssil{
	height: 110px;
	background-color: #BFC1FA;
	border-radius: 20px;
}
#youtube_ssil p{
	margin: 10px 0 10px 35px;
	padding-top: 10px;
}
.krasn_str{
	padding-left: 30px;
}
#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;
}
