*{
	margin: 0;
	padding: 0;
}

 body::before {
    content: '';
    position: fixed; /* Фиксируем на одном месте */
    left: 0; right: 0; /* Вся ширин */
    top: 0; bottom: 0; /* Вся высота */
    z-index: -1; /* Фон ниже текста */
    /* Параметры фона */
    background: url(../img/logo.jpg) center / cover no-repeat;
    filter: blur(8px); /* Размытие */
    display:block;
   }

body {
	
    padding: 25px;
}

.menu {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	border: 4px;
	background-color: white;
	padding: 0px;

}
.name {
	padding: 10px;
}
.logo img{
	
	width: 100%;
	margin: 0;
	padding: 0;

	
}
.place {
	border-top: 1px solid gray;
	padding: 15px;
	height: 70px;


}
.niz {
	border-bottom: 1px solid gray;
}
.place p{
	
	
}
.place button {
	float: right;
	margin-right: 10px;

}
.place img{
	height: 37px;
	width: 37px;
	margin-right: 20px;
}

.place:hover{
	background: #f6f6f6;
	
}
a{
	text-decoration: none;
	color: black;
}
.social{
	border-bottom: 1px solid gray;
	padding: 15px;
	height: 70px;
	
}
.social img {
	height: 37px;
	width: 37px;
	margin-right:12px;

}

.corp {
	margin-top: 30px;
	margin-bottom: 50px;
	color: white;
}
