*  {margin:0;padding:0;}

html,body {height: 100%;}
 
a {
	color: #3838b8;
	text-decoration: underline;
	font-size: 26px;
	white-space: nowrap!important;
}

a:visited {
	color: #3838b8;
	text-decoration: underline;
	font-size: 26px;
}
 
@font-face {
    font-family: libel-suit; /* Гарнитура шрифта */
    src: url(fonts/libel-suit-rg.ttf); /* Путь к файлу со шрифтом */
   }
 
body {
	/*font-family: Arial,Helvetica,sans-serif;*/
	font-family: libel-suit, Arial, Helvetica, sans-serif;
	min-width: 1000px;
}

.over_wrapp {
	position: relative;
	width: 100%;
	height: 100%;
	display: table;/*прижать футер*/
}

.wrapper {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	background: transparent;
}
	
.wrapper p {
	font-size: 18px;
}


.wrapper p span {
	color: #df0041;
}

.wrapper h2,h3, h4 {
	margin: 20px 0px;
	color: #df0041;
}

footer {
	clear: both;
	width: 100%;
	height: 80px;
	background: #c4aedd;
	color: #dbdbdb;
	font-size: 16px;
	overflow: hidden;
	display: table-row;/*прижать футер*/
} 

img {
	border: 0;
	margin: 0px 20px 20px 0px;
}

img.plitka {
	border: 0;
	margin: 10px;
	float: left;
}

img.plitka:nth-last-of-type(1) {
	float: none;
	margin-bottom: 30px;
}

.litebox {
	text-decoration: none;
}

p {
	margin: 20px 0;
	color: #7e7e7e;
	line-height: 26px;
}

.input {
	background-color: #f3f3f3;
	border: 1px solid #e7e7e7;
	height: 30px;
	color: #b2b2b2;
	padding: 0 10px;
	vertical-align: top;
}

.button {
	color: #fff;
	background-color: #29c5e6;
	border: none;
	height: 32px;
	/*font-family: open sans condensed,sans-serif;*/
}

.image {
	border: 1px solid #fff;
	outline: 1px solid #c9c9c9;
}

.soc_ico {
	width: 50px;
	float: left;
}

figure img {
	display: block;
}

header {
	padding: 20px 0;
}

.main-heading {
	background: transparent;
	overflow: hidden;
	margin: 30px 0px;
}

.main-heading h1 {
	display: inline-block;
	width: 100%;
	border-bottom: 2px solid #df0041;
	color: #7e7e7e;
	/*font: 40px/40px open sans condensed,sans-serif;
	background: url(images/bg.png);*/
	margin: 0px;
	padding: 0px 10px;
	text-transform: uppercase;
}

aside {
	float: left;
	width: 250px;
}

aside + section {
	margin-left: 280px;
	padding-bottom: 50px;
}

/*Menue*/
.main-navigation {
	width:100%;
	height:100px;
	background:#C4AEDD;
}

.top-menu {
	list-style-type:none;
	width:900px;
	height:50px;
	margin:0 auto;
	text-align:center;
}

#toper {
	width:900px;
	position:relative;
	margin:0 auto;
}

.dotted_left, .dotted_right {
	width:250px;
	height:25px;
	border-bottom:4px dotted #E1D6EE;
}

.dotted_left {
	float:left;
}

.dotted_right {
	float:right;
}

.top-menu {
	padding:10px 0px;
}
.top-menu>li {
	display:inline;
	margin:0px 10px;
	text-transform:uppercase;
	font-size:26px;
	font-weight:100;
}

.top-menu a {
	color: #421F88;
}

.top-menu a:hover {
	cursor:pointer!important;
	color:#ffffff;
}

/*
.top-menu>li.current_page_item {
	cursor:pointer!important;
	color:#ffffff;
}*/


.top-menu>li.current_page_item a {
	color: #ffffff;
}

#logo_ann {
	width:247px;
	height:80px;
	position:absolute;
	top:55px;
	left:327px;
	background:url(images/logo.png) no-repeat;
}

/*End menue*/

/*Деревянное меню*/
.top-wood {
	width:100%;
	min-height: 598px;
    margin: 2px auto;
	background:url(images/doski_bg.jpg) repeat;
}

.menue-wood {
	width:1000px;
	margin:0 auto;
	text-align:center;
	list-style-type:none;
}

.menue-wood li {
	width:220px;
	height:51px;
	display:inline-block;
	margin:50px 10px 10px 10px;
	padding-top:155px;
	background:url(images/buttons.png) no-repeat;
	text-align:center;
}

.menue-wood li a {
	padding:20px;
	font-size:22px;
	color:#ed1566;
}

.menue-wood li a:hover {
	color:#d2678f;
	text-decoration:none;
}

/*End Деревянное меню*/

#footer_content  p{
	text-align: center;
}

/*мобильная версия*/
@media screen and (max-device-width: 600px) {
	body {
		min-width: 600px;
		max-width: 100%!important;
	}
	/* для заливки главной страницы деревом на всю высоту
	.derevo {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(images/doski_bg_sektor.jpg) repeat;
		z-index: -999;
	}
	.top-wood {
		background: transparent!important;
	}*/
	.top-wood {
		background: url(images/doski_bg_sektor.jpg) repeat;
	}
	#toper {
		width: 100%;
	}
	#mobile_menu {
		float: right;
		width: 700px;
		padding: 10px;
	}

	.dotted_left, .dotted_right {
		display: none;
		/*width: 10%;
		height: 35px;*/
	}
	#logo_ann {
		position: static;
		float: left;
	}
	.menue-wood {
		max-width: 800px;
	}
	.top-menu {
		width: auto;
	}
	.top-menu>li>a {
		font-size: 46px;
	}
	.wrapper p {
		font-size: 48px;
		line-height: 58px;
	}
	.wrapper a {
		font-size: 48px;
	}
	.wrapper h4,h3,h2,h1 {
		font-size: 44px;
	}
	.soc_ico {
		width: 100px;
		margin: 20px 40px 20px 0px;
	}
}

#marshrut {
	width: 100%;
}
#marshrut span {
	margin: 10px 0px;
    padding: 5px;
    font-size: 40px!important;
    font-weight: bold;
    line-height: 50px;
}
#marshrut p {
	margin: 10px 0px;
    padding: 5px;
    font-size: 40px!important;
    font-weight: bold;
    line-height: 50px;
}
#marshrut span {
	display: block;
	width: 30px;
	float: left;
}
#marshrut p {
	margin-left: 50px;
	padding-left: 20px;
	border-left: 3px solid #df0041;
}

p.nachinki a {
	margin: 0px 20px;
}


/*Новый Год атрибуты*/

/*
.top-wood {
	border-width: 60px 0 0 0;
    border-style: solid;
    border-image: url(images/balls.png) 60 0 0 0 repeat;
}
*/
/*
.main-navigation {
	border-width: 0 0 40px 0;
    border-style: solid;
    border-image: url(images/pine_herland.png) 40 repeat;
}
*/