/* 

	Кнока "Наверх" сбоку страницы

*/
#gototop {
	position: fixed; /* фиксированная позиция */
	opacity: 0.8; /* прозрачность */
	padding: 0;
	margin: 0 auto;
	text-align: center;
	background: transparent;
	color: #e4d1c0;
	right: 22px; /* отступ слева */
	bottom: 50%; /* отступ снизу */
	display: none; /* спрятать блок */
	font-size: 0;
	cursor: pointer;
	color: #00856f;
	border: none;
}
#gototop img{
	padding: 0 0 0 0;
	margin: 0 auto;
	border: none;
	height: 84px;
	width: 64px;
	min-width: 64px;
	max-width: 64px;
}

