html, body 
{
	height: 100%;
	color: #464E62;
	font: 14px Arial, sans-serif;
	line-height: 18px;
	background: #FFFFFF url(/public/images/bg1.gif) left top repeat;
    margin: 0;
    padding: 0;
	box-sizing: border-box;
}

* {
	box-sizing: border-box;
}

INPUT { height: 1.5em }
INPUT.submit { height: 1.55em }

div.auto_complete 
{
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
div.auto_complete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
  overflow:auto; 
  /* max-height: 300px; */
}
div.auto_complete ul li.selected { background-color: #ffb;}
div.auto_complete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
}

table {
	table-layout: fixed;
	border-collapse: collapse;
}

table.nocollapse {
	border-collapse: separate;
}

table.min {
	min-width: 940px;
	width: expression((document.documentElement.clientWidth || document.body.clientWidth) < 940? "941px": "auto");
}
td, form, ul {
	margin: 0;
	padding: 0
}
img {
	display: block;
	border: 0
}
p {
	margin: 10px;
	padding: 0
}

a {
	color: #08628C;
    text-decoration: underline
}
a:hover { color: #E25311 }
a.orange { color: #E25311 }
a.orange:hover { color: #08628C }
a.big {
	color: #464E62;
	text-decoration: none;
	font: 22px Arial, sans-serif;
}
h1 { font: 22px Arial, sans-serif }
h2 { 
	font: 14px Arial, sans-serif;
	font-weight: bold;
}
big { font: 22px Arial, sans-serif }
strong {
	font-size: 16px;
	font-weight: bold
}
a.dash {
	text-decoration: none;
	border-bottom: 1px dashed #08628C
}
a.dash:hover { border-bottom: 1px dashed #E25311 }

a.f12, 
a.f14,
a.f16,
a.f18,
a.f20,
a.f22,
a.f22,
a.f24,
a.f26 { line-height: 30px }
a.f50 { line-height: 55px }
a.f12 { font-size: 12px }
a.f14 { font-size: 14px }
a.f16 { font-size: 16px }
a.f18 { font-size: 18px }
a.f20 { font-size: 20px }
a.f22 { font-size: 22px }
a.f24 { font-size: 24px }
a.f26 { font-size: 26px }
a.f30 { font-size: 30px }
a.f50 { font-size: 50px }

#enter 
{
	display: none;
	background-color: #FFFFFF;
	padding: 0 20px 20px 20px;
	border: #000000 1px solid;
	position: absolute;
	left: 30%;
	top: 40px;
	width: 180px;
	height: 180px
}

.logo {
	position: absolute;
	left: 20px;
	top: 55px;
	width: 156px;
	height: 43px
}

.logo2 {
	position: absolute;
	left: 20px;
	top: 115px;
	width: 156px;
	height: 43px
}

ul>li>* { text-indent: 0 }
ul.menu { margin-left: 10px }
ul.menu li {
    margin: 0.3em 0; padding: 0 0 2px 10px;
    list-style-type: none;
	background: url(/public/images/bullet.gif) left 0.6em no-repeat
}
ul.menu li a {
	color: #E25311;
	font-size: 16px
}
ul.menu li a:hover { color: #08628C }
ul.also li {
    margin: 0.1em 0; padding: 0 0 2px 10px;
    list-style-type: none;
	background: url(/public/images/bullet.gif) left 0.6em no-repeat
}

.searchUrl { color: #00AA00 }
.searchInfo { font-size: x-small }

.block {
	background-color: #FFFFFF;
	border: #E1E0DF 1px solid
}
a.white { color: #FFFFFF }
a.white:hover { color: #FFFFFF }
a.green { color: #1E9D2B }
a.green:hover { color: #E25311 }

table.comp td {
	width: 20px;
	height: 20px;
	padding: 2px;
	text-align: center;
	border: #E1E0DF 1px solid;
	background-color: #FFFFFF
}
ul.comp_l {
	width: 90%;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-top: 5px;
    list-style-type: none;
	display: block;
	float: left 
}
ul.comp_l_sel {
	width: 90%;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-top: 5px;
        list-style-type: none;
	display: block;
	float: left;
	background-color: #FFFFFF;
	border: #E1E0DF 1px solid
	
}
table.sol td { padding: 5px }

.main-grid {
	min-height: 100vh;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.main-row { width: 100%; display: flex; flex: 1; }
.main-cell { width: 100%; }

.search-row, .search-form-row, .tags-row, .footer-row {
	display: flex;
	width: 100%;
	align-items: flex-end;
}
.search-side, .tags-side, .footer-side { width: 10%; min-width: 10%; }
.search-title-cell { width: 20%; min-width: 20%; padding-bottom: 4px; position: relative; display: flex; align-items: flex-end; }
.search-title-bg {
	position: absolute; right: 0; top: 0;
	width: 40px; height: 52px;
	background: url('/public/images/search.gif') right 28px no-repeat;
	pointer-events: none;
}
.search-title-cell big { position: relative; z-index: 1; }
.search-link-cell { width: 60%; min-width: 60%; padding-bottom: 8px; display: flex; align-items: flex-end; }
.search-input-cell { width: 80%; min-width: 80%; padding-bottom: 8px; margin-bottom: 2rem; }
.search-form-example { font-size: .98em; color: #666; margin-top: 3px; }
.tags-center { width: 80%; min-width: 80%; text-align: center; }
.tags-center a { margin-right: 2px; }
.tags-center sub { margin-right: 7px; }
.tags-br { display: inline-block; width: 100%; height: 0; }

.footer-shadow { width: 100%; height: 40px; background: url('/public/images/shadow.jpg') left top no-repeat; }
.footer-logo { width: 10%; min-width: 56px; background: url('/public/images/copy.gif') right top no-repeat; min-height: 40px; }
.footer-content { width: 65%; font-size: 14px; padding-top: 16px; }

.tag-element {
	display: inline;
}

@media (max-width: 800px) {
	.tag-element {
		display: flex;
		align-items: center;
		gap: 5px;
	}
	.main-row {
		padding: 20px;
	}
	.main-row, .search-row, .search-form-row, .tags-row, .footer-row {
		align-items: stretch;
	}
	.search-side, .tags-side, .footer-side, .footer-logo, .search-title-bg { display: none !important; }
	.search-title-cell, .search-link-cell, .search-input-cell, .tags-center, .footer-content {
		width: 100% !important;
		min-width: 0 !important;
		padding-left: 0 !important; padding-right: 0 !important;
	}
	.search-input-cell {
		display: flex;
		flex-wrap: wrap;
		row-gap: 5px;
		column-gap: 10px;
		margin-bottom: 1rem;
	}
	.search-form-example {
		width: 100%;
	}
	INPUT { flex: 1; height: 22px; }
	INPUT.submit { flex: 0; width: 65px; height: 22px; }

	.tags-center {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 12px;
	}
	.tags-center a {
		display: block;
		padding: 14px 0 4px 0;
		/*font-size: 1.22em;*/
		text-align: center;
	}
	.tags-center sub {
		display: inline-block;
		font-size: 1em;
		color: #888;
		text-align: center;
	}
	.tags-br { display: none; }
	.footer-shadow { height: 24px; }
	.footer-content { padding: 10px 0 0 0; text-align: center; }
}









.header-row {
	display: flex;
	width: 100%;
	align-items: center;
	min-height: 98px;
	box-sizing: border-box;
	padding-top: 55px;
	padding-bottom: 20px;
}

.header-col { box-sizing: border-box; }

.header-col--left,
.header-col--right {
	flex: 0 0 10%;
	min-width: 10%;
}
.header-col--logo {
	flex: 0 0 20%;
	display: flex;
	align-items: flex-end;
}
.header-col--space {
	flex: 0 0 20%;
}
.header-col--reg {
	flex: 0 0 20%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}

.header-col--logo img {
	max-width: 156px;
	height: auto;
}

.header-col--reg img {
	max-width: 26px;
	height: auto;
}

/* --- Мобильная адаптация --- */
@media (max-width: 800px) {
	.header-row {
		min-height: 56px;
		padding: 4vw 0 4vw 0;
		flex-wrap: wrap;
	}
	.header-col--left,
	.header-col--right,
	.header-col--space {
		display: none;
	}
	.header-col--logo {
		flex: 1 1 100%;
		justify-content: center;
		align-items: center;
	}
	.header-col--reg {
		flex: 0 0 auto;
		justify-content: flex-end;
		align-items: flex-start;
		position: absolute;
		right: 4vw;
		top: 8vw;
		z-index: 10;
		background: none;
	}
	.header-row {
		position: relative;
	}
	.header-col--logo img {
		max-width: 156px;
	}
	.header-col--reg img {
		max-width: 24px;
	}
}

.visually-hidden {
	position: absolute;
	left: -9999px;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
	white-space: nowrap;
}
