* {
  font-family: 'Open Sans', Arial, Helvetica;
}
body {
  font-size: 10pt;
}
h1 {
  font-size: 22pt;
  color: black;
  margin: 10px 0;
  font-weight: normal;
}
h2 {
  font-size: 14pt;
  color: black;
  margin: 10px 0;
  font-weight: normal;
}
h3 {
  font-size: 12pt;
  color: black;
  margin: 5px 0;
  font-weight: normal;
}
a {
  color: black;
}
.center-body-bg {
  margin: 0 auto;
  background: white;
  width: 100%;
}
.center-body {
  margin: 0 auto;
  padding: 10px 0 30px;
  width: 976px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.header {
  margin-bottom: 10px;
}
.header .home {
  font-size: 80px;
  font-family: Georgia;
  text-align: center;
  padding: 10px;
  background-color: #eeeeee;
  margin-bottom: 10px;
}
.header .home:hover {
  color: #777777;
}
.header .header-separator {
  background-color: #888888;
  height: 3px;
  margin-bottom: 3px;
}
.left-col {
  float: left;
  margin: 0;
  padding: 10px;
  background-color: whitesmoke;
}
.left-menu {
  width: 180px;
  float: right;
  background-color: #e7e7e7;
  overflow: hidden;
}
.left-menu ul {
  padding: 0 0 0 5px;
}
.left-menu ul li {
  padding: 0 0 0 10px;
  margin: 15px 0;
}
.left-menu ul ul {
  padding: 0 0 0 5px;
}
.left-menu ul ul ul li a,
.left-menu ul ul li .current {
  font-size: 10pt;
}
.left-menu a,
.left-menu div {
  color: black;
  font-size: 14pt;
  font-family: 'Open Sans';
  padding: 0 0 0 5px;
  display: block;
}
.left-menu .hide-inner {
  cursor: pointer;
  text-decoration: underline;
  color: black;
}
.left-menu .current {
  background-color: #c7c7c7;
  padding: 5px 0 5px 5px;
}
.main-col {
  float: right;
  width: 770px;
}
.central-col {
  width: 530px;
  float: left;
  background-color: white;
  padding: 30px 20px 30px;
}
.show-full-text {
  color: #113d5b;
  font-size: 13pt;
  margin: 20px 0 0;
  text-decoration: underline;
  cursor: pointer;
}
.right-col {
  width: 180px;
  float: left;
  margin: 0;
  padding: 10px;
  background-color: whitesmoke;
}
.right-block {
  background-color: #e7e7e7;
}
.search-block {
  padding: 20px 0 0 15px;
}
.search-block .search-item {
  background-color: white;
  border: 1px solid #b7d0df;
  height: 20px;
  width: 150px;
}
.search-block .search-item .button-search {
  background: url("/theme/default/images/search-icon.png") no-repeat scroll 0 3px transparent;
  cursor: pointer;
  display: block;
  float: right;
  height: 17px;
  width: 15px;
}
.search-block .search-item .search-field {
  border: medium none transparent;
  height: 17px;
  margin: 2px 0 0;
  padding: 0 5px;
  width: 125px;
}
.search-block .search-item .search-field.empty {
  color: #7388a2;
}
.news-block {
  margin: 20px 0 0;
}
.news-block h1 {
  margin: 0 0 0 15px;
  font-weight: 300;
}
.news-block h1 a:hover {
  text-decoration: underline;
}
.news-block a {
  text-decoration: none;
}
.news-block .news-item {
  padding: 20px 15px;
}
.news-block .news-item .date {
  font-size: 8pt;
  color: black;
}
.news-block .news-item .title {
  font-size: 10pt;
  text-decoration: none;
  font-weight: 600;
}
.news-block .news-item .brief {
  font-size: 10pt;
  color: #1a1a1a;
}
.news-block .news-item.selected {
  background-color: #2991d0;
}
.news-block .news-item.selected .date {
  color: white;
}
.news-block .news-item.selected .title {
  color: white;
}
.breadcrumbs {
  margin: 0 0 30px;
}
.breadcrumbs .breadcrumbs-home {
  background: url("/theme/default/images/home.png") no-repeat scroll 0 0 transparent;
  height: 17px;
  width: 17px;
  float: left;
  margin: 0 8px 0 0;
}
.breadcrumbs .breadcrumbs-item {
  float: left;
}
.breadcrumbs .breadcrumbs-item a {
  color: black;
  margin: 0 8px 0 0;
}
.breadcrumbs .breadcrumbs-cur-item .breadcrumbs-cur-text {
  color: black;
}
.breadcrumbs .breadcrumbs-next {
  background: url("/theme/default/images/next.png") no-repeat scroll 0 0 transparent;
  height: 7px;
  width: 6px;
  float: left;
  margin: 5px 8px 0 0;
}
.contact-block {
  background-color: #e7e7e7;
}
.contact-block .contact-form {
  width: 520px;
  padding: 20px 30px 30px;
}
.contact-block .contact-form .title {
  font-size: 14pt;
  color: black;
}
.contact-block .contact-form form {
  margin: 20px 0 0;
}
.contact-block .contact-form form .name-field input {
  width: 240px;
  height: 20px;
  font-size: 10pt;
  padding: 0 5px;
}
.contact-block .contact-form form .contact-field input {
  width: 240px;
  height: 20px;
  font-size: 10pt;
  padding: 0 5px;
}
.contact-block .contact-form form .text-field {
  margin: 20px 0 0;
}
.contact-block .contact-form form .text-field textarea {
  width: 508px;
  height: 80px;
  resize: none;
  font-size: 10pt;
  padding: 3px 5px;
}
.contact-block .contact-form form .error-message {
  color: black;
}
.contact-block .contact-form form .empty {
  color: #7388a2;
}
.contact-block .contact-form form .request-sent-success,
.contact-block .contact-form form .request-sent-error {
  color: black;
  font-size: 12pt;
}
.contact-block .send-request-submit {
  background-color: whitesmoke;
  color: black;
  cursor: pointer;
  float: left;
  font-size: 14pt;
  height: 33px;
  margin: 158px 0 0 0;
  padding: 7px 0 0;
  text-align: center;
  width: 180px;
}
.footer {
  padding: 20px 0 30px;
  color: black;
}
.footer .article-body a {
  color: black;
}
.header {
  position: relative;
  /*	.menu:hover .dropdown {
		display: block; 
	}
*/

}
.header .menu {
  position: absolute;
  top: 20px;
  right: 20px;
}
.header .menu-toggle {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  margin-bottom: 13px;
}
.header .dropdown {
  display: none;
  /* Скрываем выпадающее меню по умолчанию */
  position: absolute;
  top: 40px;
  /* Отступ от кнопки */
  right: 0;
  background-color: white;
  border: 1px solid #cccccc;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.header .login-form {
  display: flex;
  flex-direction: column;
}
.header .login-form label {
  margin-bottom: 5px;
}
.header .login-form input {
  margin-bottom: 10px;
}
.header .register-link {
  display: block;
  /* Ссылка на регистрацию занимает отдельную строку */
  margin-top: 10px;
}
form.login-form:invalid button[type=submit] {
  opacity: 0.5;
  pointer-events: none;
}
