A {
	FONT-WEIGHT: BOLD;
}
A:link {
	TEXT-DECORATION: underline;
	COLOR: #8D5E2E;
}
A:visited {
	TEXT-DECORATION: underline;
	COLOR: #C99158;
}
A:hover {
	TEXT-DECORATION: underline;
	COLOR: #8D5E2E;
}

A.gray:link {
	TEXT-DECORATION: underline;
	COLOR: #777777;
}
A.gray:visited {
	TEXT-DECORATION: underline;
	COLOR: #888888;
}
A.gray:hover {
	TEXT-DECORATION: underline;
	COLOR: #777777;
}

H1 {
	font-size: 120%;
	font-weight: bold;
	color: #996633;
}
H2 {
	font-size: 115%;
	font-weight: bold;
	color: #996633;
}
B, STRONG {
	font-weight: bold;
	color: #996633;
}

.bottom_addr {
	color: rgb(130,130,130);
	font-style: italic;
	font-size: 13px;
	padding-left: 30px;
}
.bottom_addr A {
	color: rgb(130,130,130);
	font-weight: normal;
}
.bottom_addr A:hover {
	color: rgb(130,130,130);
}
.bottom_addr A:visited {
	color: rgb(130,130,130);
}

.top_contacts {
	position: absolute;
	right: 10px;
	color: rgb(160,160,160);
	font-size: 15px;
	z-index: +1;
}
.top_contacts A {
	color: rgb(160,160,160);
	font-weight: normal;
}
.top_contacts A:hover {
	color: rgb(160,160,160);
}
.top_contacts A:visited {
	color: rgb(160,160,160);
}

.bottom_band {
	color: black;
}
.bottom_band A {
	color: black;
	text-decoration: none;
}
.bottom_band A:hover {
	color: black;
	text-decoration: none;
}

.bultal {
	font-size: 14px;
	color: #777777;
}
.bultal A {
	font-size: 14px;
	color: #777777;
	font-weight: normal;
	text-decoration: none;
}
.bultal A:hover {
	color: #777777;
	text-decoration: none;
}
.bultal IMG {
	border: none;
}


TABLE.side_menu {
	width: 130px;
	margin-top: 10px;
	border: 1px solid #996633;
}
TABLE.side_menu TH {
	background: #EEEEEE;
	text-align: center;
	padding: 4px;
}
TABLE.side_menu TH A {
	color: #996633;
	font-size: 16px;
}
TABLE.side_menu TD {
	background: #EDDBC9;
	text-align: center;
	padding: 2px;
}
TABLE.side_menu TD A {
	color: #777777;
	font-size: 14px;
}

TABLE.data {
	border: 1px solid #996633;
	border-collapse: collapse;
}
TABLE.data TD {
	padding: 3px;
	margin: 0;
	font-size: 16px;
	border-bottom: 1px solid #996633;
}
TABLE.data TD.bb {
	background: #EDDBC9;
	color: #996633;
	font-weight: bold;
}
TABLE.data TD.bg {
	background: #EDDBC9;
	color: #777777;
	font-weight: normal;
}
TABLE.data TD.g {
	background: #EEEEEE;
	color: #996633;
	font-weight: bold;
	text-align: center;
}
TABLE.data TD.w {
	background: white;
	color: #996633;
	font-weight: bold;
	text-align: center;
}

TABLE.sidedata {
	border: 1px solid #996633;
	margin-top: 30px;
}
TABLE.sidedata TD {
	padding: 5px;
	margin: 0;
	font-weight: bold;
	color: #996633;
	text-align: center;
}
TABLE.sidedata TD.big {
	background: #EEEEEE;
	font-size: 20px;
}
TABLE.sidedata TD.g {
	background: #EEEEEE;
	font-size: 16px;
}
TABLE.sidedata TD.b {
	background: #EDDBC9;
	font-size: 16px;
}

.intro_img {
}
.intro_img IMG {
	border: 1px solid #bbb;
	padding: 2px;
	margin: 8px;
}







.menu_but {
	border: none;
	background: none;
	color: #500;
	font-size: 19px;
	cursor: hand;
	display: block;
	text-decoration: none;

	text-align: center;
	vertical-align: center;
}
.menu_but:hover {
	color: #500;
	text-decoration: none;
}
.menu_but:visited {
	color: #500;
	text-decoration: none;
}

@-webkit-keyframes menu_plate_anim {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-moz-keyframes menu_plate_anim {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-o-keyframes menu_plate_anim {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes menu_plate_anim {
	from { opacity: 0; }
	to { opacity: 1; }
}
.menu_plate {
	margin: 0;
	padding: 0;
	z-index: 2;
	border: 1px solid #996633;
	border-bottom: none;
}
.menu_plate_showed {
	display: block;

	background: #EDDBC9;
	background: rgba(220,170,120,0.5);
	*background: #EDDBC9;

	-webkit-animation-name: menu_plate_anim;
	-moz-animation-name: menu_plate_anim;
	-o-animation-name: menu_plate_anim;
	animation-name: menu_plate_anim;

	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}
.menu_plate_hidden {
	display: none;
}

.menu_plate A {
	color: #500;
	font-size: 18px;
	cursor: hand;
	text-decoration: none;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	vertical-align: center;
	width: 200px;
	border-bottom: 1px solid #996633;
}
.menu_plate A:hover {
	background: white;
	background: rgba(255,255,255,0.7);
	*background: white;
	color: #800;
	text-decoration: none;
}
.menu_plate A:visited {
	color: #500;
	text-decoration: none;
}



#menu {
	position: absolute;
	left: 250px;
	top: 15px;
}

#menu_but_balc {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 30px;
}
#menu_but_prod {
	position: absolute;
	left: 200px;
	top: 0px;
	width: 200px;
	height: 30px;
}
#menu_but_eqp {
	position: absolute;
	left: 400px;
	top: 0px;
	width: 200px;
	height: 30px;
}

#menu_balc {
	position: absolute;
	left: 0px;
	top: 32px;
	width: 200px;
}
#menu_prod {
	position: absolute;
	left: 200px;
	top: 32px;
	width: 200px;
}
#menu_eqp {
	position: absolute;
	left: 400px;
	top: 32px;
	width: 200px;
}


@media screen and (max-width: 768px) {

.sitemap #menu{
  display: none;
}
.sitemap table, .sitemap td{
    padding: 20px!important;
display: flex;
flex-direction: column;
height: auto;
    margin:0;
 
}}