main{
	height: 100vh;
	width: 100%;
}
body{
	padding: 0;
	margin: 0;
	background: #D1FFFF;
}
#wrapper{
	height: auto;
	width: 850px;
	margin: auto;
	background-image: url(abc.jpg);
	background-repeat: no-repeat;
	background-color: #0AF2E4;
}
#wrapper1{
	height: auto;
	width: 850px;
	margin: auto;
	background-image: url(abc.jpg);
	background-repeat: no-repeat;
	background-color: #0AF2E4;
}
header{
	display: flex;
	justify-content: space-between;
	background: #27BC0F;
	align-items: top;
	padding: 10px 30px 10px 30px;
}
#content{
	display: flex;
	justify-content: left;
	align-items: top;

}
.a1{
	font-size: 35px;
	text-align: center;
	margin-bottom: 5px;
	font-family: oswald;
	color: #D1FFFF;
}
.a2{
	font-size: 25px;
	text-align: center;
	margin-bottom: 5px;
	font-family: oswald;
	color: #D1FFFF;
}
.aa{
	flex-wrap: wrap;
}
.pust{
	width: auto;
	color: #27BC0F;
}
.nav{
	height: 550px;
	width: 100px;
	background-image: url(nav.jpg);
	justify-content: center;
	position: fixed;
}
.form{
	padding: 25px 0px 0px 15px;
	display: flex;
}
.trash{
	padding: 10px 30px 10px 25px;
}
.text1{
	padding: 10px 0px 0px 15px;
	font-family: Inter;
	font-size: 25px;
	text-align: justify;
	text-indent: 30px;
	line-height: 1.5;
}
.text11{
	padding: 10px 0px 0px 15px;
	font-family: Inter;
	font-size: 25px;
	text-align: center;
	text-indent: 30px;
	line-height: 1.5;
}
.text10{
	padding: 10px 0px 0px 0px;
	font-family: Inter;
	font-size: 17px;
	text-align: justify;
	text-indent: 30px;
	line-height: 1.5;
}
.text2{
	padding: 10px 0px 0px 30px;
	font-family: Inter;
	font-size: 20px;
	text-align: justify;
	text-indent: 30px;
	line-height: 1.5;
}
.text2:before{
	content: '- ';
}
.text20{
	padding: 10px 0px 20px 30px;
	font-family: Inter;
	font-size: 15px;
	text-align: justify;
	text-indent: 30px;
	line-height: 1.5;
}
.text20:before{
	content: '- ';
}
.text21{
	padding: 10px 0px 0px 30px;
	font-family: Inter;
	font-size: 15px;
	text-align: center;
	text-indent: 30px;
	line-height: 1.5;
	color: white;
}
.text3{
	padding: 10px 0px 0px 30px;
	font-family: Inter;
	font-size: 40px;
	text-align: center;
	text-indent: 30px;
	line-height: 1.5;
}
ul{
	padding: 10px 0px 0px 15px;
	font-size: 17px;
	font-family: Inter;
}
li{
	line-height: 1.5;
	list-style: none;
	font-weight: bold;
	margin-bottom: 7px;
	width: 300px;
}
li:before{
	content: ' ';

}
a{
	color: black;
	text-decoration-line: none;
}
a:hover{
	color: blueviolet;
	text-decoration: underline;
}
.sh_bt{
	background: darkcyan; /* Синий цвет фона */ 
    color: white; /* Белые буквы */ 
    font-size: 9pt;
    stroke: white;
}
.z{
	text-align: center;
	padding: 0 10% 0 0;
}
h1{
	padding: 10px 0px 0px 15px;
	font-family: Inter;
}
h2{
	padding: 10px 0px 0px 15px;
	font-family: Inter;
}
h3{
	padding: 10px 0px 0px 15px;
	font-family: Inter;
}
.c{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.c1{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0px 0px 30px;
}
.icon{
	width: 50px; 
	margin-bottom: 15px; 
	padding: 15px 20px 15px 25px;
}
.icon:hover{
	width: 50px; 
	margin-bottom: 15px; 
	padding: 15px 20px 15px 25px;
	background: #12d7cb;
}
.icon1{
	width: 35px; 
	margin-bottom: 15px; 
	padding: 8px 20px 5px 25px;
}
.icon1:hover{
	width: 36px; 
	margin-bottom: 15px; 
	padding: 8px 20px 5px 25px;
	background: #69f56d;
}
.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-family: Inter;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {background-color: #ddd}
.show {display:block;}
.finfo{
	padding: 20px 0 0px 35%;
	display: flex;
	justify-content: space-between;
}
.empty{
	height: 140px;
	width: 100px;
}
.pict{
	width: 100px; 
	height: 75px; 
	padding: 25px 0px 0px 0px;
}
.pict3{
	width: 100px; 
	height: 100px; 
	padding: 40px 0px 30px 0px;
}
.line{
	height: 350px;
	width: 100px;
	background-color: #045ddd;
}
footer{
	width: 850px;
	height: auto;
	background: #4242e5;
	align-items: center;
}
.column{
	display: flex;
	align-items: top;
	justify-content: space-between;
}