body, table, input, select, textarea {font-family: Tahoma; font-size: 12px}

body {
	background-color : #ececec;
	margin-top : 15px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
}

a { 
   text-decoration: none;
   color: #b9813e
}

.bottomheader {
   font-weight:bold; 
   font-size:11px; 
   color:#b9813e
}

.bottommenu {
   font-weight:500; 
   font-size:11px; 
   color:#7e7e7e
}

.subtopmenu {
   font-weight:500; 
   font-size:12px; 
   color: #bababa;
   -color2:#7e7e7e
}

.quickmenu {
   font-size:11px; 
   font-style:italic;
   color: #696969;
   cursor:pointer;
}

.divisionmenu {
   font-size:11px; 
   font-weight:bold;
   color: #585858;
   cursor:pointer;
}

.divisionmenu_selected {
   font-size:11px; 
   font-weight:bold;
   color: #ffffff;
   cursor:pointer;
}

.inputMain {
	width: 175px;
	height: 20px;
	border: none;
	font-size: 10px;
	color: #7e7e7e;
	background-color: #f3f3f3;
}

.headerText 
{
   font-family: Tahoma;
   font-weight:bold; 
   font-size:13px; 
   color:#f3f3f3;
}

.newsTitle
{
   font-family: Tahoma;
   font-weight:bold; 
   font-size:14px; 
   color:#4c4c4c;
}

.newsDate
{
   font-family: Tahoma;
   font-style:italic;
   font-size:12px; 
   color:#e4881b;
}

.newsText
{
   font-family: Tahoma;
   font-size:11px; 
   color:#4c4c4c;
}

.popupHint
{
   font-family: Tahoma;
   font-size:11px; 
   color:#4c4c4c;
}

.textLink
{
   color:#b9813e;
}

.infoContent
{
    margin-left:80px;
    margin-right:80px;
    margin-top:40px;
    margin-bottom:20px;
    font-family: Tahoma;
    font-size:11px; 
    color:#4c4c4c;    
}

.infoHeader
{
    font-size:12px;  
}

#cookieMessage {
	background-color: blue; /* Синий цвет фона */
	color: white; /* Цвет текста */
	width: 100%; /* Ширина на всю ширину экрана */
	text-align: center; /* Центрируем текст */
	padding: 10px; /* Отступы */
	position: fixed; /* Фиксированное положение */
	bottom: 0; /* Привязываем к низу страницы */
	left: 0; /* Привязываем к левому краю */
}


.service-header {
	color: #414141;
}

.twoBtnContainer {
	height: 68px;
	max-width: 500px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.btnBlock {
	width: 182px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	color: #414141;
	cursor: pointer;
}

.btnBlock img {
	width:33px;
	height:33px;
	cursor:pointer;
}




.imgArticle {
	display: none;
	position: absolute;
	top: 0;
	right: 100px;
}

.toolHeaderBlock {
	display:flex;
	width:570px;
	justify-content:space-between;
}

.toolBlock {
	padding-bottom: 20px;
	border-bottom: 1px solid #c0c0c0
}
