@import url(reset.css);

html {
	background: #eeeeee;
}

body {
	margin: 0 auto;
    width: 1024px;
    font: 18px sans-serif;
}

header {
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
	padding: 10px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	background: linear-gradient(to top, #fce3c9, #ef7d07);
	height: 150px;
	margin: 15px;
}

#main {
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
	padding: 25px;
	margin: 0 15px;
	line-height: 1.5;
	background: #ffffff;
}

footer {
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 15px;
	background: #ffffff;
	height: 20px;
	margin: 15px 15px 15px;
	background: linear-gradient(to top, #ef7d07, #fce3c9);
}

a {
	color: #780000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	text-decoration: underline;
}

#head_title {
	height: 110px;	
}

#header_menu, #footer {
	display: flex;
	justify-content: space-around;
}

#lang {
	float: right;
}

.item_footer {
	flex-basis: 200px;
	text-align: center;
}

#lang_set_no {
	border: 1px dotted black;
	border-radius: 5px;
    padding: 3px 0px 3px 5px;
}

#lang_set_yes {
    padding: 3px 5px 3px 5px;
}



#title_site {
	padding: 47px 0px 0px 20px;
    font: 32px sans-serif;
    text-transform: uppercase;
    position: absolute;
}

#img_1 {
	position: absolute;
    left: 700px;
    top: -5px;
}

#foot {
	clear: both;
}

#toTop {
	border-radius: 15px;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
	position: fixed;
	display: none;
	padding: 10px;
	text-align:center;
	top: 20px; /* отступ кнопки от нижнего края страницы*/
	left: 50px;
	color: #5f4e3c;
	cursor: pointer;
}






