* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	height: 100%;
}
.wrapper {
	max-width: 1600px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 34px;
	width: 100%;
	background: #182375;
}

.header .slogan {
	color: #fff;
	font-size: 13px;
	float: left;
	margin-top: 8px;
	margin-left: 40px;
}

.menu{
	float: right;
}

.menu ul.menu-list {
    margin: 0; /* Обнуляем значение отступов */
    padding: 6px; /* Значение полей */
   }

.menu ul.menu-list li {
  display: inline; /* Отображать как строчный элемент */
  margin-right: 30px; /* Отступ слева */
  padding: 3px; /* Поля вокруг текста */
	color: #fff;
 }
 .menu ul.menu-list li a{
   width: 100%;
	 height: 100%;
 	 color: #fff;
	 font-family: "Open Sans";
	 font-size: 13px;
	 font-style: normal;
	 font-variant: normal
  }
	.menu ul.menu-list li a:hover{
    text-decoration: none;
   }

	.blue-menu{
		float: right;
		margin-top: 3px;
		margin-right: 40px;
	}

	.blue-menu .icon-question, .btns .icon-question{
		background: url("../img/sprite-icons-circle.png") top left no-repeat;
		display: inline-block;
		width: 28px;
		height: 27px;
		margin: 0px 5px;
		background-size:cover;
	}
	.blue-menu .icon-phone, .btns .icon-phone{
		background: url("../img/sprite-icons-circle.png") top right no-repeat;
		display: inline-block;
		width: 28px;
		height: 27px;
		margin: 0 5px;
		background-size:cover;
	}

	.btns .icon-question{
		width: 38px;
		height: 36px;
		margin: 5px 15px;
	}

	.btns .icon-phone{
		width: 38px;
		height: 36px;
		margin: 5px 15px;
	}

	.burger-menu{
		display: none;
	}

	.over-menu{
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: #182375;
		z-index: 99999;
		color: #fff;
	}
	.close{
		cursor: pointer;
		margin-right: 10px;
	}

	.over-menu ul{
		padding: 0;
	}

	.over-menu ul li{
		padding: 5px 10px 5px 20px;
		font-size: 28px;
		line-height: 1.6;

		border: solid 1px #212756;
		cursor: pointer;
		color: #fff;
	}
	.over-menu ul li a{
		color: #fff;
	}
	.over-menu ul li a:hover{
		text-decoration: none;
	}

	@media (max-width: 990px) {
  	.blue-menu, .menu{
			display: none;
		}

		.burger-menu{
			float: right;
			display: block;
			margin-right: 40px;
			cursor: pointer;
		}

}

/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0 34px;
}

.header_title {
	text-align: center;
	color: #1e2a8a;
	font-size: 36px;
	padding: 10px;
	text-transform: uppercase;
}

.elem-wrap{
	margin-top: 20px;
	padding: 10px;
	text-align: center;
}

	.elem-wrap:hover{
		background-color: #E6E6FA;
		cursor: pointer;
	}

.elem-wrap .thumb {
	max-width: 200px;
}

.elem-wrap .description{
	margin-top: 10px;
	text-align: center;
}


/* Re asigning  */

.wowbook-controls{
	background: none repeat scroll 0 0 #182375 ;
	background-image: none;
}

.wowbook-control:hover{
	background: none repeat scroll 0 0 #161e5b;
}
.wowbook-toc{
	background-image: none;
	background: transparent;
	color: #5a5a5a;
}
.wowbook-toc-item a{
	background: #dbdbdb;
	color: #5a5a5a;
}
.wowbook-toc-item a:hover{
	background: #e8e8e8;
	color: #5a5a5a;
}
.wowbook-thumbnails {
	bottom: 46px !important;
}

.line-wrap{
	position: fixed;
	bottom: 0;
	height: 35px;
	background-color: #182375;
	width: 100%;
}

.catalog-back{
	padding: 2px;
	text-align: center;
}

.line-wrap .catalog-back img{
	max-height: 30px;
	#margin: 0px 0 0 20px;
	display: inline-block;
	vertical-align: middle;
}

.line-wrap .catalog-back span{
	display: inline-block;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	vertical-align: middle;
	margin-left: 20px;
}

/* Footer
-----------------------------------------------------------------------------*/
