
body		{
	background-color:#fef9f6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	max-width: 1500px;
	margin: 0 auto;
}

a 			{
	color: auto;
	transition-duration: 1s;
	text-decoration: underline; 
}

a:hover		{
	color: #FF0000;
	transition-duration: 2s;
	text-decoration: underline; 
}

p {  margin-top: 1.6em; margin-bottom: 0em; }

h1			{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align:center;
	font-weight:bold;
}

h2			{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align:center;
	font-weight:bold;
}

h3			{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size:14pt; 
	text-align:center; 
	line-height:100%;	
	font-weight: bold;
}

h4			{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt; 
	text-align:center;
	font-weight: bold;
}

h5			{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	text-align:center; 
	margin-top:-4px; 
	margin-bottom:-4px
}

h6			{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt; 
	text-align: left;
}

p 			{text-indent: 25px}

table		{ 
	border-collapse: collapse; 
	text-align:center; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px; width: 100%; 
	font-weight:bold;
}

td			{
	border-style:solid;
	border-width:2px;
	border-color: #ddd;
}


th			{
	border-style:solid;
	border-width:2px;
	border-color: #ddd;
	text-align: center;
}


#top0		{
	background-image:linear-gradient(#a8b6ff, #fdf9f6);
	z-index: 1000;
}

#logo		{
	width: 205px;
	height: 64px;
	z-index: 1000;
	position:relative; 
}

#logo1		{
	float:left;
	text-align: center;
	font-size: 14px;
	color: #00F;
	line-height: 1;	
}

#collapsetext {	
	position: absolute;
	top: 15px;
	width: 100%;
	text-align: center;
	color: #0000FF;
	font-size: 36px;
	z-index: 1;
}

#voicerighttoleft {	
    background: url('images/wave.png') repeat-x 0 100%,
                linear-gradient(#a8b6ff, #fdf9f6);
    animation: city 20s linear infinite;
   }
   @keyframes city {
    from { background-position: 1000px 100%, 120% 30%, 120% 15%, 0 0;}
    to { background-position: 0 100%, -200% 10%, -50% 15%, 0 0; }
   }

.tel		{ 
	color: #00C;
	position:relative; 
	float: right;
	padding-right: 10px;
	text-align: center;
	line-height: 1.2;
	z-index: 1001;
}

#korz		{
	width: 130px;
	float:right; 
	line-height: 0.9;
}

.korz1		{
	border: none;	
}

.korz2		{
	border: none;	
}


#poisk		{
	width: 260px;
	position:relative; 
	float: left;
	height:20px;
}

#maintxt	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:justify;
	line-height:150%;
	padding-left: 5px;
	right: 10px;
}

.img0		{
	width: 98%;
	height: 0px;
  	border: 0;
}

.line0		{
	width: 100%;
	border-color: #fcfaf7;
	margin: 0px;
  	border: 0;
}

.blc		{
    text-align: center;
	flex-wrap: wrap;
}

.blk		{
	position: relative;
	background-image:url('../images/rmid-left.gif'), url('../images/rmid.gif');
	background-repeat:repeat-y, repeat-y;
	background-position: left top, right top;
	padding-right:20px;
	padding-left:20px;
	margin-top:-3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	text-align:justify;
	min-height: 200px;
}


.interblk	{
	position: relative;
	background-image:url('../images/rmid2-left.gif'), url('../images/rmid2.gif');
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right top;
	height:53px;
}

.topblk		{
	background-image: url('../images/rtop-left.gif'), url('../images/rtop.gif');
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right top;
	position: relative;
	height:29px;
}

.botblk		{ 
	background-image: url('../images/rbot-left.gif'), url('../images/rbot.gif');
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right top;
	position: relative; 
	height:29px 
}

.imageright, .imageright1 {
    float: right;
    position: relative;
    max-width: 262px;
    margin-left: 10px;
}

.imageright1 img {
    max-width: 100%;
}

.imageright2	{ 
	text-align:right; 
}

.imageright3	{
	display: flex;
	align-items: left;
}

.imageright4	{
	border:none;
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	max-width:300px;
	max-height:400px;
	width: expression(this.width>400&&(400/this.width)< (300/this.height)? 400: true);
	height: expression(this.height>300&&(400/this.width)>=(300/this.height)? 300: true);
}

