html{
	height: 100%;
}

body{
	height: 100%;
	padding: 0;
	margin: 0;

	background-image: url('../img/bgNew/gori.png');

	overflow: hidden;
}

.content{
	width: 30%;
	height: 100%;

	background-color: #f5f5f5;

	overflow: auto;

	position: absolute;

	right: 0;
	top: 0;

	padding: 0 50px;

	line-height: 28px;
}

h2.prof{
	font-family: sans-serif;
	font-weight: bold;
	color: #412e5a;

	font-size: 20px;
}

h2{
	font-family: sans-serif;
	font-weight: bold;
	color: #412e5a;

	margin: 30px 0;

	font-size: 16px;
}

.last{
	padding: 0 0 20px 0;
}

hr{
	margin: 40px 0;
	opacity: 0.5;
}

p{
	color: #706d73;

	font-size: 16px;
}

p img{
	margin-top: 20px;
}

p ul li{
	font-family: sans-serif;
	font-size: 16px;
}

.widgets{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	justify-content: center;
}

.buttonWidget{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	justify-content: center;
	-ms-align-items: center;
	align-items: center;

	width: 150px;
	padding: 10px 20px;

	margin: 10px;

	background-color: #412e5a;

	transition: 1s ease;
}

.buttonWidget:hover{
	transition: 1s;
	border-radius: 50px;
}

.leave{
	padding: 0;
	margin: 0;
}

div.leave{
	margin-top: 10px;
}

/*СКРОЛ*/
.content::-webkit-scrollbar {
    width: 10px;
}
 
.content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.content::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;

  border-radius: 50px;
}
/*СКРОЛ*/

.stul{
	width: 100%;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.health img{
	width: 100%;
}