body {
	background-image: url("../../img/fon.png");
	box-sizing: border-box;
	color: #251254;
	font-family: 'Times New Roman', sans-serif;
}
#container{
	width: 320px;
}
header{
	display: grid;
	grid-template-columns: 100px 120px 100px;
	grid-template-rows: 130px 67px 53px;
	background-image: url('../../img/fon.png');
}
#shapka{
	grid-column: 1/4;
	grid-row: 2/3;
}
#logo{
	grid-column: 2/3;
	grid-row: 1/2;
}
#shapka img{
	width: 320px;
}
#logo img{
	width: 120px;
	margin-top: 5px;
}
nav{
	grid-column: 1/4;
	grid-row: 3/4;
}
nav img{
	width: 106px;
}
#ots{
	padding-left: 0;
}
#lin{
	height: 15px;
	background: linear-gradient(to top, #8DABDF, #8AAC01);
}
.hidden {
	display: none;
}
#fototop {
	display: none;
}
main{
	display: block;
}
article{
	grid-column: 1/2;
	grid-row: 1/2;
}
#fototop{
	height: 73px;
	padding-left: 5px;
}
#fototop img{
	width: 86px;
	padding-left: 4px;
}
.block_size{
	width: 320px;
	height: 578px;
	margin-top: 20px;
}
#muzh{
	width: 320px;
	height: 578px;
	background-image: url(../../4_mir/img/muzh/blocks/fon_muzh_320-578.jpg);
}
#poeziya{
	width: 320px;
	height: 578px;
	background-image: url(../../4_mir/img/poeziya/blocks/fon_poeziya_320-578.jpg);
}
#foto{
	width: 320px;
	height: 578px;
	background-image: url(../../4_mir/img/foto/blocks/fon_foto_320-578.jpg);
}
#video{
	width: 320px;
	height: 578px;
	background-image: url(../../4_mir/img/video/blocks/fon_video_320-578.jpg);
}
#kulinar{
	width: 320px;
	height: 578px;
	background-image: url(../../4_mir/img/kulinar/blocks/fon_kulinar_320-578.jpg);
}
.otstup{
	text-align: center;
}
#pero{
	width: 320px;
	height: 140px;
	background-image: url(../../4_mir/poeziya/img/pero_320-140.png);
}
#stihi{
	width: 320px;
	margin: 0 auto;
	display: block;
}
.foto_width{
	width: 80%;
	padding-left: 33px;
}
.p_width{
	width: 267px;
	margin: 20px auto;
}
#stihi_left{
	padding-top: 0;
}
#stihi_right{
	padding-top: 0px;
}
#drug_str{
	width: 190px;
}
#muzh_text{
	width: 280px;
}
#muzh_text img{
	width: 270px;
	padding-left: 10px;
}
aside{
	grid-column: 2/3;
	grid-row: 1/2;
	background-color: #8EACE0;
	border-radius: 20px;
	height: max-content;
}
.razm_pic_saide{
	width: 220px;
	margin: 0 auto;
	padding-left: 10px;
}
#kan_youtube {
	font-size: 13px;
}
#ssilki{
	width: 320px;
	margin: 10px 0;
}
.razdelitel{
	width: 200px;
	padding: 10px 0 0 40px;
}
#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;
}
