body {
    font-family: 'Arial', sans-serif;
    background: #808080;
    margin: 0;
    padding: 0;
}


header {
	/*background:url(/files/bg_title.jpg) no-repeat left top #2b82b7;*/
	background-color: #0a9396;
	height:70px;
	display: flex; 
	align-items: center;
	padding: 0px;
    margin: 0px;
	overflow:hidden;
}


main, nav, section, footer {
    padding: 5px;
    margin: 1px;
}

h1, h2 {
    color: #005f73; /* Adjust the color based on the exact palette */
	margin: 2px;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav li {
    display: inline;
    margin: 2px;
}

nav a {
    text-decoration: none;
    color: #0a9396; /* Adjust the color based on the exact palette */
}

form {
    margin-top: 5px;
}


label {
    display: block;
    margin-top: 2px;
}

input[type="text"],
input[type="date"],
input[type="number"],
input[type="date"]
{
    width: 15ch; /* Adjust the number of characters as needed */
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #94d2bd; /* Adjust the color based on the exact palette */
	font-size: 1em;
}

textarea {
    width: 90%;
    padding: 8px;
    margin-top: 1px;
    border: 1px solid #94d2bd; /* Adjust the color based on the exact palette */
	font-size: 1.3em;
}

input[type="submit"] {
    padding: 8px;
    margin-top: 5px;
	border: 1px solid #94d2bd; /* Adjust the color based on the exact palette */
	font-size: 1em;
}

button {
    background-color: #94d2bd; /* Adjust the color based on the exact palette */
    color: white;
    padding: 5px;
    border: 1px solid #999999;
    margin: 5px;
    cursor: pointer;
	
}

button:hover {
    background-color: #5f9ea0; /* Adjust the color based on the exact palette */
}

footer {
    text-align: center;
    padding: 5px;
    background-color: #e9d8a6; /* Adjust the color based on the exact palette */
}

th, td {
	padding: 3px;
}

a:link,a:visited {
	color:#325683;
	text-decoration:underline
}
a:active,a:hover {
	color:#1b81ce;
	text-decoration:none
}

.html_wrapper {
	box-shadow:0 0 5px 2px rgba(0,0,0,.5);
	background-color: #fff; /* Adjust the color based on the exact palette */
	margin:15px auto;
	max-width:950px;
	min-width:320px;
	position:relative;
	text-align:left;
	border-radius:10px;
	overflow:hidden
}

div.page-list{overflow:hidden;vertical-align:middle;margin:30px 0 10px}
div.page-list span{display:inline-block;margin:0 1px;vertical-align:middle;margin:0 1px}
div.page-list span a{display:block;text-decoration:none;padding:1px 7px 2px;color:#000;background-color:#f3f3f3;border:1px solid #ddd;border-radius:3px}
div.page-list span:hover a{color:#000;background-color:#e6e6e6;border:1px solid #ccc}

div.text-container {
    margin-bottom: 5px; /* Для отступов между контейнерами */
    padding: 5px;
	text-align: justify;
    border: 1px solid #94d2bd;

}
.short-text, .full-text {
    display: inline; /* Чтобы текст отображался в строке */
}
.more {
    cursor: pointer; /* Указатель при наведении */
    color: blue; /* Для наглядности */
}
