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;
}
#fototop img{
	width: 91px;
	padding-left: 4px;
}
#nav_po_cat{
	width: 590px;
	height: 160px;
	border: solid 1px blue;
	margin: 20px auto 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 149px 160px;
}
#ot_select{
	height: 70px;
	background-color: #EFDAD9;
	border: 1px solid blue;
	margin: 1px 1px 1px 0;
}
#ot_sel{
	height: 70px;
	background-color: #EFDAD9;
	border: 1px solid blue;
	margin: 1px;
}
.text_center{
	text-align: center;
	color: #A4820A;
}
#zar_sel{
	height: 80px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
#zar_select{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.nav_po_catal{
	height: 81px;
	border: 1px solid blue;
	margin: 1px;
	background-color: #A5A8F9;
	text-align: center;
	color: #EFDAD9;
}
#poyasnenie{
	width:590px;
	margin:30px auto;
	text-align: justify;
}
#pic_mini{
	width: 768px;
	height: 100px;
	background: url('../../img/main/mini_768.jpg');
}
.sled{
	width: 250px;
	height: 35px;
	padding-left: 500px;
	font-size: 0;
}
#birka{
	margin-left: 17px;
	font-size: 0;
}
.pod_birkoi{
	width: 745px;
	height: 53px;
	border: 1px solid blue;
	margin: 0 0 1px 10px;
}
.pod_birkoi-2{
	width: 745px;
	height: 21px;
	border: 1px solid blue;
	margin: 0 0 0 10px;
}
.ssilki_po_bukvam{
	padding-left: 280px;
}
.tablica{
	width:745px;
	margin: 0 15px 1px 10px;
	border: 1px solid blue;
	display: grid;
	grid-template-columns: 118px 130px 1fr 40px 40px;
	grid-template-rows: 1fr;
	color: #13438F;
}
.tablica p{
	margin-left: 10px;
}
.bukva_2{
	width: 745px;
	text-align: center;
	background-color: #8EACE0;
	border: 1px solid blue;
	margin: 0 0 1px 10px;
}
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;
}
