html, body {
	font-family: 'Arial';
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	color: #444;
}

a {
	color: #0059b2;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}

.table-meters {
    border-collapse: collapse;
    width: 100%;
	height: 100%;
	vertical-align: top;
    /*border: 3px solid black;
    padding: 8px;*/
}
.table-meters th {
    border: 5px solid black;
    padding: 8px;
    text-align: center;
    color: blue;
}
.table-meters td {
    border: 3px solid black;
    padding: 8px;
}

.table-page {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.table-page tr {height: 100%;}

div.address {
	margin: 0;
	padding: 20px 10px 10px 20px;
	font-size: 20px;
}

.text-accent {
    color: #ed6742;
}


.clear {clear: both;}


.form-input {
    width: 300px;
    font-size: 16px;
}



.left-chapters {
	margin: 0;
	background: #eee;
	border-right: 2px solid #ccc;
}

.content {
	padding: 10px 10px 0px 10px;
	width: 100%;
	height: 100%;
	/*box-sizing: border-box;*/
}

.content-text {
	/*margin: none;*/
	color: #000;
	font-size: 16px;
	/*font-family: Yandex Sans Display Light;*/
}

.quote {
	background: url('../images/blockquote.png') no-repeat 0 10px;
	padding: 5px 5px 5px 70px;
	font-family: Sans-serif, Arial, Tahoma;
	font-style: italic;
}

/*-------------------------*/
.header {
	background: #3F4137;
	height: 60px;
}

.logo {
	background: url('../images/logo.png') no-repeat 10px 5px;
	width: 70px;
	height: 60px;
}

ul.mainmenu {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 60px;
	color: #fdc073;
	font-size: 20px;
	/*overflow: hidden;*/
}
ul.mainmenu>li {
	float: left;
	margin: 18px 40px 0 30px;
	position: relative; /* Важно для правильного позиционирования подменю */
}

ul.mainmenu>li.last {
  float: right;
  text-decoration: none;
  /*white-space: nowrap;  Отключает перенос строк */
}

ul.mainmenu>li>a {
    /*display: block;*/
	color: #fdc073;
	text-decoration: none;
	/*white-space: nowrap; Отключает перенос строк */
}
ul.mainmenu>li>a:hover {
	color: #FDA83D;
}

ul.mainmenu li.logo {margin: 0;}
ul.mainmenu li.last {float: right;}


/* Стиль для контейнера выпадающее меню ------------------------------------------------------------- */
.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #333;
    list-style-type: none;
    margin: 0;
    padding: 0;
    min-width: 260px;
    /*z-index: 1; /* Добавлено для отображения подменю поверх других элементов */
    font-size: 12px;
}
.submenu>li {
    position: relative;
}
.submenu>li>a {
    display: block;
    color: #fdc073;
    text-align: left;
    padding: 12px 16px;
    text-decoration: none;
}
.submenu>li>a:hover {
    background-color: #575757;
}
.dropdown:hover .submenu {
    display: block;
}

/* Очистка потока для родителя*/
nav::after {
    content: "";
    display: table;
    clear: both;
}



.form-input {
    width: 300px;
    font-size: 16px;
}

.form-label {
    display: inline-block;
    min-width: 150px;
    vertical-align: top;
}

.form-error ul {
    list-style: none;
    padding: 0;
    color: #CC0000;
}

.form-button {
    min-width: 200px;
    font-size: 16px;
}



/* --------------------------------------------------------------------------------------------------- */

.list-pages {
	text-align: center;
	margin: 0 0 20px 0;
}
.list-pages ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}
.list-pages ul li {
	display: inline-block;
	margin: 0 20px 0 0;
}
.list-pages a {
	color: #000;
	font-size: 24px;
	text-decoration: none;
}
.list-pages .page-num, .page-num-selected {
	display: inline-block;
	width: 60px;
	height: 44px;
	padding: 16px 0 0 0;
	border: 1px solid #d0d0d0;
	border-radius: 30px;
}
.list-pages .page-num:hover {
	box-shadow: 3px 3px 1px #d0d0d0;
}
.list-pages .page-num-selected {
	border: none;
	color: #000;
	font-size: 20px;
}
.list-pages .page-num-selected:hover {
	box-shadow: none;
}