.imageleft	{
	float: left;
	position:relative;
	background-color: #fdf9f6;
}

.menublock		{
	border-width:0px;
	width: 255px;
	height: 200px;
	text-align:center;
  display: inline-block;
}

.tabnorm	{ 
	border-style:solid; 
	border-width:2px; 
	font-weight: bold; 
	font-size:10pt; 
	font-family: Arial, Helvetica, sans-serif;
	width: 96%;
	border-color: #ddd;
}

.tabnorm2	{
	border-style:solid;
	border-width:3px;
	font-weight: bold;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	width: 96%;
	text-align:left;
	border-color: #ddd;
	max-width: 1150px;
	
}

.tabnorm3	{
	border-collapse: collapse;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width: 96%;
	text-align:center;
	border-color: #ddd;
}

.tabnorm4	{
	border-style: solid;
	border-width: 4px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 96%;
	text-align: left;
	border-color: #ddd;
}

.tabnorm5	{
	border-style: solid;
	border-width: 4px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 96%;
	text-align: center;
	border-color: #ddd;
}

.td1			{
	border-style:solid;
	border-width:1px;
	border-color: #ddd;
	font-size:11pt;
	font-weight: bold;
}

.td2			{
	border-style:solid;
	border-width:1px;
	border-color: #ddd;
	font-size:10pt;
}

.td3			{
	border-style: solid;
	border-width: 1px;
	border-color: #ddd;
	font-size: 14pt;
	font-weight: bold;
	color: #D00;
}

.td4			{
	border-style: solid;
	border-width: 1px;
	border-color: #ddd;
	font-size: 10pt;
	text-align: left;
}

.selectfilter {
    width: 275px; 
    border-style: dotted;
}


.unitblock	{
	border-style:dotted;
	border-width:1px;
	width: 207px;
	height: 365px;
	text-align:center;
	float:left;
	padding:10px 4px 1px 4px;
	font-size:9pt;
	line-height: 1.1;
}

.unitimg	{
	border:none;
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	max-width:198px;
	max-height:150px;
	width: expression(this.width>198&&(198/this.width)< (150/this.height)? 198: true);
	height: expression(this.height>150&&(198/this.width)>=(150/this.height)? 150: true);
}

.unitimg2	{
	display: flex;
	align-items: center;
	border:none;
	width:198px;
	height:150px;
}

.blok	{
	width:100%;
	line-height: 20px;
}

#map		{
	width: 80%;
}

.hblack	{
	color: #000;
	text-decoration: none;
}

.logofirm	{
	margin-bottom: -12px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
}

#kolich		{
	position:absolute;
}

.menublokimg {
	border:none;
	max-width:230px;
	max-height:130px;
	width: expression(this.width>230&&(230/this.width)< (130/this.height)? 230: true);
	height: expression(this.height>130&&(230/this.width)>=(130/this.height)? 130: true);
}


.menu-popup {
	display: none;	
}





#footermain {
	width: 100%;
	background-color: #333;
    font-size: 10px;
}

.footer1	{
	width: 33%;
	float:left;
	text-align: left;
	border: none;
	padding: 10px;
}

.footer1 a {
	text-decoration: none;
	color: #BBB;
}

.footer2 {
	width: 100%;
	border: none;
	color: #FFF;
	font-size: 8pt;
}

.footer2 td {	
}

.searchblock {
	position:relative; 
	width: 100%;
	border-top:dotted;
}

.searchimg {
	height: 130px;
	position:relative; 
	width: 230px;
}

.searchtext {
	margin-top:-130px;
	margin-right:230px;
	position:inherit; 
	left:233px;
}



#cookie_notification{
display: none;
justify-content: space-between;
align-items: flex-end;
position: fixed;
bottom: 20px;
left: 20px;
max-width: 400px;
height: auto;
padding: 15px;
background:rgba(0, 0, 0, 0.75);
z-index: 1000;
color: white;
text-align:justify;
font-size: 10pt;
}

@media (min-width: 576px){
#cookie_notification.show{
display: flex;
}

}

@media (max-width: 575px){
#cookie_notification.show{
display: block;
text-align: left;
}

}


